HomeSort by relevance Sort by last modified time
    Searched refs:m_pParent (Results 1 - 25 of 30) 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 40 monthProp->m_pParent = this;
49 editProp->m_pParent = this;
  /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/core/fxcrt/xml/
cfx_xmlparser.cpp 23 m_pParent(pParent),
26 ASSERT(m_pParent && m_pStream);
27 m_NodeStack.push(m_pParent);
51 m_pChild = m_pParent;
82 m_pParent = m_NodeStack.top();
83 m_pChild = m_pParent;
90 m_pParent->InsertChildNode(m_pChild);
99 m_pParent->InsertChildNode(m_pChild);
101 m_pParent = m_pChild;
133 m_pParent->InsertChildNode(m_pChild)
    [all...]
cfx_xmlnode.cpp 19 : m_pParent(nullptr),
102 pFind = m_pParent;
134 pNode->m_pParent = this;
170 pNode->m_pParent = nullptr;
179 while (pParent->m_pParent) {
180 pParent = pParent->m_pParent;
185 return m_pParent;
205 while (pParent->m_pParent)
206 pParent = pParent->m_pParent;
211 return m_pParent;
    [all...]
cfx_xmlparser.h 38 CFX_XMLNode* m_pParent;
cxml_element.h 32 const CXML_Element* GetParent() const { return m_pParent.Get(); }
66 UnownedPtr<const CXML_Element> const m_pParent;
cfx_xmlnode.h 69 CFX_XMLNode* m_pParent;
cxml_element.cpp 43 : m_pParent(pParent), m_QSpaceName(qSpace), m_TagName(tagname) {}
  /external/pdfium/xfa/fxfa/parser/
cxfa_layoutitem.cpp 24 pNode->m_pParent = nullptr;
39 m_pParent(nullptr),
58 pCurNode = pCurNode->m_pParent) {
74 for (CXFA_LayoutItem* pLayoutItem = pThis->m_pParent; pLayoutItem;
75 pLayoutItem = pLayoutItem->m_pParent) {
164 if (pChildItem->m_pParent)
165 pChildItem->m_pParent->RemoveChild(pChildItem);
167 pChildItem->m_pParent = this;
181 if (pChildItem->m_pParent)
182 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_node.cpp 191 m_pParent(nullptr),
219 ASSERT(!m_pParent);
224 pNode->m_pParent = nullptr;
271 if (!m_pParent || m_pParent->m_pChild == this)
274 for (CXFA_Node* pNode = m_pParent->m_pChild; pNode; pNode = pNode->m_pNext) {
289 if (!m_pParent || m_pParent->m_pChild == this)
293 for (CXFA_Node* pNode = m_pParent->m_pChild; pNode; pNode = pNode->m_pNext) {
310 CXFA_Node* pNode = m_pParent;
    [all...]
cxfa_node.h 177 CXFA_Node* GetParent() const { return m_pParent; }
352 CXFA_Node* m_pParent;
cxfa_layoutpagemgr.cpp 68 return static_cast<CXFA_ContainerLayoutItem*>(pLayoutItem->m_pParent);
128 static_cast<CXFA_ContainerLayoutItem*>(pLayoutItem->m_pParent);
138 static_cast<CXFA_ContainerLayoutItem*>(pLayoutItem->m_pParent);
299 m_pPageSetLayoutItemRoot->m_pParent = nullptr;
531 GetCurrentContainerRecord()->pCurPageSet->m_pParent);
    [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/core/fpdfdoc/
cpdf_structelement.h 60 UnownedPtr<CPDF_StructElement> const m_pParent;
cpdf_structelement.cpp 33 m_pParent(pParent),
  /frameworks/compile/mclinker/include/mcld/Support/
Directory.h 146 Directory* m_pParent; // get handler

Completed in 522 milliseconds

1 2