/external/chromium_org/ui/views/bubble/ |
D | bubble_delegate_unittest.cc | 134 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()
|
D | tray_bubble_view.h | 78 virtual gfx::Rect GetAnchorRect( 157 virtual gfx::Rect GetAnchorRect() const OVERRIDE;
|
D | bubble_delegate.cc | 182 gfx::Rect BubbleDelegateView::GetAnchorRect() const { in GetAnchorRect() function in views::BubbleDelegateView 274 return GetBubbleFrameView()->GetUpdatedWindowBounds(GetAnchorRect(), in GetBubbleBounds()
|
D | bubble_delegate.h | 95 virtual gfx::Rect GetAnchorRect() const;
|
D | tray_bubble_view.cc | 395 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/ |
D | tooltip_icon.cc | 41 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/ |
D | extension_installed_bubble_view.h | 53 virtual gfx::Rect GetAnchorRect() const OVERRIDE;
|
D | extension_installed_bubble_view.cc | 584 gfx::Rect ExtensionInstalledBubbleView::GetAnchorRect() const { in GetAnchorRect() function in ExtensionInstalledBubbleView 594 return views::BubbleDelegateView::GetAnchorRect(); in GetAnchorRect()
|
/external/chromium_org/ash/shelf/ |
D | overflow_bubble_view.cc | 115 GetAnchorRect().CenterPoint()).work_area(); in GetPreferredSize() 191 const gfx::Rect anchor_rect = GetAnchorRect(); in GetBubbleBounds()
|
/external/chromium_org/chrome/browser/ui/views/profiles/ |
D | avatar_menu_bubble_view.h | 75 virtual gfx::Rect GetAnchorRect() const OVERRIDE;
|
D | avatar_menu_bubble_view.cc | 696 gfx::Rect AvatarMenuBubbleView::GetAnchorRect() const { in GetAnchorRect() function in AvatarMenuBubbleView
|
/external/chromium_org/ash/system/web_notification/ |
D | web_notification_tray.h | 93 virtual gfx::Rect GetAnchorRect(
|
D | web_notification_tray.cc | 374 gfx::Rect WebNotificationTray::GetAnchorRect( in GetAnchorRect() function in ash::WebNotificationTray
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
D | candidate_window_controller_impl.cc | 77 last_bounds = candidate_window_view_->GetAnchorRect(); in SetCursorBounds()
|
/external/chromium_org/ash/system/tray/ |
D | system_tray.h | 139 virtual gfx::Rect GetAnchorRect(
|
D | system_tray.cc | 678 gfx::Rect SystemTray::GetAnchorRect( in GetAnchorRect() function in ash::SystemTray
|
/external/chromium_org/ui/views/touchui/ |
D | touch_selection_controller_impl_unittest.cc | 777 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()
|
D | touch_selection_controller_impl.cc | 503 const gfx::Rect rect = context_menu_->GetAnchorRect(); in OpenContextMenu()
|