Searched defs:screen_loc (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_topmost_window_finder.cc22 const gfx::Point& screen_loc,
24 screen_loc_ = screen_loc;
43 XID X11TopmostWindowFinder::FindWindowAt(const gfx::Point& screen_loc) { argument
44 screen_loc_ = screen_loc;
21 FindLocalProcessWindowAt( const gfx::Point& screen_loc, const std::set<aura::Window*>& ignore) argument
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_message_loop_mac.cc27 const gfx::Point& screen_loc) {
25 RepostEventToWindow(const ui::LocatedEvent& event, gfx::NativeWindow window, const gfx::Point& screen_loc) argument
H A Dmenu_message_loop_aura.cc112 const gfx::Point& screen_loc) {
118 gfx::Point root_loc(screen_loc);
110 RepostEventToWindow(const ui::LocatedEvent& event, gfx::NativeWindow window, const gfx::Point& screen_loc) argument
H A Dmenu_controller.cc311 gfx::Point screen_loc(
314 static_cast<View*>(event->target()), &screen_loc);
315 menu_start_mouse_press_loc_ = screen_loc;
546 gfx::Point screen_loc(event.location());
547 View::ConvertPointToScreen(source->GetScrollViewContainer(), &screen_loc);
548 gfx::Vector2d moved = screen_loc - menu_start_mouse_press_loc_;
667 gfx::Point screen_loc(event.location());
668 View::ConvertPointToScreen(source, &screen_loc);
669 if (valid_drop_coordinates_ && screen_loc == drop_pt_)
671 drop_pt_ = screen_loc;
1320 GetMenuPartByScreenCoordinateUsingMenu( MenuItemView* item, const gfx::Point& screen_loc) argument
1334 GetMenuPartByScreenCoordinateImpl( SubmenuView* menu, const gfx::Point& screen_loc, MenuPart* part) argument
1373 DoesSubmenuContainLocation(SubmenuView* submenu, const gfx::Point& screen_loc) argument
[all...]
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dwindow_finder_win.cc67 // |screen_loc|, not including the windows in |ignore|.
69 const gfx::Point& screen_loc,
71 TopMostFinder finder(window, screen_loc, ignore);
126 const gfx::Point& screen_loc,
132 screen_loc_ = gfx::win::DIPToScreenPoint(screen_loc);
157 // Returns the hwnd from our process at screen_loc that is not obscured by
160 const gfx::Point& screen_loc,
162 LocalProcessWindowFinder finder(screen_loc, ignore);
170 screen_loc,
190 LocalProcessWindowFinder(const gfx::Point& screen_loc, argument
68 IsTopMostWindowAtPoint(HWND window, const gfx::Point& screen_loc, const std::set<HWND>& ignore) argument
125 TopMostFinder(HWND window, const gfx::Point& screen_loc, const std::set<HWND>& ignore) argument
159 GetProcessWindowAtPoint( const gfx::Point& screen_loc, const std::set<HWND>& ignore) argument
[all...]
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_menu_controller_views.cc57 gfx::Point screen_loc; local
58 views::View::ConvertPointToScreen(menu_button, &screen_loc);
60 gfx::Rect bounds(screen_loc.x(), screen_loc.y(), menu_button->width(),
H A Dbookmark_bar_view.cc641 const gfx::Point& screen_loc,
646 screen_loc.x(),
647 screen_loc.y(),
639 CreateToolTipForURLAndTitle( const views::Widget* widget, const gfx::Point& screen_loc, const GURL& url, const base::string16& title, Profile* profile) argument
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbrowser_action_overflow_menu_controller.cc110 gfx::Point screen_loc; local
111 views::View::ConvertPointToScreen(menu_button_, &screen_loc);
112 bounds.set_x(screen_loc.x());
113 bounds.set_y(screen_loc.y());
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dpage_action_image_view.cc160 gfx::Point screen_loc; local
161 views::View::ConvertPointToScreen(this, &screen_loc);
165 gfx::Rect(screen_loc, size()),
/external/chromium_org/ash/wm/workspace/
H A Dmulti_window_resize_controller.cc463 gfx::Point screen_loc = Shell::GetScreen()->GetCursorScreenPoint(); local
464 if (!resize_widget_->GetWindowBoundsInScreen().Contains(screen_loc)) {
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_action_view.cc183 gfx::Point screen_loc; local
184 views::View::ConvertPointToScreen(this, &screen_loc);
188 gfx::Rect(screen_loc, size()),
H A Dwrench_menu.cc987 gfx::Point screen_loc; local
988 views::View::ConvertPointToScreen(host, &screen_loc);
989 gfx::Rect bounds(screen_loc, host->size());
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc758 gfx::Point screen_loc = local
760 gfx::Point client_loc = screen_loc;
767 screen_loc.x(), screen_loc.y(), ops);
/external/chromium_org/ui/base/x/
H A Dx11_util.cc602 bool WindowContainsPoint(XID window, gfx::Point screen_loc) { argument
609 if (!window_rect.Contains(screen_loc))
652 if (shape_rect.Contains(screen_loc)) {

Completed in 412 milliseconds