Searched refs:root_window_event_filter_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/shell/
H A Dminimal_shell.cc26 root_window_event_filter_ = new views::corewm::CompoundEventFilter;
28 root_window_->SetEventFilter(root_window_event_filter_);
34 root_window_event_filter_->AddHandler(input_method_filter_.get());
44 root_window_event_filter_->RemoveHandler(input_method_filter_.get());
H A Dminimal_shell.h55 views::corewm::CompoundEventFilter* root_window_event_filter_; member in class:content::MinimalShell
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.h69 return root_window_event_filter_;
233 corewm::CompoundEventFilter* root_window_event_filter_; member in class:views::DesktopNativeWidgetAura
H A Ddesktop_native_widget_aura.cc197 root_window_event_filter_->RemoveHandler(input_method_event_filter_.get());
211 root_window_event_filter_ = new corewm::CompoundEventFilter;
213 root->SetEventFilter(root_window_event_filter_);
218 root_window_event_filter_->AddHandler(input_method_event_filter_.get());

Completed in 1368 milliseconds