/external/chromium_org/ui/views/ |
event_utils_win.cc | 28 const gfx::Point screen_loc = event.location(); local 30 MAKELPARAM(screen_loc.x(), 31 screen_loc.y())); 50 int window_x = screen_loc.x(); 51 int window_y = screen_loc.y();
|
/external/chromium/chrome/browser/ui/tabs/ |
dock_info_gtk.cc | 60 // location |screen_loc|, not including the windows in |ignore|. 62 const gfx::Point& screen_loc, 64 TopMostFinder finder(window, screen_loc, ignore); 98 const gfx::Point& screen_loc, 102 screen_loc_(screen_loc), 127 // Returns the XID from our process at screen_loc that is not obscured by 129 static XID GetProcessWindowAtPoint(const gfx::Point& screen_loc, 131 LocalProcessWindowFinder finder(screen_loc, ignore); 133 TopMostFinder::IsTopMostWindowAtPoint(finder.result_, screen_loc, 162 LocalProcessWindowFinder(const gfx::Point& screen_loc, [all...] |
dock_info.cc | 30 bool DockInfo::IsCloseToPoint(const gfx::Point& screen_loc, 34 int delta_x = abs(x - screen_loc.x()); 35 int delta_y = abs(y - screen_loc.y()); 42 bool DockInfo::IsCloseToMonitorPoint(const gfx::Point& screen_loc, 49 int delta_x = abs(x - screen_loc.x()); 50 int delta_y = abs(y - screen_loc.y()); 93 int max_delta_y = abs(screen_loc.y() - y); 259 bool DockInfo::CheckMonitorPoint(const gfx::Point& screen_loc, 263 if (IsCloseToMonitorPoint(screen_loc, x, y, type, &in_enable_area_)) {
|
dock_info_win.cc | 54 // |screen_loc|, not including the windows in |ignore|. 56 const gfx::Point& screen_loc, 58 TopMostFinder finder(window, screen_loc, ignore); 113 const gfx::Point& screen_loc, 117 screen_loc_(screen_loc), 144 // Returns the hwnd from our process at screen_loc that is not obscured by 146 static HWND GetProcessWindowAtPoint(const gfx::Point& screen_loc, 148 LocalProcessWindowFinder finder(screen_loc, ignore); 150 TopMostFinder::IsTopMostWindowAtPoint(finder.result_, screen_loc, 169 LocalProcessWindowFinder(const gfx::Point& screen_loc, [all...] |
dock_info_unittest.cc | 21 gfx::Point screen_loc[] = { local 46 screen_loc[i], hotspot[i].x(), hotspot[i].y(), &in_enable_area); 54 gfx::Point screen_loc[] = { local 96 screen_loc[i], hotspot.x(), hotspot.y(), type[i], &in_enable_area); 134 gfx::Point screen_loc[] = { local 151 bool result = d.CheckMonitorPoint(screen_loc[i], 0, 0, type[i]);
|
dock_info.h | 64 // Returns true if |screen_loc| is close to the hotspot at |x|, |y|. If the 67 static bool IsCloseToPoint(const gfx::Point& screen_loc, 73 static bool IsCloseToMonitorPoint(const gfx::Point& screen_loc, 166 // If screen_loc is close enough to the hot spot given by |x| and |y|, the 169 bool CheckMonitorPoint(const gfx::Point& screen_loc,
|
/external/chromium_org/chrome/browser/ui/aura/tabs/ |
dock_info_auralinux.cc | 62 // location |screen_loc|, not including the windows in |ignore|. 64 const gfx::Point& screen_loc, 66 TopMostFinder finder(window, screen_loc, ignore); 95 const gfx::Point& screen_loc, 99 screen_loc_(screen_loc), 124 // Returns the XID from our process at screen_loc that is not obscured by 126 static XID GetProcessWindowAtPoint(const gfx::Point& screen_loc, 128 LocalProcessWindowFinder finder(screen_loc, ignore); 130 TopMostFinder::IsTopMostWindowAtPoint(finder.result_, screen_loc, 158 LocalProcessWindowFinder(const gfx::Point& screen_loc, [all...] |
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
dock_info_gtk.cc | 61 // location |screen_loc|, not including the windows in |ignore|. 63 const gfx::Point& screen_loc, 65 TopMostFinder finder(window, screen_loc, ignore); 93 const gfx::Point& screen_loc, 97 screen_loc_(screen_loc), 122 // Returns the XID from our process at screen_loc that is not obscured by 124 static XID GetProcessWindowAtPoint(const gfx::Point& screen_loc, 126 LocalProcessWindowFinder finder(screen_loc, ignore); 128 TopMostFinder::IsTopMostWindowAtPoint(finder.result_, screen_loc, 156 LocalProcessWindowFinder(const gfx::Point& screen_loc, [all...] |
/external/chromium_org/chrome/browser/ui/tabs/ |
dock_info.cc | 24 bool DockInfo::IsCloseToPoint(const gfx::Point& screen_loc, 28 int delta_x = abs(x - screen_loc.x()); 29 int delta_y = abs(y - screen_loc.y()); 36 bool DockInfo::IsCloseToMonitorPoint(const gfx::Point& screen_loc, 43 int delta_x = abs(x - screen_loc.x()); 44 int delta_y = abs(y - screen_loc.y()); 83 int max_delta_y = abs(screen_loc.y() - y); 249 bool DockInfo::CheckMonitorPoint(const gfx::Point& screen_loc, 253 if (IsCloseToMonitorPoint(screen_loc, x, y, type, &in_enable_area_)) {
|
dock_info_unittest.cc | 21 gfx::Point screen_loc[] = { local 46 screen_loc[i], hotspot[i].x(), hotspot[i].y(), &in_enable_area); 54 gfx::Point screen_loc[] = { local 96 screen_loc[i], hotspot.x(), hotspot.y(), type[i], &in_enable_area); 134 gfx::Point screen_loc[] = { local 151 bool result = d.CheckMonitorPoint(screen_loc[i], 0, 0, type[i]);
|
dock_info.h | 50 // Returns true if |screen_loc| is close to the hotspot at |x|, |y|. If the 53 static bool IsCloseToPoint(const gfx::Point& screen_loc, 59 static bool IsCloseToMonitorPoint(const gfx::Point& screen_loc, 147 // If screen_loc is close enough to the hot spot given by |x| and |y|, the 150 bool CheckMonitorPoint(const gfx::Point& screen_loc,
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
dock_info_win.cc | 69 // |screen_loc|, not including the windows in |ignore|. 71 const gfx::Point& screen_loc, 73 TopMostFinder finder(window, screen_loc, ignore); 128 const gfx::Point& screen_loc, 132 screen_loc_(screen_loc), 159 // Returns the hwnd from our process at screen_loc that is not obscured by 162 const gfx::Point& screen_loc, 164 LocalProcessWindowFinder finder(screen_loc, ignore); 171 TopMostFinder::IsTopMostWindowAtPoint(finder.result_, screen_loc, 195 LocalProcessWindowFinder(const gfx::Point& screen_loc, [all...] |
/external/chromium_org/ui/views/widget/ |
tooltip_manager_aura.cc | 51 gfx::Point screen_loc( 57 screen_position_client->ConvertPointToScreen(root_window, &screen_loc); 59 aura::Window* target = screen->GetWindowAtScreenPoint(screen_loc); 62 gfx::Point target_loc(screen_loc);
|
tooltip_manager_win.cc | 208 gfx::Point screen_loc = last_mouse_pos_; local 209 View::ConvertPointToScreen(widget_->GetRootView(), &screen_loc); 212 GetMaxWidth(screen_loc.x(), screen_loc.y(),
|
/external/chromium/chrome/browser/ui/views/frame/ |
contents_container.cc | 93 gfx::Point screen_loc; local 94 ConvertPointToScreen(this, &screen_loc); 95 return gfx::Rect(screen_loc, size());
|
/external/chromium/chrome/browser/ui/views/extensions/ |
browser_action_overflow_menu_controller.cc | 62 gfx::Point screen_loc; local 63 views::View::ConvertPointToScreen(menu_button_, &screen_loc); 64 bounds.set_x(screen_loc.x()); 65 bounds.set_y(screen_loc.y());
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_menu_controller_views.cc | 56 gfx::Point screen_loc; local 57 views::View::ConvertPointToScreen(menu_button, &screen_loc); 59 gfx::Rect bounds(screen_loc.x(), screen_loc.y(), menu_button->width(),
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
browser_action_overflow_menu_controller.cc | 71 gfx::Point screen_loc; local 72 views::View::ConvertPointToScreen(menu_button_, &screen_loc); 73 bounds.set_x(screen_loc.x()); 74 bounds.set_y(screen_loc.y());
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_menu_controller_views.cc | 69 gfx::Point screen_loc; local 70 views::View::ConvertPointToScreen(button, &screen_loc); 72 gfx::Rect bounds(screen_loc.x(), screen_loc.y(), button->width(), 92 int id, const gfx::Point& screen_loc) { 98 screen_loc, node->GetURL(), UTF16ToWide(node->GetTitle()), profile_);
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
page_action_image_view.cc | 190 gfx::Point screen_loc; local 191 views::View::ConvertPointToScreen(this, &screen_loc); 192 if (menu_runner_->RunMenuAt(GetWidget(), NULL, gfx::Rect(screen_loc, size()),
|
/external/chromium_org/chrome/browser/ui/views/autofill/ |
autofill_popup_view_views.cc | 134 gfx::Point screen_loc = event.location(); local 135 views::View::ConvertPointToScreen(this, &screen_loc); 138 mouse_event.set_location(screen_loc); 143 gfx::NativeWindow window = screen->GetWindowAtScreenPoint(screen_loc);
|
/external/chromium_org/ui/views/corewm/ |
tooltip_controller.cc | 86 gfx::Point screen_loc(event.location()); 88 ConvertPointToScreen(event_target, &screen_loc); 90 aura::Window* target = screen->GetWindowAtScreenPoint(screen_loc); 93 gfx::Point target_loc(screen_loc);
|
/external/chromium_org/ui/views/controls/menu/ |
menu_controller.cc | 321 gfx::Point screen_loc( 324 static_cast<View*>(event->target()), &screen_loc); 325 menu_start_mouse_press_loc_ = screen_loc; 556 gfx::Point screen_loc(event.location()); 557 View::ConvertPointToScreen(source->GetScrollViewContainer(), &screen_loc); 558 gfx::Vector2d moved = screen_loc - menu_start_mouse_press_loc_; 679 gfx::Point screen_loc(event.location()); 680 View::ConvertPointToScreen(source, &screen_loc); 681 if (valid_drop_coordinates_ && screen_loc == drop_pt_) 683 drop_pt_ = screen_loc; [all...] |
menu_delegate.cc | 37 const gfx::Point& screen_loc) const {
|
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
browser_action_view.cc | 205 gfx::Point screen_loc; local 206 views::View::ConvertPointToScreen(this, &screen_loc); 207 if (menu_runner_->RunMenuAt(GetWidget(), NULL, gfx::Rect(screen_loc, size()),
|