Home
last modified time | relevance | path

Searched refs:openList (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/testing/resources/javascript/xfa_specific/
Dxfa_host_pseudomodel_expected.txt45 Alert: PASS: xfa.host.openList() threw XFAObject.openList: Incorrect number of parameters passed to…
46 Alert: PASS: xfa.host.openList(1, 2) threw XFAObject.openList: Incorrect number of parameters passe…
47 Alert: PASS: xfa.host.openList('my_doc.subform_combox_0.combox') = undefined
48 Alert: PASS: xfa.host.openList(eval('my_doc.subform_combox_0')) = undefined
Dxfa_host_pseudomodel.in66 expectError("xfa.host.openList()");
67 expectError("xfa.host.openList(1, 2)");
68 expect("xfa.host.openList('my_doc.subform_combox_0.combox')");
69 expect("xfa.host.openList(eval('my_doc.subform_combox_0'))");
Dbug_996123.in31 xfa.host.openList("subform1.subform2.combobox")
Dbug_995712.in38 xfa.host.openList(f1);
Dbug_991899.in39 xfa.host.openList(f1);
/external/pdfium/testing/resources/pixel/xfa_specific/
Dbug_1273.in12 <script>host.openList("""")</script>
/external/angle/src/libANGLE/renderer/vulkan/
DCommandGraph.cpp577 std::vector<CommandGraphNode *> openList; in isChildOf() local
578 openList.insert(openList.begin(), mParents.begin(), mParents.end()); in isChildOf()
579 while (!openList.empty()) in isChildOf()
581 CommandGraphNode *current = openList.back(); in isChildOf()
582 openList.pop_back(); in isChildOf()
590 openList.insert(openList.end(), current->mParents.begin(), current->mParents.end()); in isChildOf()
/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.h33 JSE_METHOD(openList);
Dcjx_hostpseudomodel.cpp264 CJS_Result CJX_HostPseudoModel::openList( in openList() function in CJX_HostPseudoModel