HomeSort by relevance Sort by last modified time
    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 36 class DispatcherApi {
38 explicit DispatcherApi(Event* event) : event_(event) {}
50 DispatcherApi();
53 DISALLOW_COPY_AND_ASSIGN(DispatcherApi);

Completed in 340 milliseconds