Home
last modified time | relevance | path

Searched refs:GetAnchorRect (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/ui/views/bubble/
Dbubble_delegate_unittest.cc134 const gfx::Rect view_rect = bubble_delegate->GetAnchorRect(); in TEST_F()
146 EXPECT_EQ(view_rect.ToString(), bubble_delegate->GetAnchorRect().ToString()); in TEST_F()
158 const gfx::Rect view_rect = bubble_delegate->GetAnchorRect(); in TEST_F()
161 const gfx::Rect view_rect_2 = bubble_delegate->GetAnchorRect(); in TEST_F()
Dtray_bubble_view.h78 virtual gfx::Rect GetAnchorRect(
157 virtual gfx::Rect GetAnchorRect() const OVERRIDE;
Dbubble_delegate.cc182 gfx::Rect BubbleDelegateView::GetAnchorRect() const { in GetAnchorRect() function in views::BubbleDelegateView
274 return GetBubbleFrameView()->GetUpdatedWindowBounds(GetAnchorRect(), in GetBubbleBounds()
Dbubble_delegate.h95 virtual gfx::Rect GetAnchorRect() const;
Dtray_bubble_view.cc395 gfx::Rect TrayBubbleView::GetAnchorRect() const { in GetAnchorRect() function in views::TrayBubbleView
398 return delegate_->GetAnchorRect(anchor_widget(), in GetAnchorRect()
/external/chromium_org/chrome/browser/ui/views/autofill/
Dtooltip_icon.cc41 virtual gfx::Rect GetAnchorRect() const OVERRIDE { in GetAnchorRect() function in autofill::__anon9abb5e420111::TooltipBubble
42 gfx::Rect bounds = views::BubbleDelegateView::GetAnchorRect(); in GetAnchorRect()
/external/chromium_org/chrome/browser/ui/views/extensions/
Dextension_installed_bubble_view.h53 virtual gfx::Rect GetAnchorRect() const OVERRIDE;
Dextension_installed_bubble_view.cc584 gfx::Rect ExtensionInstalledBubbleView::GetAnchorRect() const { in GetAnchorRect() function in ExtensionInstalledBubbleView
594 return views::BubbleDelegateView::GetAnchorRect(); in GetAnchorRect()
/external/chromium_org/ash/shelf/
Doverflow_bubble_view.cc115 GetAnchorRect().CenterPoint()).work_area(); in GetPreferredSize()
191 const gfx::Rect anchor_rect = GetAnchorRect(); in GetBubbleBounds()
/external/chromium_org/chrome/browser/ui/views/profiles/
Davatar_menu_bubble_view.h75 virtual gfx::Rect GetAnchorRect() const OVERRIDE;
Davatar_menu_bubble_view.cc696 gfx::Rect AvatarMenuBubbleView::GetAnchorRect() const { in GetAnchorRect() function in AvatarMenuBubbleView
/external/chromium_org/ash/system/web_notification/
Dweb_notification_tray.h93 virtual gfx::Rect GetAnchorRect(
Dweb_notification_tray.cc374 gfx::Rect WebNotificationTray::GetAnchorRect( in GetAnchorRect() function in ash::WebNotificationTray
/external/chromium_org/chrome/browser/chromeos/input_method/
Dcandidate_window_controller_impl.cc77 last_bounds = candidate_window_view_->GetAnchorRect(); in SetCursorBounds()
/external/chromium_org/ash/system/tray/
Dsystem_tray.h139 virtual gfx::Rect GetAnchorRect(
Dsystem_tray.cc678 gfx::Rect SystemTray::GetAnchorRect( in GetAnchorRect() function in ash::SystemTray
/external/chromium_org/ui/views/touchui/
Dtouch_selection_controller_impl_unittest.cc777 EXPECT_EQ(anchor_rect.ToString(), quick_menu->GetAnchorRect().ToString()); in TEST_F()
785 EXPECT_EQ(anchor_rect.ToString(), quick_menu->GetAnchorRect().ToString()); in TEST_F()
Dtouch_selection_controller_impl.cc503 const gfx::Rect rect = context_menu_->GetAnchorRect(); in OpenContextMenu()