Searched refs:GetParent (Results 1 - 25 of 196) sorted by relevance

12345678

/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/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.cpp45 const DWARFDebugInfoEntry *parent_arg_die = die->GetParent();
46 const DWARFDebugInfoEntry *parend_pos_die = pos->m_die->GetParent();
80 parent_arg_die = parent_arg_die->GetParent();
81 parend_pos_die = parend_pos_die->GetParent();
/external/lldb/test/python_api/default-constructor/
H A Dsb_block.py14 obj.GetParent()
/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/net/spdy/
H A Dspdy_priority_forest_test.cc82 EXPECT_EQ(13u, forest.GetParent(7));
86 EXPECT_EQ(9u, forest.GetParent(1));
91 EXPECT_EQ(1u, forest.GetParent(2));
95 EXPECT_EQ(1u, forest.GetParent(2));
115 EXPECT_EQ(7u, forest.GetParent(9));
120 EXPECT_EQ(5u, forest.GetParent(9));
127 EXPECT_EQ(2u, forest.GetParent(3));
133 EXPECT_EQ(1u, forest.GetParent(3));
138 EXPECT_EQ(0u, forest.GetParent(1));
140 EXPECT_EQ(1u, forest.GetParent(
[all...]
H A Dspdy_priority_tree_test.cc54 EXPECT_EQ(5u, tree.GetParent(13));
63 EXPECT_EQ(0u, tree.GetParent(13));
101 EXPECT_EQ(13u, tree.GetParent(7));
105 EXPECT_EQ(9u, tree.GetParent(1));
108 EXPECT_EQ(1u, tree.GetParent(2));
111 EXPECT_EQ(1u, tree.GetParent(2));
150 EXPECT_EQ(0u, tree.GetParent(1));
151 EXPECT_EQ(0u, tree.GetParent(2));
152 EXPECT_EQ(0u, tree.GetParent(3));
153 EXPECT_EQ(1u, tree.GetParent(
[all...]
/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;
H A Dax_platform_node_delegate.h24 virtual gfx::NativeViewAccessible GetParent() = 0;
H A Dax_platform_node_base.h24 gfx::NativeViewAccessible GetParent();
/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/chrome/browser/
H A Dplatform_util.h41 gfx::NativeView GetParent(gfx::NativeView view);
H A Dplatform_util_android.cc30 gfx::NativeView GetParent(gfx::NativeView view) { function in namespace:platform_util
H A Dplatform_util_aura.cc20 gfx::NativeView GetParent(gfx::NativeView view) { function in namespace:platform_util
/external/chromium_org/chrome/browser/ui/ash/accessibility/
H A Dax_root_obj_wrapper.h20 virtual views::AXAuraObjWrapper* GetParent() OVERRIDE;
/external/chromium_org/components/dom_distiller/content/
H A Dweb_contents_main_frame_observer.cc29 if (!render_frame_host->GetParent()) {
/external/chromium_org/extensions/common/features/
H A Dfeature_provider.h25 virtual Feature* GetParent(Feature* feature) const = 0;
H A Dbase_feature_provider.h32 virtual Feature* GetParent(Feature* feature) const OVERRIDE;
/external/chromium_org/ui/views/accessibility/
H A Dax_aura_obj_wrapper.h28 virtual AXAuraObjWrapper* GetParent() = 0;
H A Dax_window_obj_wrapper.h25 virtual AXAuraObjWrapper* GetParent() OVERRIDE;
/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/chrome/browser/android/
H A Dmeta_tag_observer.cc26 if (render_frame_host->GetParent())
/external/chromium_org/content/browser/frame_host/
H A Dframe_accessibility.h55 bool GetParent(RenderFrameHostImpl* child_frame_host,
/external/chromium_org/content/test/plugin/
H A Dplugin_javascript_open_popup.cc66 HWND parent_window = GetParent(window_handle);

Completed in 372 milliseconds

12345678