HomeSort by relevance Sort by last modified time
    Searched refs:m_pParent (Results 1 - 25 of 29) sorted by null

1 2

  /external/pdfium/xfa/fwl/
cfwl_widgetproperties.cpp 14 m_pParent(nullptr),
cfwl_widgetproperties.h 28 CFWL_Widget* m_pParent;
cfwl_datetimepicker.cpp 41 monthProp->m_pParent = this;
50 editProp->m_pParent = this;
cfwl_widget.cpp 51 CFWL_Widget* pParent = m_pProperties->m_pParent;
94 m_pProperties->m_pParent = pParent;
  /frameworks/compile/mclinker/lib/Fragment/
Fragment.cpp 21 : m_Kind(Type(~0)), m_pParent(NULL), m_Offset(~uint64_t(0)) {
25 : m_Kind(pKind), m_pParent(pParent), m_Offset(~uint64_t(0)) {
26 if (m_pParent != NULL)
27 m_pParent->getFragmentList().push_back(this);
  /frameworks/compile/mclinker/lib/Support/
Directory.cpp 143 : m_pParent(pParent), m_Iter(pIter) {
148 : m_pParent(pCopy.m_pParent),
157 if (m_pParent == NULL)
163 if (m_pParent == NULL)
169 m_pParent = pCopy.m_pParent;
176 if (m_pParent == 0)
182 if (m_pParent->m_Cache.end() == m_Iter) {
183 if (!m_pParent->m_CacheFull)
    [all...]
  /frameworks/compile/mclinker/include/mcld/Fragment/
Fragment.h 40 const SectionData* getParent() const { return m_pParent; }
41 SectionData* getParent() { return m_pParent; }
43 void setParent(SectionData* pValue) { m_pParent = pValue; }
61 SectionData* m_pParent;
  /external/pdfium/xfa/fxfa/parser/
cxfa_xml_parser.cpp 17 m_pParent(pRoot),
21 ASSERT(m_pParent && m_pStream);
22 m_NodeStack.Push(m_pParent);
51 m_pChild = m_pParent;
82 m_pParent = static_cast<CFDE_XMLNode*>(*m_NodeStack.GetTopElement());
83 m_pChild = m_pParent;
90 m_pParent->InsertChildNode(m_pChild);
99 m_pParent->InsertChildNode(m_pChild);
101 m_pParent = m_pChild;
134 m_pParent->InsertChildNode(m_pChild)
    [all...]
cxfa_layoutitem.cpp 21 pNode->m_pParent = nullptr;
38 m_pParent(nullptr),
57 pCurNode = pCurNode->m_pParent) {
73 for (CXFA_LayoutItem* pLayoutItem = pThis->m_pParent; pLayoutItem;
74 pLayoutItem = pLayoutItem->m_pParent) {
158 if (pChildItem->m_pParent)
159 pChildItem->m_pParent->RemoveChild(pChildItem);
161 pChildItem->m_pParent = this;
175 if (pChildItem->m_pParent)
176 pChildItem->m_pParent->RemoveChild(pChildItem)
    [all...]
cxfa_traversestrategy_contentlayoutitem.h 26 return static_cast<CXFA_ContentLayoutItem*>(pLayoutItem->m_pParent);
cxfa_traversestrategy_layoutitem.h 21 return pLayoutItem->m_pParent;
cxfa_layoutitem.h 34 CXFA_LayoutItem* GetParent() const { return m_pParent; }
46 CXFA_LayoutItem* m_pParent;
cxfa_traversestrategy_contentareacontainerlayoutitem.h 40 return static_cast<CXFA_ContainerLayoutItem*>(pLayoutItem->m_pParent);
cxfa_xml_parser.h 36 CFDE_XMLNode* m_pParent;
cxfa_layoutpagemgr.cpp 58 return static_cast<CXFA_ContainerLayoutItem*>(pLayoutItem->m_pParent);
116 static_cast<CXFA_ContainerLayoutItem*>(pLayoutItem->m_pParent);
126 static_cast<CXFA_ContainerLayoutItem*>(pLayoutItem->m_pParent);
271 m_pPageSetLayoutItemRoot->m_pParent = nullptr;
509 GetCurrentContainerRecord()->pCurPageSet->m_pParent);
    [all...]
cxfa_node.cpp 493 m_pParent(nullptr),
504 ASSERT(!m_pParent);
509 pNode->m_pParent = nullptr;
561 return m_pParent;
563 if (m_pParent) {
564 CXFA_Node* pSibling = m_pParent->m_pChild;
594 pNode = m_pParent;
596 pNode = pNode->m_pParent;
599 if (m_pParent) {
600 CXFA_Node* pSibling = m_pParent->m_pChild
    [all...]
xfa_layout_itemlayout.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.h 23 const MipsGNULDBackend& m_pParent;
MipsELFDynamic.cpp 23 : ELFDynamic(pParent, pConfig), m_pParent(pParent), m_pConfig(pConfig) {
68 return getSymTabNum(pFormat) - m_pParent.getGOT().getGlobalNum();
75 return m_pParent.getGOT().getLocalNum();
83 m_pParent.elfSegmentTable().find(llvm::ELF::PT_LOAD, 0x0, 0x0);
85 return m_pParent.elfSegmentTable().end() == baseSeg ? 0 : (*baseSeg)->vaddr();
  /external/pdfium/xfa/fde/xml/
fde_xml_imp.cpp 82 : m_pParent(nullptr),
167 pFind = m_pParent;
199 pNode->m_pParent = this;
235 pNode->m_pParent = nullptr;
244 while (pParent->m_pParent) {
245 pParent = pParent->m_pParent;
250 return m_pParent;
270 while (pParent->m_pParent)
271 pParent = pParent->m_pParent;
276 return m_pParent;
    [all...]
fde_xml_imp.h 69 CFDE_XMLNode* m_pParent;
  /external/pdfium/core/fxcrt/
fx_xml.h 68 const CXML_Element* GetParent() const { return m_pParent; }
153 const CXML_Element* const m_pParent;
  /frameworks/compile/mclinker/include/mcld/Support/
Directory.h 146 Directory* m_pParent; // get handler
  /external/pdfium/core/fpdfdoc/
doc_tagged.cpp 177 m_pParent(pParent),
197 return m_pParent;
329 if (!m_pParent) {
332 return m_pParent->GetAttr(owner, name, true, fLevel + 1);
tagged_int.h 113 CPDF_StructElement* const m_pParent;

Completed in 259 milliseconds

1 2