Home
last modified time | relevance | path

Searched refs:GetParent (Results 1 – 25 of 62) sorted by relevance

123

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_appadapter.h22 static inline CXFA_ContainerLayoutItem* GetParent( in GetParent() function
51 static inline CXFA_ContainerLayoutItem* GetParent( in GetParent() function
66 static inline CXFA_ContentLayoutItem* GetParent( in GetParent() function
Dxfa_document_datadescription_imp.cpp26 static inline CXFA_Node* GetParent(CXFA_Node* pDDGroupNode) { in GetParent() function in CXFA_TraverseStrategy_DDGroup
/external/lzma/CPP/Windows/Control/
DPropertyPage.h20 void Changed() { PropSheet_Changed(GetParent(), (HWND)*this); } in Changed()
21 void UnChanged() { PropSheet_UnChanged(GetParent(), (HWND)*this); } in UnChanged()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeIterator.cs114 object parent = adaptor.GetParent(tree); in MoveNext()
120 parent = adaptor.GetParent(tree); in MoveNext()
DITreeAdaptor.cs300 object GetParent(object t); in GetParent() method
DCommonTreeAdaptor.cs188 public override object GetParent(object t) { in GetParent() method in Antlr.Runtime.Tree.CommonTreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeIterator.cs135 object parent = adaptor.GetParent( tree ); in MoveNext()
142 parent = adaptor.GetParent( tree ); in MoveNext()
DITreeAdaptor.cs320 object GetParent( object t ); in GetParent() method
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_widgetimp.cpp29 IFWL_Widget* IFWL_Widget::GetParent() { in GetParent() function in IFWL_Widget
30 return static_cast<CFWL_WidgetImp*>(GetImpl())->GetParent(); in GetParent()
222 IFWL_Widget* CFWL_WidgetImp::GetParent() { in GetParent() function in CFWL_WidgetImp
363 IFWL_Widget* parent = GetParent(); in TransformTo()
410 parent = pWidget->GetParent(); in TransformTo()
430 IFWL_Widget* parent = GetParent(); in GetMatrix()
434 parent = parent->GetParent(); in GetMatrix()
457 IFWL_Widget* parent = GetParent(); in SetMatrix()
937 IFWL_Widget* pDstWidget = GetParent(); in GetOffsetFromParent()
948 IFWL_Widget* pUpWidget = GetParent(); in IsParent()
[all …]
/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_doclayout.h37 CXFA_LayoutItem* GetParent() const;
117 static inline CXFA_LayoutItem* GetParent(CXFA_LayoutItem* pLayoutItem) { in GetParent() function
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTreeAdaptor.cs221 public virtual object GetParent(object t) { in GetParent() method in Antlr.Runtime.Debug.DebugTreeAdaptor
222 return adaptor.GetParent(t); in GetParent()
/external/webrtc/webrtc/base/
Dtaskparent.h30 TaskParent *GetParent() { return parent_; } in GetParent() function
/external/libweave/src/notification/
Dxml_node_unittest.cc50 static const XmlNode* GetParent(const XmlNode& node) { return node.parent_; } in GetParent() function in weave::XmlNodeTest
96 EXPECT_EQ(node_.get(), GetParent(*node_->children().front().get())); in TEST_F()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugTreeAdaptor.cs285 public virtual object GetParent( object t ) in GetParent() method in Antlr.Runtime.Debug.DebugTreeAdaptor
287 return adaptor.GetParent( t ); in GetParent()
/external/pdfium/xfa/src/fdp/src/css/
Dfde_csscache.h43 _FDE_CSSTAGCACHE* GetParent() const { return pParent; } in GetParent() function
/external/pdfium/core/include/fpdfdoc/
Dfpdf_tagged.h66 virtual CPDF_StructElement* GetParent() const = 0;
/external/pdfium/xfa/src/fwl/src/lightwidget/
Dwidget.cpp73 CFWL_Widget* CFWL_Widget::GetParent() { in GetParent() function in CFWL_Widget
76 IFWL_Widget* parent = m_pIface->GetParent(); in GetParent()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
DITreeAdaptor`1.cs288 T GetParent(T t); in GetParent() method
/external/lzma/CPP/Windows/
DWindow.h76 HWND GetParent() const { return ::GetParent(_window); } in GetParent() function
/external/webrtc/webrtc/libjingle/xmpp/
Djingleinfotask.cc50 JingleInfoTask* parent = static_cast<JingleInfoTask*>(GetParent()); in HandleStanza()
/external/pdfium/core/src/fpdfdoc/
Dtagged_int.h50 CPDF_StructElement* GetParent() const override { return m_pParent; } in GetParent() function
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas306 function GetParent(const T: IANTLRInterface): IANTLRInterface;
442 function GetParent: ITree; in GetParent() function
495 property Parent: ITree read GetParent write SetParent;
541 function GetParent: ITree; in GetParent() function
584 property Parent: ITree read GetParent write SetParent;
1138 function GetParent: ITree; virtual;
1225 function GetParent: ITree; override; in GetParent() function
1299 function GetParent(const T: IANTLRInterface): IANTLRInterface; virtual; abstract; in GetParent() function
1328 function GetParent(const T: IANTLRInterface): IANTLRInterface; override; in GetParent() function
2273 function TBaseTree.GetParent: ITree; in GetParent() function
[all …]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DASTTreeParser.stg66 if (Adaptor.GetParent(RetVal.Tree) \<\> nil) and (Adaptor.IsNil(Adaptor.GetParent(RetVal.Tree))) th…
67 RetVal.Tree := Adaptor.GetParent(RetVal.Tree) as I<ASTLabelType>;
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgid3d11/
Ddxgid3d11.cpp125 adapter->GetParent(IID_IDXGIFactory, (void**)&factory); in D3D11CreateDeviceAndSwapChain()
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgid3d10/
Ddxgid3d10.cpp115 adapter->GetParent(IID_IDXGIFactory, (void**)&factory); in D3D10CreateDeviceAndSwapChain1()

123