Home
last modified time | relevance | path

Searched refs:screen_loc (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/views/tabs/
Dwindow_finder_win.cc69 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/
Dx11_topmost_window_finder.cc22 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()
Dx11_topmost_window_finder.h30 aura::Window* FindLocalProcessWindowAt(const gfx::Point& screen_loc,
34 XID FindWindowAt(const gfx::Point& screen_loc);
/external/chromium_org/ui/views/controls/menu/
Dmenu_message_pump_dispatcher_win.cc37 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()
Dmenu_controller.cc311 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 …]
Dmenu_message_loop_mac.h26 const gfx::Point& screen_loc) OVERRIDE;
Dmenu_message_loop.h48 const gfx::Point& screen_loc) = 0;
Dmenu_message_loop_aura.cc112 const gfx::Point& screen_loc) { in RepostEventToWindow() argument
118 gfx::Point root_loc(screen_loc); in RepostEventToWindow()
Dmenu_message_loop_mac.cc27 const gfx::Point& screen_loc) { in RepostEventToWindow() argument
Dmenu_message_loop_aura.h36 const gfx::Point& screen_loc) OVERRIDE;
Dmenu_controller.h335 const gfx::Point& screen_loc);
341 const gfx::Point& screen_loc,
347 const gfx::Point& screen_loc);
Dmenu_delegate.cc44 const gfx::Point& screen_loc) const { in GetTooltipText()
Dmenu_delegate.h102 const gfx::Point& screen_loc) const;
/external/chromium_org/ui/views/widget/
Dtooltip_manager_aura.cc52 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/
Ddock_info.h53 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/
Dbookmark_menu_controller_views.cc57 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()
Dbookmark_menu_delegate.cc125 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/
Dbrowser_action_overflow_menu_controller.cc110 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/
Dtooltip_controller.cc86 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/
Dpage_action_image_view.cc160 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/
Dbrowser_action_view.cc183 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/
Dtable_view.cc466 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/
Dtree_view.cc542 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/
Dmulti_window_resize_controller.cc463 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/
Dx11_util.h129 UI_BASE_EXPORT bool WindowContainsPoint(XID window, gfx::Point screen_loc);

12