Searched refs:GetRootTarget (Results 1 – 12 of 12) sorted by relevance
20 virtual EventTarget* GetRootTarget() = 0;
13 EventTarget* root = GetRootTarget(); in OnEventFromSource()
33 return static_cast<TestEventTarget*>(processor_.GetRootTarget()); in root()
27 EventTarget* TestEventProcessor::GetRootTarget() { in GetRootTarget() function in ui::test::TestEventProcessor
28 virtual EventTarget* GetRootTarget() OVERRIDE;
271 host_->event_processor()->GetRootTarget()->AddPreTargetHandler( in InitWindowManager()318 host_->event_processor()->GetRootTarget()->RemovePreTargetHandler( in DestroyRootWindow()
213 host_->event_processor()->GetRootTarget()->AddPreTargetHandler( in AthenaEnvImpl()232 host_->event_processor()->GetRootTarget()->RemovePreTargetHandler( in ~AthenaEnvImpl()
95 virtual ui::EventTarget* GetRootTarget() OVERRIDE;
248 ui::EventTarget* RootView::GetRootTarget() { in GetRootTarget() function in views::internal::RootView
177 virtual ui::EventTarget* GetRootTarget() OVERRIDE;
434 ui::EventTarget* WindowEventDispatcher::GetRootTarget() { in GetRootTarget() function in aura::WindowEventDispatcher
260 virtual ui::EventTarget* GetRootTarget() OVERRIDE { return this; }315 // Return NULL to dispatch all events to the result of GetRootTarget().