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

  /external/chromium_org/chrome/browser/ui/gtk/bubble/
bubble_gtk.h 75 // |anchor_widget|'s origin). A bubble will try to fit on the screen, so it
83 static BubbleGtk* Show(GtkWidget* anchor_widget,
111 GtkWidget* anchor_widget() { return anchor_widget_; } function in class:BubbleGtk
128 void Init(GtkWidget* anchor_widget,
  /external/chromium_org/ui/views/bubble/
bubble_delegate.h 62 Widget* anchor_widget() const { return anchor_widget_; } function in class:views::BubbleDelegateView
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 452 views::Widget* anchor_widget = anchor->GetWidget(); local
453 DCHECK(anchor_widget);
454 params.parent = anchor_widget->GetNativeView();
    [all...]

Completed in 72 milliseconds