Searched refs:WindowContainsPoint (Results 1 – 11 of 11) sorted by relevance
85 if (ui::WindowContainsPoint(window, screen_loc_)) in ShouldStopIterating()147 if (ui::WindowContainsPoint(window, screen_loc_)) { in ShouldStopIterating()
90 return ui::WindowContainsPoint(window, screen_loc_); in ShouldStopIterating()149 if (ui::WindowContainsPoint(window, screen_loc_)) { in ShouldStopIterating()
45 virtual bool WindowContainsPoint(gfx::Point pos) = 0;
101 !WindowContainsPoint(cursor_pos) || in CheckMousePosition()
70 virtual bool WindowContainsPoint(gfx::Point pos) OVERRIDE;
477 bool FullscreenExitBubbleViews::WindowContainsPoint(gfx::Point pos) { in WindowContainsPoint() function in FullscreenExitBubbleViews
40 virtual bool WindowContainsPoint(gfx::Point pos) OVERRIDE;
198 bool FullscreenExitBubbleGtk::WindowContainsPoint(gfx::Point pos) { in WindowContainsPoint() function in FullscreenExitBubbleGtk
156 UI_EXPORT bool WindowContainsPoint(XID window, gfx::Point screen_loc);
639 bool WindowContainsPoint(XID window, gfx::Point screen_loc) { in WindowContainsPoint() function
91 if (!ui::WindowContainsPoint(window, screen_loc_)) in ShouldStopIterating()