Searched refs:screen_loc (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/ui/tabs/
H A Ddock_info_gtk.cc60 // 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, argument
131 LocalProcessWindowFinder finder(screen_loc, ignore);
133 TopMostFinder::IsTopMostWindowAtPoint(finder.result_, screen_loc,
162 LocalProcessWindowFinder(const gfx::Point& screen_loc, argument
61 IsTopMostWindowAtPoint(XID window, const gfx::Point& screen_loc, const std::set<GtkWidget*>& ignore) argument
97 TopMostFinder(XID window, const gfx::Point& screen_loc, const std::set<GtkWidget*>& ignore) argument
[all...]
H A Ddock_info_win.cc54 // |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, argument
148 LocalProcessWindowFinder finder(screen_loc, ignore);
150 TopMostFinder::IsTopMostWindowAtPoint(finder.result_, screen_loc,
169 LocalProcessWindowFinder(const gfx::Point& screen_loc, argument
55 IsTopMostWindowAtPoint(HWND window, const gfx::Point& screen_loc, const std::set<HWND>& ignore) argument
112 TopMostFinder(HWND window, const gfx::Point& screen_loc, const std::set<HWND>& ignore) argument
195 GetDockInfoAtPoint(const gfx::Point& screen_loc, const std::set<HWND>& ignore) argument
230 DockToWindowFinder(const gfx::Point& screen_loc, const std::set<HWND>& ignore) argument
[all...]
H A Ddock_info.cc30 bool DockInfo::IsCloseToPoint(const gfx::Point& screen_loc, argument
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, argument
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, argument
263 if (IsCloseToMonitorPoint(screen_loc, x, y, type, &in_enable_area_)) {
H A Ddock_info.h64 // 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,
H A Ddock_info_unittest.cc21 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/
H A Dcontents_container.cc93 gfx::Point screen_loc; local
94 ConvertPointToScreen(this, &screen_loc);
95 return gfx::Rect(screen_loc, size());
/external/chromium/chrome/browser/ui/views/extensions/
H A Dbrowser_action_overflow_menu_controller.cc62 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/
H A Dbookmark_menu_controller_views.cc69 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_);
91 GetTooltipText( int id, const gfx::Point& screen_loc) argument
H A Dbookmark_bar_view.h249 const gfx::Point& screen_loc,
H A Dbookmark_bar_view.cc1572 const gfx::Point& screen_loc,
1576 int max_width = views::TooltipManager::GetMaxWidth(screen_loc.x(),
1577 screen_loc.y());
1571 CreateToolTipForURLAndTitle( const gfx::Point& screen_loc, const GURL& url, const std::wstring& title, Profile* profile) argument
/external/chromium/chrome/browser/ui/views/
H A Dwrench_menu.cc585 gfx::Point screen_loc; local
586 views::View::ConvertPointToScreen(host, &screen_loc);
587 gfx::Rect bounds(screen_loc, host->size());

Completed in 3298 milliseconds