Home
last modified time | relevance | path

Searched refs:GetValueAt (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_localemgr.cpp43 if (pLocaleMgr->m_lcid2xml.GetValueAt((void*)(uintptr_t)dwLCID)) { in FX_LocaleMgr_Create()
83 (IFX_Locale*)m_lcid2locale.GetValueAt((void*)(uintptr_t)lcid); in GetLocale()
86 (CXML_Element*)m_lcid2xml.GetValueAt((void*)(uintptr_t)lcid); in GetLocale()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_layoutpseudomodel.cpp257 if (formItems.GetValueAt(pItemChild->m_pFormNode)) { in Script_LayoutPseudoModel_GetObjArray()
281 if (formItems.GetValueAt(pItemChild->m_pFormNode)) { in Script_LayoutPseudoModel_GetObjArray()
318 if (formItems.GetValueAt(pItemChild->m_pFormNode)) { in Script_LayoutPseudoModel_GetObjArray()
338 if (formItems.GetValueAt(pItemChild->m_pFormNode)) { in Script_LayoutPseudoModel_GetObjArray()
Dxfa_script_imp.cpp486 if (m_mapVariableToHValue.GetValueAt(pScriptNode)) { in RunVariablesScript()
525 void* lpVariables = m_mapVariableToHValue.GetValueAt(pScriptNode); in QueryVariableHValue()
778 void* pValue = m_mapXFAToHValue.GetValueAt(pObject); in GetJSValueFromMap()
Dxfa_document_datamerger_imp.cpp843 CXFA_Node* pDataNode = (CXFA_Node*)subformMapArray.GetValueAt(pSubform); in XFA_DataMerge_CopyContainer_SubformSet()
Dxfa_layout_pagemgr_new.cpp1527 if (m_NodeToContent.GetValueAt(pCurLayoutItem->m_pFormNode) == NULL) { in SaveLayoutItem()
Dxfa_object_imp.cpp5186 if (bUseSrcAttr || !pDstModuleData->m_ValueMap.GetValueAt(pKey)) { in MergeAllData()
5254 void* pBufferBlockData = pSrcModuleData->m_BufferMap.GetValueAt(pKey); in MoveBufferMapData()
Dxfa_layout_itemlayout.cpp3018 (int32_t)(uintptr_t)m_PendingNodesCount.GetValueAt(pTemplate); in JudgeLeaderOrTrailerForOccur()
/external/pdfium/core/src/fxcrt/
Dfx_basic_maps.cpp76 void* CFX_MapPtrToPtr::GetValueAt(void* key) const { in GetValueAt() function in CFX_MapPtrToPtr
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_gridimp.cpp255 if (!m_mapWidgetInfo.GetValueAt(pChild)) { in InsertWidget()
267 m_mapWidgetInfo.GetValueAt(pWidget))) { in RemoveWidget()
488 return static_cast<CFWL_GridWidgetInfo*>(m_mapWidgetInfo.GetValueAt(pWidget)); in GetWidgetInfo()
Dfwl_widgetmgrimp.cpp630 return static_cast<CFWL_WidgetMgrItem*>(m_mapWidgetItem.GetValueAt(pWidget)); in GetWidgetMgrItem()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fontmgr.cpp2045 CPDF_Font* pPDFFont = (CPDF_Font*)m_FDE2PDFFont.GetValueAt(pFont); in GetCharWidth()
2071 CXFA_PDFFontMgr* pMgr = (CXFA_PDFFontMgr*)m_PDFFontMgrArray.GetValueAt(hDoc); in GetFont()
2104 if (!m_PDFFontMgrArray.GetValueAt(hDoc)) { in LoadDocFonts()
Dxfa_ffdoc.cpp186 (CXFA_FFDocView*)m_mapTypeToDocView.GetValueAt((void*)(uintptr_t)dwView); in CreateDocView()
Dxfa_textlayout.cpp221 m_mapXMLNodeToParseContext.GetValueAt(pXMLNode)); in ComputeStyle()
410 m_mapXMLNodeToParseContext.GetValueAt(pXMLNode)); in GetHorScale()
570 return (CXFA_TextParseContext*)m_mapXMLNodeToParseContext.GetValueAt( in GetParseContextFromMap()
Dxfa_ffdocview.cpp578 CFX_RectF* pRect = (CFX_RectF*)m_mapPageInvalidate.GetValueAt(pPageView); in AddInvalidateRect()
/external/pdfium/core/include/fxcrt/
Dfx_basic.h664 void* GetValueAt(void* key) const;