HomeSort by relevance Sort by last modified time
    Searched defs:parent_widget (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_gtk.h 20 GtkWidget* parent_widget,
33 GtkWidget* parent_widget() { return parent_widget_; } function in class:content::BrowserAccessibilityManagerGtk
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_position_client_unittest.cc 17 Widget parent_widget; local
22 init_params.native_widget = new DesktopNativeWidgetAura(&parent_widget);
23 parent_widget.Init(init_params);
24 // parent_widget.Show();
28 // Owned by |parent_widget|.
32 parent_widget.GetNativeView());
  /external/chromium_org/chrome/browser/ui/gtk/
one_click_signin_bubble_gtk.cc 283 GtkWidget* parent_widget = is_sync_dialog_ ? local
286 gfx::Rect bounds = gtk_util::WidgetBounds(parent_widget);
291 bubble_ = BubbleGtk::Show(parent_widget, &bounds, content_widget,
  /external/chromium_org/ui/views/widget/
native_widget_win.cc 981 NativeWidgetPrivate* parent_widget; local
983 parent_widget = GetNativeWidgetForNativeView(parent_hwnd);
984 if (parent_widget) {
985 widget = parent_widget;
988 } while (parent_hwnd != NULL && parent_widget != NULL);
    [all...]
widget_unittest.cc 2359 Widget parent_widget; local
    [all...]

Completed in 179 milliseconds