HomeSort by relevance Sort by last modified time
    Searched refs:EventClientImpl (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ash/wm/
event_client_impl.h 16 class EventClientImpl : public aura::client::EventClient {
18 EventClientImpl();
19 virtual ~EventClientImpl();
27 DISALLOW_COPY_AND_ASSIGN(EventClientImpl);
event_client_impl.cc 16 EventClientImpl::EventClientImpl() {
19 EventClientImpl::~EventClientImpl() {
22 bool EventClientImpl::CanProcessEventsWithinSubtree(
55 ui::EventTarget* EventClientImpl::GetToplevelEventTarget() {
  /external/chromium_org/ash/
shell.h 124 class EventClientImpl;
643 scoped_ptr<internal::EventClientImpl> event_client_;
shell.cc 875 event_client_.reset(new internal::EventClientImpl);
    [all...]

Completed in 145 milliseconds