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

  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_widgetmgrimp.h 19 : pParent(NULL),
39 CFWL_WidgetMgrItem* pParent;
58 int32_t CountWidgets(IFWL_Widget* pParent = NULL) override;
59 IFWL_Widget* GetWidget(int32_t nIndex, IFWL_Widget* pParent = NULL) override;
69 void InsertWidget(IFWL_Widget* pParent,
74 void SetParent(IFWL_Widget* pParent, IFWL_Widget* pChild);
75 FX_BOOL IsChild(IFWL_Widget* pChild, IFWL_Widget* pParent);
99 IFWL_Widget* GetWidgetAtPoint(IFWL_Widget* pParent, FX_FLOAT fx, FX_FLOAT fy);
106 IFWL_Widget* GetDefaultButton(IFWL_Widget* pParent);
121 int32_t TravelWidgetMgr(CFWL_WidgetMgrItem* pParent,
    [all...]
  /external/pdfium/xfa/src/fdp/src/css/
fde_csscache.h 43 _FDE_CSSTAGCACHE* GetParent() const { return pParent; }
57 _FDE_CSSTAGCACHE* pParent;
  /external/opencv3/modules/shape/src/
emdL1_def.hpp 59 cvPEmdNode pParent; // pointer to its parent
68 cvPEmdNode pParent; // point to its parent
  /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/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_utils.cpp 705 CPDF_Dictionary* pParent = pFieldDict->GetDict("Parent");
706 if (!pParent) {
709 return FPDF_GetFieldAttr(pParent, name, nLevel + 1);
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...]
  /external/pdfium/xfa/src/fgas/include/
fx_utl.h 514 CPLTreeNode* pParent = (CPLTreeNode*)this;
516 while ((pTemp = pParent->m_pParentNode) != NULL) {
517 pParent = pTemp;
519 return pParent;
544 CPLTreeNode* pParent = (CPLTreeNode*)this;
546 while ((pTemp = pParent->m_pParentNode) != NULL) {
547 pParent = pTemp;
549 return pParent == (CPLTreeNode*)this ? NULL : pParent;
649 CPLTreeNode* pParent = m_pParentNode;
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_imp.cpp 482 CXFA_Node* pParent = pScriptNode->GetNodeItem(XFA_NODEITEM_Parent);
483 if (!pParent || pParent->GetClassID() != XFA_ELEMENT_Variables) {
500 CXFA_Node* pThisObject = pParent->GetNodeItem(XFA_NODEITEM_Parent);
    [all...]
xfa_layout_itemlayout.cpp     [all...]
xfa_object_imp.cpp 768 CXFA_Node* pParent = this->GetNodeItem(XFA_NODEITEM_Parent);
769 if (pParent) {
771 hValue, m_pDocument->GetScriptContext()->GetJSValueFromMap(pParent));
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 890 CPDF_Dictionary* pParent = pPageDict->GetDict("Parent");
891 if (!pParent || pParent == pPageDict) {
894 pPageDict = pParent;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Wnd.cpp 139 CPWL_Wnd* pParent = pWnd;
140 while (pParent) {
141 m_aKeyboardPath.Add(pParent);
142 pParent = pParent->GetParentWindow();
164 CPWL_Wnd* pParent = pWnd;
165 while (pParent) {
166 m_aMousePath.Add(pParent);
167 pParent = pParent->GetParentWindow()
    [all...]
  /external/pdfium/xfa/src/fdp/src/xml/
fde_xml.cpp 223 CFDE_XMLNode* pParent = (CFDE_XMLNode*)this;
224 while (pParent->m_pParent != NULL) {
225 pParent = pParent->m_pParent;
227 return pParent;
250 CFDE_XMLNode* pParent = (CFDE_XMLNode*)this;
251 while (pParent->m_pParent != NULL) {
252 pParent = pParent->m_pParent;
254 return pParent == (CFDE_XMLNode*)this ? NULL : pParent;
    [all...]
  /external/pdfium/xfa/src/fwl/src/core/
fwl_widgetimp.cpp 32 FWL_ERR IFWL_Widget::SetParent(IFWL_Widget* pParent) {
33 return static_cast<CFWL_WidgetImp*>(GetImpl())->SetParent(pParent);
123 CFX_SizeF IFWL_Widget::GetOffsetFromParent(IFWL_Widget* pParent) {
124 return static_cast<CFWL_WidgetImp*>(GetImpl())->GetOffsetFromParent(pParent);
138 IFWL_Widget* pParent = m_pProperties->m_pParent;
139 m_pWidgetMgr->InsertWidget(pParent, m_pInterface);
225 FWL_ERR CFWL_WidgetImp::SetParent(IFWL_Widget* pParent) {
226 m_pProperties->m_pParent = pParent;
227 m_pWidgetMgr->SetParent(pParent, m_pInterface);
926 CFX_SizeF CFWL_WidgetImp::GetOffsetFromParent(IFWL_Widget* pParent) {
    [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidget.cpp 215 CXFA_FFWidget* pParent = GetParent();
216 if (pParent != NULL && !pParent->IsAncestorOf(pOldWidget)) {
217 pParent->OnSetFocus(pOldWidget);
230 CXFA_FFWidget* pParent = GetParent();
231 if (pParent != NULL && !pParent->IsAncestorOf(pNewWidget)) {
232 pParent->OnKillFocus(pNewWidget);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 

Completed in 497 milliseconds