HomeSort by relevance Sort by last modified time
    Searched defs:DispatcherApi (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/base/events/
event_target.h 36 class DispatcherApi {
38 explicit DispatcherApi(EventTarget* target) : target_(target) {}
45 DispatcherApi();
48 DISALLOW_COPY_AND_ASSIGN(DispatcherApi);
event.h 32 class DispatcherApi {
34 explicit DispatcherApi(Event* event) : event_(event) {}
46 DispatcherApi();
49 DISALLOW_COPY_AND_ASSIGN(DispatcherApi);

Completed in 384 milliseconds