Searched defs:GetParent (Results 1 - 25 of 33) sorted by relevance

12

/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_layout_appadapter.h22 static inline CXFA_ContainerLayoutItem* GetParent( function in class:CXFA_TraverseStrategy_PageAreaContainerLayoutItem
51 static inline CXFA_ContainerLayoutItem* GetParent( function in class:CXFA_TraverseStrategy_ContentAreaContainerLayoutItem
66 static inline CXFA_ContentLayoutItem* GetParent( function in class:CXFA_TraverseStrategy_ContentLayoutItem
H A Dxfa_document_datadescription_imp.cpp26 static inline CXFA_Node* GetParent(CXFA_Node* pDDGroupNode) { function in class:CXFA_TraverseStrategy_DDGroup
H A Dxfa_parser_imp.cpp935 static inline IFDE_XMLNode* GetParent(IFDE_XMLNode* pNode) { function in class:RichTextNodeVisitor
/external/libweave/src/notification/
H A Dxml_node_unittest.cc50 static const XmlNode* GetParent(const XmlNode& node) { return node.parent_; } function in class:weave::XmlNodeTest
96 EXPECT_EQ(node_.get(), GetParent(*node_->children().front().get()));
/external/webrtc/webrtc/base/
H A Dtaskparent.h30 TaskParent *GetParent() { return parent_; } function in class:rtc::TaskParent
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DCommonTreeAdaptor.cs188 public override object GetParent(object t) { method in class:Antlr.Runtime.Tree.CommonTreeAdaptor
H A DBaseTreeAdaptor.cs311 public abstract object GetParent(object t); method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
H A DITreeAdaptor.cs300 object GetParent(object t); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/pdfium/core/include/fxcrt/
H A Dfx_xml.h69 CXML_Element* GetParent() const { return m_pParent; } function in class:CXML_Element
/external/pdfium/xfa/src/fdp/src/css/
H A Dfde_csscache.h43 _FDE_CSSTAGCACHE* GetParent() const { return pParent; } function in struct:_FDE_CSSTAGCACHE
/external/skia/src/animator/
H A DSkDisplayType.cpp536 SkDisplayTypes SkDisplayType::GetParent(SkAnimateMaker* maker, SkDisplayTypes base) { function in class:SkDisplayType
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTreeAdaptor.cs221 public virtual object GetParent(object t) { method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
222 return adaptor.GetParent(t);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBaseTreeAdaptor.cs459 public virtual object GetParent(object t) method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
H A DITreeAdaptor.cs320 object GetParent( object t ); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTreeAdaptor.cs285 public virtual object GetParent( object t ) method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
287 return adaptor.GetParent( t );
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
H A DITreeAdaptor`1.cs288 T GetParent(T t); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/pdfium/xfa/src/fxfa/src/common/
H A Dxfa_doclayout.h37 CXFA_LayoutItem* GetParent() const;
117 static inline CXFA_LayoutItem* GetParent(CXFA_LayoutItem* pLayoutItem) { function in class:CXFA_TraverseStrategy_LayoutItem
H A Dxfa_object.h725 static CXFA_Node* GetParent(CXFA_Node* pTemplateNode, function in class:CXFA_TraverseStrategy_XFAContainerNode
742 static inline CXFA_Node* GetParent(CXFA_Node* pTemplateNode) { function in class:CXFA_TraverseStrategy_XFANode
/external/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.cpp128 STDMETHODIMP CArchiveUpdateCallback::GetParent(UInt32 /* index */, UInt32 *parent, UInt32 *parentType) function in class:CArchiveUpdateCallback
/external/lzma/CPP/7zip/Archive/7z/
H A D7zHandler.cpp303 STDMETHODIMP CHandler::GetParent(UInt32 /* index */, UInt32 *parent, UInt32 *parentType) function in class:NArchive::N7z::CHandler
/external/lzma/CPP/Windows/
H A DWindow.h76 HWND GetParent() const { return ::GetParent(_window); } function in class:NWindows::CWindow
/external/pdfium/xfa/src/fwl/src/lightwidget/
H A Dwidget.cpp73 CFWL_Widget* CFWL_Widget::GetParent() { function in class:CFWL_Widget
76 IFWL_Widget* parent = m_pIface->GetParent();
/external/v8/src/
H A Dapi-natives.cc157 FunctionTemplateInfo* GetParent(FunctionTemplateInfo* data) { function in namespace:v8::internal::__anon18445
166 ObjectTemplateInfo* GetParent(ObjectTemplateInfo* data) { function in namespace:v8::internal::__anon18445
172 ctor = GetParent(ctor);
201 info = GetParent(info);
218 info = GetParent(info);
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
H A Dd3d1xstutil.h1022 virtual HRESULT STDMETHODCALLTYPE GetParent( function in struct:GalliumDXGIDevice
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_objects.h282 virtual HRESULT STDMETHODCALLTYPE GetParent( function in struct:GalliumDXGIResource
536 virtual HRESULT STDMETHODCALLTYPE GetParent( function in struct:GalliumD3D11Surface

Completed in 1371 milliseconds

12