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

  /external/pdfium/xfa/fxfa/parser/
cxfa_attachnodelist.cpp 25 CXFA_Node* pParent = pNode->GetParent();
26 if (pParent)
27 pParent->RemoveChild(pNode, true);
33 CXFA_Node* pParent = pNewNode->GetParent();
34 if (pParent)
35 pParent->RemoveChild(pNewNode, true);
cxfa_nodeiteratortemplate.h 41 NodeType* pParent = ParentWithinSubtree(m_pCurrent);
42 if (pParent) {
43 m_pCurrent = pParent;
98 NodeType* pParent = ParentWithinSubtree(pNode);
99 if (!pParent)
101 NodeType* pCurrent = TraverseStrategy::GetFirstChild(pParent);
cxfa_itemlayoutprocessor.cpp     [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_structtree.cpp 79 if (CPDF_Dictionary* pParent = pParentArray->GetDictAt(i))
80 AddPageNode(pParent, &element_map, 0);
98 CPDF_Dictionary* pParent = pDict->GetDictFor("P");
99 if (!pParent || pParent->GetStringFor("Type") == "StructTreeRoot") {
106 AddPageNode(pParent, map, nLevel + 1);
cpdf_interform.cpp 450 Node* AddChild(Node* pParent, const WideString& short_name);
452 Node* Lookup(Node* pParent, const WideString& short_name);
461 CFieldTree::Node* CFieldTree::AddChild(Node* pParent,
463 if (!pParent)
466 int level = pParent->GetLevel() + 1;
470 auto pNew = pdfium::MakeUnique<Node>(short_name, pParent->GetLevel() + 1);
472 pParent->AddChildNode(std::move(pNew));
476 CFieldTree::Node* CFieldTree::Lookup(Node* pParent,
478 if (!pParent)
481 for (size_t i = 0; i < pParent->GetChildrenCount(); ++i)
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_widgetmgr.h 44 void InsertWidget(CFWL_Widget* pParent, CFWL_Widget* pChild);
47 void SetParent(CFWL_Widget* pParent, CFWL_Widget* pChild);
49 CFWL_Widget* GetWidgetAtPoint(CFWL_Widget* pParent,
56 CFWL_Widget* GetDefaultButton(CFWL_Widget* pParent) const;
76 Item* pParent;
101 void DrawChild(CFWL_Widget* pParent,
cfwl_widget.cpp 51 CFWL_Widget* pParent = m_pProperties->m_pParent;
52 m_pWidgetMgr->InsertWidget(pParent, this);
93 void CFWL_Widget::SetParent(CFWL_Widget* pParent) {
94 m_pProperties->m_pParent = pParent;
95 m_pWidgetMgr->SetParent(pParent, this);
564 CFX_SizeF CFWL_Widget::GetOffsetFromParent(CFWL_Widget* pParent) {
565 if (pParent == this)
576 while (pDstWidget && pDstWidget != pParent) {
584 bool CFWL_Widget::IsParent(CFWL_Widget* pParent) {
587 if (pUpWidget == pParent)
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_textprovider.cpp 156 CXFA_Node* pParent = pWidgetNode->GetParent();
160 if (pParent)
161 pIDNode = pDocument->GetNodeByID(pParent, wsAttr.AsStringView());
cxfa_ffwidget.cpp 399 CXFA_FFWidget* pParent = GetParent();
400 if (pParent && !pParent->IsAncestorOf(pOldWidget)) {
401 pParent->OnSetFocus(pOldWidget);
415 CXFA_FFWidget* pParent = GetParent();
416 if (pParent && !pParent->IsAncestorOf(pNewWidget)) {
417 pParent->OnKillFocus(pNewWidget);
cxfa_widgetacc.cpp     [all...]
  /external/pdfium/core/fxcrt/xml/
cfx_xmlnode.cpp 178 CFX_XMLNode* pParent = (CFX_XMLNode*)this;
179 while (pParent->m_pParent) {
180 pParent = pParent->m_pParent;
182 return pParent;
204 CFX_XMLNode* pParent = (CFX_XMLNode*)this;
205 while (pParent->m_pParent)
206 pParent = pParent->m_pParent;
207 return pParent == (CFX_XMLNode*)this ? nullptr : pParent
    [all...]
  /external/pdfium/fxjs/xfa/
cjx_tree.cpp 162 CXFA_Node* pParent = ToNode(GetXFAObject())->GetParent();
163 if (!pParent) {
168 pValue->Assign(GetDocument()->GetScriptContext()->GetJSValueFromMap(pParent));
cjx_object.cpp 764 CXFA_Node* pParent = ToNode(GetXFAObject())->GetParent();
765 if (pParent) {
766 pParent = pParent->GetParent();
768 if (pParent && pParent->GetElementType() == XFA_Element::Value) {
769 pParent = pParent->GetParent();
770 if (pParent && pParent->IsContainerNode())
    [all...]
  /external/parameter-framework/upstream/parameter/
ConfigurableElement.cpp 375 const CElement *pParent = getParent();
377 if (isOfConfigurableElementType(pParent)) {
379 return static_cast<const CConfigurableElement *>(pParent)->getSyncer();
448 const CElement *pParent = getParent();
450 if (isOfConfigurableElementType(pParent)) {
452 static_cast<const CConfigurableElement *>(pParent)->getBelongingDomains(
616 const CElement *pParent = getParent();
618 if (isOfConfigurableElementType(pParent)) {
620 return static_cast<const CConfigurableElement *>(pParent)->belongsTo(pConfigurableDomain);
628 const CElement *pParent = getParent()
    [all...]
  /external/pdfium/fpdfsdk/pwl/
cpwl_scroll_bar.cpp 291 if (CPWL_Wnd* pParent = GetParentWindow())
292 pParent->NotifyLButtonDown(this, point);
303 if (CPWL_Wnd* pParent = GetParentWindow())
304 pParent->NotifyLButtonUp(this, point);
315 if (CPWL_Wnd* pParent = GetParentWindow())
316 pParent->NotifyMouseMove(this, point);
818 CPWL_Wnd* pParent = GetParentWindow();
819 if (!pParent || m_sbType != SBT_VSCROLL)
822 pParent->ScrollWindowVertically(m_OriginInfo.fContentMax -
cpwl_wnd.cpp 76 CPWL_Wnd* pParent = pWnd;
77 while (pParent) {
78 m_aKeyboardPath.push_back(pParent);
79 pParent = pParent->GetParentWindow();
100 CPWL_Wnd* pParent = pWnd;
101 while (pParent) {
102 m_aMousePath.push_back(pParent);
103 pParent = pParent->GetParentWindow()
    [all...]
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 3224 milliseconds