Home
last modified time | relevance | path

Searched refs:parent_hwnd (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility_manager_win.h24 HWND parent_hwnd,
35 HWND parent_hwnd() { return parent_hwnd_; } in parent_hwnd() function
Dbrowser_accessibility_manager_win.cc113 HWND parent_hwnd, in BrowserAccessibilityManagerWin() argument
119 parent_hwnd_(parent_hwnd), in BrowserAccessibilityManagerWin()
167 ::NotifyWinEvent(event, parent_hwnd(), OBJID_CLIENT, child_id); in MaybeCallNotifyWinEvent()
Dbrowser_accessibility_win_unittest.cc699 ASSERT_EQ(desktop_hwnd, manager->parent_hwnd()); in TEST()
707 HWND new_parent_hwnd = manager->parent_hwnd(); in TEST()
715 ASSERT_EQ(NULL, manager->parent_hwnd()); in TEST()
725 new_parent_hwnd = manager->parent_hwnd(); in TEST()
Dbrowser_accessibility_win.cc736 *window_handle = manager()->ToBrowserAccessibilityManagerWin()->parent_hwnd(); in get_windowHandle()
987 HWND parent_hwnd = in get_imagePosition() local
988 manager()->ToBrowserAccessibilityManagerWin()->parent_hwnd(); in get_imagePosition()
990 ::ClientToScreen(parent_hwnd, &top_left); in get_imagePosition()
/external/chromium_org/ui/views/controls/native/
Dnative_view_host_win.cc53 HWND parent_hwnd = GetParent(host_->native_view()); in AddedToWidget() local
55 if (parent_hwnd != widget_hwnd) in AddedToWidget()
/external/chromium_org/ui/views/widget/
Dnative_widget_win.cc970 HWND parent_hwnd = native_view; in GetTopLevelNativeWidget() local
977 parent_hwnd = ::GetAncestor(parent_hwnd, GA_PARENT); in GetTopLevelNativeWidget()
978 if (!parent_hwnd) in GetTopLevelNativeWidget()
983 parent_widget = GetNativeWidgetForNativeView(parent_hwnd); in GetTopLevelNativeWidget()
986 parent_hwnd = ::GetAncestor(parent_hwnd, GA_PARENT); in GetTopLevelNativeWidget()
988 } while (parent_hwnd != NULL && parent_widget != NULL); in GetTopLevelNativeWidget()
/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_editor_view.cc52 void BookmarkEditor::Show(HWND parent_hwnd, in Show() argument
60 editor->Show(parent_hwnd); in Show()
226 void BookmarkEditorView::Show(HWND parent_hwnd) { in Show() argument
227 views::Window::CreateChromeWindow(parent_hwnd, gfx::Rect(), this); in Show()
Dbookmark_editor_view.h121 void Show(HWND parent_hwnd);
/external/chromium_org/chrome_frame/test/
Dinfobar_unittests.cc558 HWND parent_hwnd = static_cast<HWND>(window); in TEST() local
564 InfobarManager* manager = InfobarManager::Get(parent_hwnd); in TEST()
575 EXPECT_CALL(*content, InstallInFrame(FrameHwndIs(parent_hwnd))) in TEST()
/external/chromium/chrome/browser/ui/gtk/bookmarks/
Dbookmark_editor_gtk.cc186 void BookmarkEditor::Show(gfx::NativeWindow parent_hwnd, in Show() argument
193 new BookmarkEditorGtk(parent_hwnd, profile, parent, details, in Show()
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_root_window_host_win.cc134 HWND parent_hwnd = NULL; in Init() local
136 parent_hwnd = in Init()
151 message_handler_->Init(parent_hwnd, pixel_bounds); in Init()
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
Dbookmark_editor_gtk.cc246 void BookmarkEditor::Show(gfx::NativeWindow parent_hwnd, in Show() argument
252 new BookmarkEditorGtk(parent_hwnd, in Show()
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_editor_base_controller.mm57 void BookmarkEditor::Show(gfx::NativeWindow parent_hwnd,
65 initWithParentWindow:parent_hwnd
71 initWithParentWindow:parent_hwnd
/external/chromium/chrome/browser/accessibility/
Dbrowser_accessibility_win.cc509 HWND parent_hwnd = manager_->GetParentView(); in get_imagePosition() local
511 ::ClientToScreen(parent_hwnd, &top_left); in get_imagePosition()
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_win.h426 void DoPopupOrFullscreenInit(HWND parent_hwnd,
Drender_widget_host_view_win.cc2989 void RenderWidgetHostViewWin::DoPopupOrFullscreenInit(HWND parent_hwnd, in DoPopupOrFullscreenInit() argument
2992 Create(parent_hwnd, NULL, NULL, WS_POPUP, ex_style); in DoPopupOrFullscreenInit()