Searched refs:EventLocationFromNative (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ui/events/x/
H A Devents_x_unittest.cc53 EXPECT_EQ(location, ui::EventLocationFromNative(&event));
61 EXPECT_EQ(location, ui::EventLocationFromNative(&event));
67 EXPECT_EQ(location, ui::EventLocationFromNative(&event));
74 EXPECT_EQ(location, ui::EventLocationFromNative(&event));
84 EXPECT_EQ(location, ui::EventLocationFromNative(&event));
94 EXPECT_EQ(location, ui::EventLocationFromNative(&event));
104 EXPECT_EQ(location, ui::EventLocationFromNative(&event));
140 EXPECT_EQ("10,20", ui::EventLocationFromNative(&event).ToString());
149 EXPECT_EQ("30,40", ui::EventLocationFromNative(&event).ToString());
189 EXPECT_EQ("10,10", ui::EventLocationFromNative(scoped_xeven
[all...]
H A Devents_x.cc114 if (ui::EventLocationFromNative(native_event) != gfx::Point())
416 gfx::Point EventLocationFromNative(const base::NativeEvent& native_event) { function in namespace:ui
/external/chromium_org/ui/events/
H A Devents_stub.cc35 gfx::Point EventLocationFromNative(const base::NativeEvent& native_event) { function in namespace:ui
H A Devent_utils.h52 EVENTS_EXPORT gfx::Point EventLocationFromNative(
H A Devent.cc248 location_(EventLocationFromNative(native_event)),
/external/chromium_org/ui/events/ozone/
H A Devents_ozone.cc37 gfx::Point EventLocationFromNative(const base::NativeEvent& native_event) { function in namespace:ui
/external/chromium_org/ash/touch/
H A Dtouch_uma.cc254 position = ui::EventLocationFromNative(event.native_event());
257 position = ui::EventLocationFromNative(event.native_event());
/external/chromium_org/ui/events/win/
H A Devents_win.cc211 gfx::Point EventLocationFromNative(const base::NativeEvent& native_event) { function in namespace:ui
/external/chromium_org/ui/aura/
H A Droot_window_host_x11.cc166 gfx::Point location = ui::EventLocationFromNative(xev);
289 const gfx::Point& location = ui::EventLocationFromNative(event);
869 !bounds_.Contains(ui::EventLocationFromNative(xev)))
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc205 gfx::Point screen_loc_in_pixel = ui::EventLocationFromNative(event);

Completed in 253 milliseconds