OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DispatcherApi
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/events/
event_target.h
25
class
DispatcherApi
{
27
explicit
DispatcherApi
(EventTarget* target) : target_(target) {}
34
DispatcherApi
();
37
DISALLOW_COPY_AND_ASSIGN(
DispatcherApi
);
event.h
30
class
DispatcherApi
{
32
explicit
DispatcherApi
(Event* event) : event_(event) {}
44
DispatcherApi
();
47
DISALLOW_COPY_AND_ASSIGN(
DispatcherApi
);
Completed in 29 milliseconds