OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:located_event
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/events/test/
events_test_utils.h
32
explicit LocatedEventTestApi(LocatedEvent*
located_event
);
/external/chromium_org/mojo/services/native_viewport/
native_viewport_impl.cc
104
ui::LocatedEvent*
located_event
= static_cast<ui::LocatedEvent*>(ui_event);
local
106
location.set_x(
located_event
->location().x());
107
location.set_y(
located_event
->location().y());
/external/chromium_org/chrome/browser/ui/views/toolbar/
site_chip_view.cc
459
const ui::LocatedEvent&
located_event
=
local
461
if (GetEventHandlerForPoint(
located_event
.location()) ==
463
location_icon_view_->page_info_helper()->ProcessEvent(
located_event
);
/external/chromium_org/ash/system/tray/
system_tray.cc
708
const ui::LocatedEvent&
located_event
=
local
712
gfx::Point point(
located_event
.x(), 0);
Completed in 190 milliseconds