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

  /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/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/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_);
bookmark_bar_view.h 249 const gfx::Point& screen_loc,
bookmark_bar_view.cc     [all...]
  /external/chromium/chrome/browser/ui/views/
wrench_menu.cc 585 gfx::Point screen_loc; local
586 views::View::ConvertPointToScreen(host, &screen_loc);
587 gfx::Rect bounds(screen_loc, host->size());

Completed in 69 milliseconds