HomeSort by relevance Sort by last modified time
    Searched refs:screen_loc (Results 1 - 25 of 37) sorted by null

1 2

  /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_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.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.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,
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]);
  /external/chromium_org/chrome/browser/ui/aura/tabs/
dock_info_aurax11.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/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/chrome/browser/ui/tabs/
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,
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]);
  /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 57 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(),
bookmark_menu_delegate.cc 106 const gfx::Point& screen_loc) const {
117 screen_loc, node->url(), node->GetTitle(), profile_,
  /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/ui/views/controls/menu/
menu_delegate.h 85 virtual string16 GetTooltipText(int id, const gfx::Point& screen_loc) const;
menu_controller.cc 620 gfx::Point screen_loc(event.location());
621 View::ConvertPointToScreen(source, &screen_loc);
622 if (valid_drop_coordinates_ && screen_loc == drop_pt_)
624 drop_pt_ = screen_loc;
868 gfx::Point screen_loc(event.location());
869 View::ConvertPointToScreen(source->GetScrollViewContainer(), &screen_loc);
871 menu_stack_.back().item, screen_loc);
    [all...]
menu_controller.h 324 const gfx::Point& screen_loc);
330 const gfx::Point& screen_loc,
336 const gfx::Point& screen_loc);
menu_delegate.cc 37 const gfx::Point& screen_loc) const {
  /external/chromium_org/chrome/browser/ui/views/location_bar/
page_action_image_view.cc 191 gfx::Point screen_loc; local
192 views::View::ConvertPointToScreen(this, &screen_loc);
193 if (menu_runner_->RunMenuAt(GetWidget(), NULL, gfx::Rect(screen_loc, size()),
  /external/chromium_org/ui/views/widget/
tooltip_manager_win.cc 179 gfx::Point screen_loc = last_mouse_pos_; local
180 View::ConvertPointToScreen(widget_->GetRootView(), &screen_loc);
182 screen_loc.x(), screen_loc.y(),
  /external/chromium_org/chrome/browser/ui/views/
browser_action_view.cc 203 gfx::Point screen_loc; local
204 views::View::ConvertPointToScreen(this, &screen_loc);
205 if (menu_runner_->RunMenuAt(GetWidget(), NULL, gfx::Rect(screen_loc, size()),
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 197 gfx::Point screen_loc = ConvertViewPointToDIP(rvh->GetView(), variable
199 gfx::Point client_loc = screen_loc;
204 screen_loc.x(), screen_loc.y());
834 gfx::Point screen_loc = local
836 gfx::Point client_loc = screen_loc;
843 screen_loc.x(), screen_loc.y(), ops);
    [all...]

Completed in 491 milliseconds

1 2