HomeSort by relevance Sort by last modified time
    Searched refs:pInstruction (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxcrt/xml/
cfx_xmldoc.cpp 56 CFX_XMLInstruction* pInstruction = (CFX_XMLInstruction*)pNode;
57 if (pInstruction->GetName().CompareNoCase(L"xml") == 0) {
71 WideString::Format(L"<?%ls", pInstruction->GetName().c_str());
74 for (auto it : pInstruction->GetAttributes()) {
90 for (auto target : pInstruction->GetTargetData()) {
cfx_xmlnode.cpp 336 CFX_XMLInstruction* pInstruction = (CFX_XMLInstruction*)pNode;
337 if (pInstruction->GetName().CompareNoCase(L"xml") == 0) {
350 ws = WideString::Format(L"<?%ls", pInstruction->GetName().c_str());
353 for (auto it : pInstruction->GetAttributes()) {
369 for (auto target : pInstruction->GetTargetData()) {

Completed in 1610 milliseconds