HomeSort by relevance Sort by last modified time
    Searched full:parent_hwnd (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_win.h 21 HWND parent_hwnd,
32 HWND parent_hwnd() { return parent_hwnd_; } function in class:content::BrowserAccessibilityManagerWin
browser_accessibility_manager_win.cc 27 HWND parent_hwnd,
33 parent_hwnd_(parent_hwnd),
59 ::NotifyWinEvent(event, parent_hwnd(), OBJID_CLIENT, child_id);
browser_accessibility_win.cc 703 *window_handle = manager_->ToBrowserAccessibilityManagerWin()->parent_hwnd();
957 HWND parent_hwnd = local
958 manager_->ToBrowserAccessibilityManagerWin()->parent_hwnd();
960 ::ClientToScreen(parent_hwnd, &top_left);
    [all...]
  /external/chromium_org/ui/views/controls/native/
native_view_host_win.cc 53 HWND parent_hwnd = GetParent(host_->native_view());
55 if (parent_hwnd != widget_hwnd)
  /external/chromium_org/ui/views/widget/
native_widget_win.cc 955 HWND parent_hwnd = native_view;
962 parent_hwnd = ::GetAncestor(parent_hwnd, GA_PARENT);
963 if (!parent_hwnd)
968 parent_widget = GetNativeWidgetForNativeView(parent_hwnd);
971 parent_hwnd = ::GetAncestor(parent_hwnd, GA_PARENT);
973 } while (parent_hwnd != NULL && parent_widget != NULL);
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.cc 52 void BookmarkEditor::Show(HWND parent_hwnd,
60 editor->Show(parent_hwnd);
226 void BookmarkEditorView::Show(HWND parent_hwnd) {
227 views::Window::CreateChromeWindow(parent_hwnd, gfx::Rect(), this);
bookmark_editor_view.h 121 void Show(HWND parent_hwnd);
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_editor_base_controller.mm 57 void BookmarkEditor::Show(gfx::NativeWindow parent_hwnd,
65 initWithParentWindow:parent_hwnd
71 initWithParentWindow:parent_hwnd
  /external/chromium_org/chrome_frame/test/
infobar_unittests.cc 558 HWND parent_hwnd = static_cast<HWND>(window); local
564 InfobarManager* manager = InfobarManager::Get(parent_hwnd);
575 EXPECT_CALL(*content, InstallInFrame(FrameHwndIs(parent_hwnd)))
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_editor_gtk.cc 186 void BookmarkEditor::Show(gfx::NativeWindow parent_hwnd,
193 new BookmarkEditorGtk(parent_hwnd, profile, parent, details,
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.cc 111 HWND parent_hwnd = NULL; local
114 parent_hwnd = parent_window->GetRootWindow()->GetAcceleratedWidget();
121 message_handler_->Init(parent_hwnd, pixel_bounds);
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_editor_gtk.cc 247 void BookmarkEditor::Show(gfx::NativeWindow parent_hwnd,
253 new BookmarkEditorGtk(parent_hwnd,
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_win.cc 509 HWND parent_hwnd = manager_->GetParentView(); local
511 ::ClientToScreen(parent_hwnd, &top_left);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/app_list/
app_list_controller_win.cc 569 gfx::NativeWindow parent_hwnd =
573 parent_hwnd, profile, extension,
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_win.h 420 void DoPopupOrFullscreenInit(HWND parent_hwnd,
render_widget_host_view_win.cc     [all...]

Completed in 1389 milliseconds