HomeSort by relevance Sort by last modified time
    Searched defs:SetContent (Results 1 - 4 of 4) sorted by null

  /external/google-breakpad/src/common/linux/
elf_core_dump.cc 104 void ElfCoreDump::SetContent(const MemoryRange& content) {
  /external/pdfium/xfa/src/fwl/src/core/
fwl_panelimp.cpp 26 FWL_ERR IFWL_Panel::SetContent(IFWL_Content* pContent) {
27 return static_cast<CFWL_PanelImp*>(GetImpl())->SetContent(pContent);
74 FWL_ERR CFWL_PanelImp::SetContent(IFWL_Content* pContent) {
88 virtual FWL_ERR SetContent(IFWL_Content* pContent);
118 FWL_ERR CFWL_CustomPanelImp::SetContent(IFWL_Content* pContent) {
143 FWL_ERR IFWL_CustomPanel::SetContent(IFWL_Content* pContent) {
144 return static_cast<CFWL_CustomPanelImp*>(GetImpl())->SetContent(pContent);
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_object_imp.cpp     [all...]
xfa_objectacc_imp.cpp 674 return m_pNode->SetContent(wsExpression, wsExpression);
831 return pNode->SetContent(wsContent, wsFormatContent, bNotify);
862 void CXFA_Text::SetContent(CFX_WideString wsText, FX_BOOL bNotify) {
868 m_pNode->SetContent(wsText, wsFormatValue, bNotify);
    [all...]

Completed in 227 milliseconds