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

123

/external/lldb/include/lldb/Core/
H A DValueObjectCast.h48 GetParent() function in class:lldb_private::ValueObjectCast
51 return m_parent->GetParent();
57 GetParent() const function in class:lldb_private::ValueObjectCast
60 return m_parent->GetParent();
H A DValueObjectDynamicValue.h57 GetParent() function in class:lldb_private::ValueObjectDynamicValue
60 return m_parent->GetParent();
66 GetParent() const function in class:lldb_private::ValueObjectDynamicValue
69 return m_parent->GetParent();
H A DValueObjectSyntheticFilter.h111 GetParent() function in class:lldb_private::ValueObjectSynthetic
114 return m_parent->GetParent();
120 GetParent() const function in class:lldb_private::ValueObjectSynthetic
123 return m_parent->GetParent();
/external/chromium_org/chrome/browser/
H A Dplatform_util_aura.cc20 gfx::NativeView GetParent(gfx::NativeView view) { function in namespace:platform_util
H A Dplatform_util_android.cc30 gfx::NativeView GetParent(gfx::NativeView view) { function in namespace:platform_util
H A Dplatform_util_win.cc219 gfx::NativeView GetParent(gfx::NativeView view) { function in namespace:platform_util
220 return ::GetParent(view);
/external/chromium_org/chrome/browser/ui/ash/accessibility/
H A Dax_root_obj_wrapper.cc24 views::AXAuraObjWrapper* AXRootObjWrapper::GetParent() { function in class:AXRootObjWrapper
H A Dax_tree_source_ash.cc67 AXAuraObjWrapper* AXTreeSourceAsh::GetParent(AXAuraObjWrapper* node) const { function in class:AXTreeSourceAsh
68 AXAuraObjWrapper* parent = node->GetParent();
/external/chromium_org/third_party/webrtc/base/
H A Dtaskparent.h30 TaskParent *GetParent() { return parent_; } function in class:rtc::TaskParent
/external/chromium_org/ui/accessibility/platform/
H A Dax_platform_node_base.cc34 gfx::NativeViewAccessible AXPlatformNodeBase::GetParent() { function in class:ui::AXPlatformNodeBase
35 return delegate_ ? delegate_->GetParent() : NULL;
/external/chromium_org/ui/views/accessibility/
H A Dax_widget_obj_wrapper.cc25 AXAuraObjWrapper* AXWidgetObjWrapper::GetParent() { function in class:views::AXWidgetObjWrapper
H A Dax_window_obj_wrapper.cc25 AXAuraObjWrapper* AXWindowObjWrapper::GetParent() { function in class:views::AXWindowObjWrapper
H A Dax_view_obj_wrapper.cc24 AXAuraObjWrapper* AXViewObjWrapper::GetParent() { function in class:views::AXViewObjWrapper
H A Dnative_view_accessibility.cc70 gfx::NativeViewAccessible NativeViewAccessibility::GetParent() { function in class:views::NativeViewAccessibility
/external/chromium_org/chrome/browser/extensions/api/context_menus/
H A Dcontext_menus_api_helpers.cc38 MenuItem* GetParent(MenuItem::Id parent_id, function in namespace:extensions::context_menus_api_helpers
/external/chromium_org/content/browser/frame_host/
H A Dframe_accessibility.cc135 bool FrameAccessibility::GetParent( function in class:content::FrameAccessibility
/external/chromium_org/extensions/common/features/
H A Dbase_feature_provider.cc141 Feature* BaseFeatureProvider::GetParent(Feature* feature) const { function in class:extensions::BaseFeatureProvider
/external/chromium_org/ppapi/c/
H A Dppb_file_ref.h123 * GetParent() returns the parent directory of this file. If
134 PP_Resource (*GetParent)(PP_Resource file_ref); member in struct:PPB_FileRef_1_2
244 PP_Resource (*GetParent)(PP_Resource file_ref); member in struct:PPB_FileRef_1_0
265 PP_Resource (*GetParent)(PP_Resource file_ref); member in struct:PPB_FileRef_1_1
/external/chromium_org/ppapi/cpp/
H A Dfile_ref.cc98 FileRef FileRef::GetParent() const { function in class:pp::FileRef
101 get_interface<PPB_FileRef_1_2>()->GetParent(pp_resource()));
105 get_interface<PPB_FileRef_1_1>()->GetParent(pp_resource()));
109 get_interface<PPB_FileRef_1_0>()->GetParent(pp_resource()));
/external/chromium_org/tools/idl_parser/
H A Didl_node.py125 def GetParent(self): member in class:IDLNode
/external/chromium_org/ui/views/focus/
H A Dfocus_search.cc120 View* FocusSearch::GetParent(View* v) { function in class:views::FocusSearch
185 View* parent = GetParent(starting_view);
195 parent = GetParent(parent);
262 View* parent = GetParent(starting_view);
/external/pdfium/core/src/fpdfdoc/
H A Dtagged_int.h48 CPDF_StructElement* GetParent() const function in class:CPDF_StructElementImpl
/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
/external/chromium_org/ppapi/thunk/
H A Dppb_file_ref_thunk.cc75 PP_Resource GetParent(PP_Resource file_ref) { function in namespace:ppapi::thunk::__anon10261
76 VLOG(4) << "PPB_FileRef::GetParent()";
80 return enter.object()->GetParent();
174 &GetParent,
187 &GetParent,
202 &GetParent,
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayType.cpp540 SkDisplayTypes SkDisplayType::GetParent(SkAnimateMaker* maker, SkDisplayTypes base) { function in class:SkDisplayType

Completed in 4900 milliseconds

123