OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pXML
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp
40
if (CXML_Element*
pXML
=
42
int32_t nCount =
pXML
->CountChildren();
48
if (CXML_Element* pSubElement =
pXML
->GetElement(i)) {
66
delete
pXML
;
[
all
...]
/external/pdfium/xfa/src/fdp/src/xml/
fde_xml.cpp
857
CFDE_XMLInstruction*
pXML
= new CFDE_XMLInstruction(L"xml");
858
m_pRoot->InsertChildNode(
pXML
);
[
all
...]
Completed in 139 milliseconds