HomeSort by relevance Sort by last modified time
    Searched full:pparent (Results 26 - 50 of 111) sorted by null

12 3 4 5

  /external/pdfium/core/src/fpdfdoc/
doc_tagged.cpp 109 CPDF_Dictionary* pParent = pParentArray->GetDict(i);
110 if (!pParent) {
113 AddPageNode(pParent, element_map);
129 CPDF_Dictionary* pParent = pDict->GetDict("P");
130 if (!pParent || pParent->GetString("Type") == "StructTreeRoot") {
137 AddPageNode(pParent, map, nLevel + 1);
193 CPDF_StructElementImpl* pParent,
205 m_pParent = pParent;
doc_form.cpp 82 _Node* AddChild(_Node* pParent,
86 _Node* _Lookup(_Node* pParent, const CFX_WideString& short_name);
96 CFieldTree::_Node* CFieldTree::AddChild(_Node* pParent,
99 if (!pParent) {
103 pNode->parent = pParent;
106 pParent->children.Add(pNode);
120 CFieldTree::_Node* CFieldTree::_Lookup(_Node* pParent,
122 if (!pParent) {
125 for (int i = 0; i < pParent->children.GetSize(); i++) {
126 _Node* pNode = pParent->children[i]
    [all...]
  /frameworks/compile/mclinker/lib/MC/
Attribute.cpp 51 AttributeProxy::AttributeProxy(AttributeSet& pParent,
54 : m_AttrPool(pParent), m_pBase(&pBase), m_Constraint(pConstraint) {
95 static inline void ReplaceOrRecord(AttributeSet& pParent,
98 Attribute* result = pParent.exists(*pCopy);
100 pParent.record(*pCopy);
  /external/pdfium/xfa/src/fdp/src/css/
fde_csscache.cpp 101 pParent(parent),
129 pParent(it.pParent),
  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_widgetimp.h 32 virtual FWL_ERR SetParent(IFWL_Widget* pParent);
66 CFX_SizeF GetOffsetFromParent(IFWL_Widget* pParent);
137 FX_BOOL IsParent(IFWL_Widget* pParent);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.cpp 21 MipsELFDynamic::MipsELFDynamic(const MipsGNULDBackend& pParent,
23 : ELFDynamic(pParent, pConfig), m_pParent(pParent), m_pConfig(pConfig) {
MipsELFDynamic.h 20 MipsELFDynamic(const MipsGNULDBackend& pParent, const LinkerConfig& pConfig);
  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp 24 X86_32DynPLT0::X86_32DynPLT0(SectionData& pParent)
25 : PLT::Entry<sizeof(x86_32_dyn_plt0)>(pParent) {
28 X86_32DynPLT1::X86_32DynPLT1(SectionData& pParent)
29 : PLT::Entry<sizeof(x86_32_dyn_plt1)>(pParent) {
32 X86_32ExecPLT0::X86_32ExecPLT0(SectionData& pParent)
33 : PLT::Entry<sizeof(x86_32_exec_plt0)>(pParent) {
36 X86_32ExecPLT1::X86_32ExecPLT1(SectionData& pParent)
37 : PLT::Entry<sizeof(x86_32_exec_plt1)>(pParent) {
40 X86_64PLT0::X86_64PLT0(SectionData& pParent)
41 : PLT::Entry<sizeof(x86_64_plt0)>(pParent) {
    [all...]
X86ELFDynamic.h 18 X86ELFDynamic(const GNULDBackend& pParent, const LinkerConfig& pConfig);
  /external/pdfium/xfa/include/fwl/adapter/
fwl_adapterwidgetmgr.h 21 IFWL_Widget* pParent = NULL) = 0;
30 IFWL_Widget* pParent) = 0;
fwl_sdadapterimp.h 22 IFWL_Widget* pParent = NULL);
28 virtual FWL_ERR SetParentWidget(IFWL_Widget* pWidget, IFWL_Widget* pParent);
  /external/pdfium/xfa/include/fwl/core/
fwl_widget.h 32 FWL_ERR SetParent(IFWL_Widget* pParent);
60 CFX_SizeF GetOffsetFromParent(IFWL_Widget* pParent);
  /frameworks/compile/mclinker/include/mcld/Target/
GOT.h 39 Entry(uint64_t pValue, SectionData* pParent)
40 : TargetFragment(Fragment::Target, pParent), f_Value(pValue) {}
  /frameworks/compile/mclinker/lib/Fragment/
Fragment.cpp 24 Fragment::Fragment(Type pKind, SectionData* pParent)
25 : m_Kind(pKind), m_pParent(pParent), m_Offset(~uint64_t(0)) {
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64PLT.h 40 AArch64PLT0(SectionData& pParent);
45 AArch64PLT1(SectionData& pParent);
AArch64ELFDynamic.h 18 AArch64ELFDynamic(const GNULDBackend& pParent, const LinkerConfig& pConfig);
AArch64PLT.cpp 22 AArch64PLT0::AArch64PLT0(SectionData& pParent)
23 : PLT::Entry<sizeof(aarch64_plt0)>(pParent) {
26 AArch64PLT1::AArch64PLT1(SectionData& pParent)
27 : PLT::Entry<sizeof(aarch64_plt1)>(pParent) {
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.h 26 ARMGOTEntry(uint64_t pContent, SectionData* pParent)
27 : GOT::Entry<4>(pContent, pParent) {}
ARMPLT.h 36 ARMPLT0(SectionData& pParent);
41 ARMPLT1(SectionData& pParent);
ARMELFDynamic.h 18 ARMELFDynamic(const GNULDBackend& pParent, const LinkerConfig& pConfig);
ARMPLT.cpp 21 ARMPLT0::ARMPLT0(SectionData& pParent) : PLT::Entry<sizeof(arm_plt0)>(pParent) {
24 ARMPLT1::ARMPLT1(SectionData& pParent) : PLT::Entry<sizeof(arm_plt1)>(pParent) {
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Note.cpp 139 if (CPWL_Wnd* pParent = GetParentWindow()) {
140 if (CPWL_Wnd* pGrand = pParent->GetParentWindow()) {
164 if (CPWL_Wnd* pParent = GetParentWindow()) {
165 pParent->OnNotify(this, PNM_NOTEEDITCHANGED, 0, 0);
188 if (CPWL_Wnd* pParent = GetParentWindow()) {
189 pParent->OnNotify(this, PNM_SETCARETINFO, (intptr_t)&newInfo, 0);
485 if (CPWL_Wnd* pParent = GetParentWindow()) {
486 pParent->OnNotify(this, PNM_NOTEEDITCHANGED, 0, 0);
502 if (CPWL_Wnd* pParent = GetParentWindow()) {
503 pParent->OnNotify(this, PNM_SETCARETINFO, (intptr_t)&newInfo, 0)
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonELFDynamic.h 18 HexagonELFDynamic(const GNULDBackend& pParent, const LinkerConfig& pConfig);
  /sdk/find_java2/src/
FindJava2Dlg.h 28 CFindJava2Dlg(CWnd* pParent = NULL); // standard constructor
  /external/tinyxml/docs/
tutorial0.html 211 void dump_to_stdout( TiXmlNode * pParent, unsigned int indent = 0 )
213 if ( !pParent ) return;
216 int t = pParent-&gt;Type();
226 printf( "Element \"%s\"", pParent-&gt;Value() );
230 printf( "Comment: \"%s\"", pParent-&gt;Value());
238 pText = pParent-&gt;ToText();
252 for ( pChild = pParent-&gt;FirstChild(); pChild != 0; pChild = pChild-&gt;NextSibling())

Completed in 271 milliseconds

12 3 4 5