/external/chromium_org/chrome/browser/ui/views/tabs/ |
D | window_finder_win.cc | 69 const gfx::Point& screen_loc, in IsTopMostWindowAtPoint() argument 71 TopMostFinder finder(window, screen_loc, ignore); in IsTopMostWindowAtPoint() 126 const gfx::Point& screen_loc, in TopMostFinder() argument 132 screen_loc_ = gfx::win::DIPToScreenPoint(screen_loc); in TopMostFinder() 160 const gfx::Point& screen_loc, in GetProcessWindowAtPoint() argument 162 LocalProcessWindowFinder finder(screen_loc, ignore); in GetProcessWindowAtPoint() 170 screen_loc, in GetProcessWindowAtPoint() 190 LocalProcessWindowFinder(const gfx::Point& screen_loc, in LocalProcessWindowFinder() argument 194 screen_loc_ = gfx::win::DIPToScreenPoint(screen_loc); in LocalProcessWindowFinder()
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
D | x11_topmost_window_finder.cc | 22 const gfx::Point& screen_loc, in FindLocalProcessWindowAt() argument 24 screen_loc_ = screen_loc; in FindLocalProcessWindowAt() 43 XID X11TopmostWindowFinder::FindWindowAt(const gfx::Point& screen_loc) { in FindWindowAt() argument 44 screen_loc_ = screen_loc; in FindWindowAt()
|
D | x11_topmost_window_finder.h | 30 aura::Window* FindLocalProcessWindowAt(const gfx::Point& screen_loc, 34 XID FindWindowAt(const gfx::Point& screen_loc);
|
/external/chromium_org/ui/views/controls/menu/ |
D | menu_message_pump_dispatcher_win.cc | 37 gfx::Point screen_loc(0, item->height()); in Dispatch() local 38 View::ConvertPointToScreen(item, &screen_loc); in Dispatch() 43 item, item->GetCommand(), screen_loc, source_type); in Dispatch()
|
D | menu_controller.cc | 311 gfx::Point screen_loc( in Run() 314 static_cast<View*>(event->target()), &screen_loc); in Run() 315 menu_start_mouse_press_loc_ = screen_loc; in Run() 546 gfx::Point screen_loc(event.location()); in OnMouseReleased() local 547 View::ConvertPointToScreen(source->GetScrollViewContainer(), &screen_loc); in OnMouseReleased() 548 gfx::Vector2d moved = screen_loc - menu_start_mouse_press_loc_; in OnMouseReleased() 667 gfx::Point screen_loc(event.location()); in OnDragUpdated() local 668 View::ConvertPointToScreen(source, &screen_loc); in OnDragUpdated() 669 if (valid_drop_coordinates_ && screen_loc == drop_pt_) in OnDragUpdated() 671 drop_pt_ = screen_loc; in OnDragUpdated() [all …]
|
D | menu_message_loop_mac.h | 26 const gfx::Point& screen_loc) OVERRIDE;
|
D | menu_message_loop.h | 48 const gfx::Point& screen_loc) = 0;
|
D | menu_message_loop_aura.cc | 112 const gfx::Point& screen_loc) { in RepostEventToWindow() argument 118 gfx::Point root_loc(screen_loc); in RepostEventToWindow()
|
D | menu_message_loop_mac.cc | 27 const gfx::Point& screen_loc) { in RepostEventToWindow() argument
|
D | menu_message_loop_aura.h | 36 const gfx::Point& screen_loc) OVERRIDE;
|
D | menu_controller.h | 335 const gfx::Point& screen_loc); 341 const gfx::Point& screen_loc, 347 const gfx::Point& screen_loc);
|
D | menu_delegate.cc | 44 const gfx::Point& screen_loc) const { in GetTooltipText()
|
D | menu_delegate.h | 102 const gfx::Point& screen_loc) const;
|
/external/chromium_org/ui/views/widget/ |
D | tooltip_manager_aura.cc | 52 gfx::Point screen_loc( in UpdateTooltipManagerForCapture() local 58 screen_position_client->ConvertPointToScreen(root_window, &screen_loc); in UpdateTooltipManagerForCapture() 60 aura::Window* target = screen->GetWindowAtScreenPoint(screen_loc); in UpdateTooltipManagerForCapture() 63 gfx::Point target_loc(screen_loc); in UpdateTooltipManagerForCapture()
|
/external/chromium_org/chrome/browser/ui/tabs/ |
D | dock_info.h | 53 static bool IsCloseToPoint(const gfx::Point& screen_loc, 59 static bool IsCloseToMonitorPoint(const gfx::Point& screen_loc, 150 bool CheckMonitorPoint(const gfx::Point& screen_loc,
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
D | bookmark_menu_controller_views.cc | 57 gfx::Point screen_loc; in RunMenuAt() local 58 views::View::ConvertPointToScreen(menu_button, &screen_loc); in RunMenuAt() 60 gfx::Rect bounds(screen_loc.x(), screen_loc.y(), menu_button->width(), in RunMenuAt()
|
D | bookmark_menu_delegate.cc | 125 const gfx::Point& screen_loc) const { in GetTooltipText() 136 parent_, screen_loc, node->url(), node->GetTitle(), profile_); in GetTooltipText()
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
D | browser_action_overflow_menu_controller.cc | 110 gfx::Point screen_loc; in RunMenu() local 111 views::View::ConvertPointToScreen(menu_button_, &screen_loc); in RunMenu() 112 bounds.set_x(screen_loc.x()); in RunMenu() 113 bounds.set_y(screen_loc.y()); in RunMenu()
|
/external/chromium_org/ui/views/corewm/ |
D | tooltip_controller.cc | 86 gfx::Point screen_loc(event.location()); in GetTooltipTarget() local 88 ConvertPointToScreen(event_target, &screen_loc); in GetTooltipTarget() 90 aura::Window* target = screen->GetWindowAtScreenPoint(screen_loc); in GetTooltipTarget() 93 gfx::Point target_loc(screen_loc); in GetTooltipTarget()
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
D | page_action_image_view.cc | 160 gfx::Point screen_loc; in ShowContextMenuForView() local 161 views::View::ConvertPointToScreen(this, &screen_loc); in ShowContextMenuForView() 165 gfx::Rect(screen_loc, size()), in ShowContextMenuForView()
|
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
D | browser_action_view.cc | 183 gfx::Point screen_loc; in ShowContextMenuForView() local 184 views::View::ConvertPointToScreen(this, &screen_loc); in ShowContextMenuForView() 188 gfx::Rect(screen_loc, size()), in ShowContextMenuForView()
|
/external/chromium_org/ui/views/controls/table/ |
D | table_view.cc | 466 gfx::Point screen_loc(0, y); in GetKeyboardContextMenuLocation() local 468 screen_loc.set_x(width()); in GetKeyboardContextMenuLocation() 469 ConvertPointToScreen(this, &screen_loc); in GetKeyboardContextMenuLocation() 470 return screen_loc; in GetKeyboardContextMenuLocation()
|
/external/chromium_org/ui/views/controls/tree/ |
D | tree_view.cc | 542 gfx::Point screen_loc(0, y); in GetKeyboardContextMenuLocation() local 544 screen_loc.set_x(width()); in GetKeyboardContextMenuLocation() 545 ConvertPointToScreen(this, &screen_loc); in GetKeyboardContextMenuLocation() 546 return screen_loc; in GetKeyboardContextMenuLocation()
|
/external/chromium_org/ash/wm/workspace/ |
D | multi_window_resize_controller.cc | 463 gfx::Point screen_loc = Shell::GetScreen()->GetCursorScreenPoint(); in CompleteResize() local 464 if (!resize_widget_->GetWindowBoundsInScreen().Contains(screen_loc)) { in CompleteResize()
|
/external/chromium_org/ui/base/x/ |
D | x11_util.h | 129 UI_BASE_EXPORT bool WindowContainsPoint(XID window, gfx::Point screen_loc);
|