Searched defs:GetParent (Results 26 - 50 of 60) sorted by relevance

123

/external/lldb/source/API/
H A DSBSection.cpp73 SBSection::GetParent() function in class:SBSection
79 SectionSP parent_section_sp (section_sp->GetParent());
H A DSBBlock.cpp131 SBBlock::GetParent () function in class:SBBlock
135 sb_block.m_opaque_ptr = m_opaque_ptr->GetParent();
/external/pdfium/core/include/fxcrt/
H A Dfx_xml.h96 CXML_Element* GetParent() const function in class:CXML_Element
/external/skia/src/animator/
H A DSkDisplayType.cpp540 SkDisplayTypes SkDisplayType::GetParent(SkAnimateMaker* maker, SkDisplayTypes base) { function in class:SkDisplayType
/external/stressapptest/src/
H A Derror_diag.h46 DeviceTree *GetParent() { return parent_; } function in class:DeviceTree
/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/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
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/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/chromium_org/content/browser/renderer_host/
H A Dlegacy_render_widget_host_win.cc70 HWND LegacyRenderWidgetHostHWND::GetParent() { function in class:content::LegacyRenderWidgetHostHWND
71 return ::GetParent(hwnd());
190 if (GetWindowEventTarget(GetParent())) {
192 ret = GetWindowEventTarget(GetParent())->HandleKeyboardMessage(
222 ::MapWindowPoints(hwnd(), GetParent(), &mouse_coords, 1);
228 if (GetWindowEventTarget(GetParent())) {
230 ret = GetWindowEventTarget(GetParent())->HandleMouseMessage(
239 ret = ::DefWindowProc(GetParent(), message, w_param, l_param);
251 if ((::GetCapture() != GetParent()) && GetWindowEventTarget(GetParent())) {
[all...]
/external/chromium_org/ppapi/proxy/
H A Dfile_ref_resource.cc111 PP_Resource FileRefResource::GetParent() { function in class:ppapi::proxy::FileRefResource
/external/lldb/include/lldb/Core/
H A DSection.h256 GetParent () const function in class:lldb_private::Section
/external/pdfium/core/src/reflow/
H A Dautoreflow.h49 IPDF_LayoutElement* GetParent() function in class:CPDF_AutoReflowElement
H A Dlayoutprovider_taggedpdf.cpp605 IPDF_LayoutElement* CPDF_LayoutElement::GetParent() function in class:CPDF_LayoutElement
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DAudioFilePlayer.h123 const AudioFilePlayer *(*GetParent)(struct S_AudioFileManager *afm); member in struct:S_AudioFileManager
/external/chromium_org/net/spdy/
H A Dspdy_priority_forest.h63 NodeId GetParent(NodeId node_id) const;
250 NodeId SpdyPriorityForest<NodeId, Priority>::GetParent(NodeId node_id) const { function in class:net::SpdyPriorityForest
508 if (!NodeExists(node.child) || node_id != GetParent(node.child)) {
H A Dspdy_priority_tree.h105 NodeId GetParent(NodeId node_id) const;
293 NodeId SpdyPriorityTree<NodeId>::GetParent(NodeId node_id) const { function in class:net::SpdyPriorityTree
526 if (!NodeExists(*it) || node.id != GetParent(*it)) {
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.h360 DWARFDebugInfoEntry* GetParent() { return m_parent_idx > 0 ? this - m_parent_idx : NULL; } function in class:DWARFDebugInfoEntry
361 const DWARFDebugInfoEntry* GetParent() const { return m_parent_idx > 0 ? this - m_parent_idx : NULL; } function in class:DWARFDebugInfoEntry
412 sibling->SetParent(GetParent());
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility.cc77 } else if (GetParent()) {
78 return GetParent()->IsDescendantOf(ancestor);
100 if (GetParent() && GetIndexInParent() > 0)
101 return GetParent()->InternalGetChild(GetIndexInParent() - 1);
107 if (GetParent() &&
110 GetParent()->InternalChildCount() - 1)) {
111 return GetParent()->InternalGetChild(GetIndexInParent() + 1);
130 BrowserAccessibility* BrowserAccessibility::GetParent() const { function in class:content::BrowserAccessibility
145 return host_node->GetParent();
187 BrowserAccessibility* parent = GetParent();
[all...]
/external/chromium_org/content/renderer/accessibility/
H A Dblink_ax_tree_source.cc119 node = GetParent(node);
170 blink::WebAXObject BlinkAXTreeSource::GetParent( function in class:content::BlinkAXTreeSource
/external/lldb/source/Symbol/
H A DBlock.cpp77 Block *parent = GetParent();
89 const Block* parent_block = GetParent();
228 for (block_parent = block->GetParent();
230 block_parent = block_parent->GetParent())
245 Block::GetParent () const function in class:Block
263 Block *parent_block = GetParent ();
395 Block *parent_block = GetParent ();
544 Block* parent_block = GetParent();
605 Block *parent_block = GetParent();
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
H A Dd3d1xstutil.h1022 virtual HRESULT STDMETHODCALLTYPE GetParent( function in struct:GalliumDXGIDevice

Completed in 484 milliseconds

123