Home
last modified time | relevance | path

Searched defs:pRoot (Results 1 – 21 of 21) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_ext.cpp89 const CPDF_Dictionary* pRoot = pDoc->GetRoot(); in FPDFDoc_GetPageMode() local
Dfpdf_save.cpp49 RetainPtr<CPDF_Dictionary> pRoot = pPDFDocument->GetMutableRoot(); in SaveXFADocumentData() local
Dfpdf_view.cpp288 const CPDF_Dictionary* pRoot = pDoc->GetRoot(); in FPDF_GetFormType() local
1080 const CPDF_Dictionary* pRoot = pDoc->GetRoot(); in FPDF_CountNamedDests() local
1184 const CPDF_Dictionary* pRoot = pDoc->GetRoot(); in FPDF_GetNamedDest() local
Dcpdfsdk_formfillenvironment.cpp658 const CPDF_Dictionary* pRoot = m_pCPDFDoc->GetRoot(); in ProcOpenAction() local
/external/pdfium/core/fpdfdoc/
Dcpdf_nametree.cpp409 CPDF_NameTree::CPDF_NameTree(RetainPtr<CPDF_Dictionary> pRoot) in CPDF_NameTree()
420 RetainPtr<CPDF_Dictionary> pRoot = pDoc->GetMutableRoot(); in Create() local
440 RetainPtr<CPDF_Dictionary> pRoot = pDoc->GetMutableRoot(); in CreateWithRootNameArray() local
464 CPDF_Dictionary* pRoot) { in CreateForTesting()
Dcpdf_numbertree.cpp53 CPDF_NumberTree::CPDF_NumberTree(RetainPtr<const CPDF_Dictionary> pRoot) in CPDF_NumberTree()
Dcpdf_interactiveform.cpp532 RetainPtr<CPDF_Dictionary> pRoot = m_pDocument->GetMutableRoot(); in CPDF_InteractiveForm() local
737 CFieldTree::Node* pRoot = m_pFieldTree->GetRoot(); in ResetForm() local
892 CFieldTree::Node* pRoot = m_pFieldTree->GetRoot(); in CheckRequiredFields() local
925 CFieldTree::Node* pRoot = m_pFieldTree->GetRoot(); in ExportToFDF() local
953 CFieldTree::Node* pRoot = m_pFieldTree->GetRoot(); in ExportToFDF() local
Dcpdf_annotlist.cpp179 const CPDF_Dictionary* pRoot = m_pDocument->GetRoot(); in CPDF_AnnotList() local
/external/cronet/third_party/icu/source/common/
Duresdata.h70 #define RES_GET_POINTER(pRoot, res) ((pRoot)+RES_GET_OFFSET(res)) argument
388 const int32_t *pRoot; member
/external/icu/libicu/cts_headers/
Duresdata.h70 #define RES_GET_POINTER(pRoot, res) ((pRoot)+RES_GET_OFFSET(res)) argument
388 const int32_t *pRoot; member
/external/icu/icu4c/source/common/
Duresdata.h70 #define RES_GET_POINTER(pRoot, res) ((pRoot)+RES_GET_OFFSET(res)) argument
388 const int32_t *pRoot; member
/external/pdfium/xfa/fxfa/parser/
Dcxfa_nodeiteratortemplate.h20 explicit CXFA_NodeIteratorTemplate(NodeType* pRoot) in CXFA_NodeIteratorTemplate()
Dcxfa_document.cpp1507 CXFA_Node* CXFA_Document::GetNodeByID(CXFA_Node* pRoot, in GetNodeByID()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.cpp290 const CPDF_Dictionary* pRoot = GetRoot(); in GetPagesDict() local
498 RetainPtr<CPDF_Dictionary> pRoot = GetMutableRoot(); in InsertNewPage() local
Dcpdf_data_avail.cpp276 const CPDF_Dictionary* pRoot = m_pDocument->GetRoot(); in PreparePageItem() local
987 const CPDF_Dictionary* pRoot = m_pDocument->GetRoot(); in CheckAcroForm() local
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.cpp467 const CPDF_Dictionary* pRoot = m_pContext->GetPDFDoc()->GetRoot(); in ExportData() local
755 const CPDF_Dictionary* pRoot = m_pContext->GetPDFDoc()->GetRoot(); in ExportSubmitFile() local
Dcpdfxfa_context.cpp62 const CPDF_Dictionary* pRoot = pPDFDoc->GetRoot(); in CreateXFAMultiStream() local
/external/cronet/third_party/icu/source/tools/genrb/
Dgenrb.cpp419 const int32_t *pRoot = (const int32_t *)( in main() local
/external/icu/icu4c/source/tools/genrb/
Dgenrb.cpp419 const int32_t *pRoot = (const int32_t *)( in main() local
/external/tinyxml2/
Dxmltest.cpp2087 tinyxml2::XMLElement *pRoot = doc.NewElement("Root"); in main() local
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c24810 static void memsys3UnlinkFromList(u32 i, u32 *pRoot){ in memsys3UnlinkFromList()
24850 static void memsys3LinkIntoList(u32 i, u32 *pRoot){ in memsys3LinkIntoList()
24978 static void memsys3Merge(u32 *pRoot){ in memsys3Merge()