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 18 class EventClientImpl : public aura::client::EventClient {
20 EventClientImpl();
21 virtual ~EventClientImpl();
29 DISALLOW_COPY_AND_ASSIGN(EventClientImpl);
event_client_impl.cc 15 EventClientImpl::EventClientImpl() {
18 EventClientImpl::~EventClientImpl() {
21 bool EventClientImpl::CanProcessEventsWithinSubtree(
46 ui::EventTarget* EventClientImpl::GetToplevelEventTarget() {
  /external/chromium_org/ash/
shell.h 109 class EventClientImpl;
577 scoped_ptr<internal::EventClientImpl> event_client_;
shell.cc 595 event_client_.reset(new internal::EventClientImpl);
    [all...]

Completed in 764 milliseconds