OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContainsPointInRoot
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ui/aura/
root_window.cc
356
window->
ContainsPointInRoot
(GetLastMouseLocationInRoot())) {
365
window->
ContainsPointInRoot
(GetLastMouseLocationInRoot()))) {
378
window->
ContainsPointInRoot
(last_mouse_location))
394
if (window->
ContainsPointInRoot
(GetLastMouseLocationInRoot()))
401
window->
ContainsPointInRoot
(GetLastMouseLocationInRoot()))) {
557
attached->
ContainsPointInRoot
(GetLastMouseLocationInRoot())) {
570
detached->
ContainsPointInRoot
(GetLastMouseLocationInRoot())) {
[
all
...]
window.h
293
bool
ContainsPointInRoot
(const gfx::Point& point_in_root) const;
window.cc
450
ContainsPointInRoot
(dispatcher->GetLastMouseLocationInRoot());
709
bool Window::
ContainsPointInRoot
(const gfx::Point& point_in_root) const {
[
all
...]
window_unittest.cc
290
TEST_F(WindowTest,
ContainsPointInRoot
) {
294
EXPECT_FALSE(w->
ContainsPointInRoot
(gfx::Point(9, 9)));
295
EXPECT_TRUE(w->
ContainsPointInRoot
(gfx::Point(10, 10)));
296
EXPECT_TRUE(w->
ContainsPointInRoot
(gfx::Point(14, 14)));
297
EXPECT_FALSE(w->
ContainsPointInRoot
(gfx::Point(15, 15)));
298
EXPECT_FALSE(w->
ContainsPointInRoot
(gfx::Point(20, 20)));
[
all
...]
/external/chromium_org/ash/magnifier/
partial_magnification_controller.cc
204
if (root_window->
ContainsPointInRoot
(
/external/chromium_org/ash/display/
screen_position_controller.cc
74
if (!root_window->
ContainsPointInRoot
(location_in_root)) {
Completed in 553 milliseconds