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

  /external/chromium_org/ui/views/bubble/
bubble_delegate_unittest.cc 72 scoped_ptr<Widget> anchor_widget(CreateTestWidget());
74 anchor_widget->GetContentsView(), BubbleBorder::NONE);
92 scoped_ptr<Widget> anchor_widget(CreateTestWidget());
94 anchor_widget->GetContentsView(), BubbleBorder::NONE);
100 EXPECT_EQ(anchor_widget, bubble_delegate->anchor_widget());
105 EXPECT_EQ(anchor_widget, bubble_delegate->anchor_widget());
116 anchor_widget->CloseNow();
125 scoped_ptr<Widget> anchor_widget(CreateTestWidget())
    [all...]
bubble_delegate.cc 40 else if (bubble->anchor_widget())
41 bubble_params.parent = bubble->anchor_widget()->GetNativeView();
148 if (anchor_widget() == widget)
177 if (anchor_widget() == widget) {
282 if (!anchor_view || anchor_widget() != anchor_view->GetWidget()) {
283 if (anchor_widget()) {
344 if (widget == GetWidget() && visible && anchor_widget() &&
345 anchor_widget()->GetTopLevelWidget()) {
346 anchor_widget()->GetTopLevelWidget()->DisableInactiveRendering();
tray_bubble_view.h 78 virtual gfx::Rect GetAnchorRect(views::Widget* anchor_widget,
bubble_delegate.h 62 Widget* anchor_widget() const { return anchor_widget_; } function in class:views::BubbleDelegateView
tray_bubble_view.cc 400 return delegate_->GetAnchorRect(anchor_widget(),
  /external/chromium_org/chrome/browser/ui/views/
first_run_bubble_unittest.cc 50 scoped_ptr<views::Widget> anchor_widget(new views::Widget);
51 anchor_widget->Init(params);
52 anchor_widget->Show();
55 FirstRunBubble::ShowBubble(NULL, anchor_widget->GetContentsView());
  /external/chromium_org/chrome/browser/ui/gtk/
zoom_bubble_gtk.h 29 // Shows the zoom bubble below |anchor_widget| with an arrow pointing at
30 // |anchor_widget|. If |anchor_widget| is a toplevel window, the bubble will
zoom_bubble_gtk.cc 59 g_bubble->bubble_->anchor_widget() == anchor) {
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bubble_gtk.h 38 // Shows the bookmark bubble, pointing at |anchor_widget|.
39 static void Show(GtkWidget* anchor_widget,
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_bubble_gtk.h 39 // Shows the bookmark bubble, pointing at |anchor_widget|.
40 static void Show(GtkWidget* anchor_widget,
  /external/chromium_org/chrome/browser/ui/views/autofill/
info_bubble.cc 124 frame_->set_available_bounds(anchor_widget()->GetWindowBoundsInScreen());
144 if (anchor_widget() == widget)
  /external/chromium_org/chrome/browser/ui/gtk/bubble/
bubble_gtk.h 76 // |anchor_widget|'s origin). A bubble will try to fit on the screen, so it
84 static BubbleGtk* Show(GtkWidget* anchor_widget,
112 GtkWidget* anchor_widget() { return anchor_widget_; } function in class:BubbleGtk
129 void Init(GtkWidget* anchor_widget,
bubble_gtk.cc 129 BubbleGtk* BubbleGtk::Show(GtkWidget* anchor_widget,
139 bubble->Init(anchor_widget, rect, content, attribute_flags);
172 void BubbleGtk::Init(GtkWidget* anchor_widget,
182 anchor_widget_ = anchor_widget;
185 rect_ = rect ? *rect : gtk_util::WidgetBounds(anchor_widget);
  /external/chromium_org/ash/system/tray/
tray_background_view.cc 516 views::Widget* anchor_widget,
520 if (anchor_widget && anchor_widget->IsVisible()) {
521 rect = anchor_widget->GetWindowBoundsInScreen();
574 aura::Window* target_root = anchor_widget ?
575 anchor_widget->GetNativeView()->GetRootWindow() :
tray_background_view.h 122 views::Widget* anchor_widget,
system_tray.h 145 virtual gfx::Rect GetAnchorRect(views::Widget* anchor_widget,
system_tray.cc 679 views::Widget* anchor_widget,
682 return GetBubbleAnchorRect(anchor_widget, anchor_type, anchor_alignment);
  /external/chromium/chrome/browser/ui/gtk/
info_bubble_gtk.h 58 // |anchor_widget|'s origin). An info bubble will try to fit on the screen,
65 static InfoBubbleGtk* Show(GtkWidget* anchor_widget,
103 void Init(GtkWidget* anchor_widget,
info_bubble_gtk.cc 49 InfoBubbleGtk* InfoBubbleGtk::Show(GtkWidget* anchor_widget,
58 bubble->Init(anchor_widget, rect, content, arrow_location, grab_input);
90 void InfoBubbleGtk::Init(GtkWidget* anchor_widget,
101 anchor_widget_ = anchor_widget;
104 rect_ = rect ? *rect : gtk_util::WidgetBounds(anchor_widget);
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.h 96 virtual gfx::Rect GetAnchorRect(views::Widget* anchor_widget,
web_notification_tray.cc 511 views::Widget* anchor_widget,
514 return GetBubbleAnchorRect(anchor_widget, anchor_type, anchor_alignment);
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bubble_view.cc 337 views::Widget* parent = anchor_widget();
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_popup.cc 189 aura::Window* anchor_window = anchor_widget()->GetNativeWindow();
  /external/chromium_org/ash/wm/
immersive_fullscreen_controller.cc 693 if (bubble_delegate && bubble_delegate->anchor_widget()) {
698 // the existence of the |anchor_widget| is performed to avoid the case
    [all...]

Completed in 582 milliseconds