Searched defs:SetContent (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/common/linux/
H A Delf_core_dump.cc104 void ElfCoreDump::SetContent(const MemoryRange& content) { function in class:google_breakpad::ElfCoreDump
/external/pdfium/xfa/src/fwl/src/core/
H A Dfwl_panelimp.cpp26 FWL_ERR IFWL_Panel::SetContent(IFWL_Content* pContent) { function in class:IFWL_Panel
27 return static_cast<CFWL_PanelImp*>(GetImpl())->SetContent(pContent);
74 FWL_ERR CFWL_PanelImp::SetContent(IFWL_Content* pContent) { function in class:CFWL_PanelImp
88 virtual FWL_ERR SetContent(IFWL_Content* pContent);
118 FWL_ERR CFWL_CustomPanelImp::SetContent(IFWL_Content* pContent) { function in class:CFWL_CustomPanelImp
143 FWL_ERR IFWL_CustomPanel::SetContent(IFWL_Content* pContent) { function in class:IFWL_CustomPanel
144 return static_cast<CFWL_CustomPanelImp*>(GetImpl())->SetContent(pContent);
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_object_imp.cpp4411 FX_BOOL CXFA_Node::SetContent(const CFX_WideString& wsContent, function in class:CXFA_Node
H A Dxfa_objectacc_imp.cpp674 return m_pNode->SetContent(wsExpression, wsExpression);
831 return pNode->SetContent(wsContent, wsFormatContent, bNotify);
862 void CXFA_Text::SetContent(CFX_WideString wsText, FX_BOOL bNotify) { function in class:CXFA_Text
868 m_pNode->SetContent(wsText, wsFormatValue, bNotify);
914 FX_BOOL CXFA_ExData::SetContent(const CFX_WideString& wsText, function in class:CXFA_ExData
923 return m_pNode->SetContent(wsText, wsFormatValue, bNotify, bScriptModify,
968 FX_BOOL CXFA_Image::SetContent(const CFX_WideString& wsText) { function in class:CXFA_Image
974 return m_pNode->SetContent(wsText, wsFormatValue);
999 return pChildNode->SetContent(wsMessage, wsMessage);
1073 pItemNode->SetContent(wsMessag
[all...]

Completed in 193 milliseconds