Searched defs:X11WindowEventFilter (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_window_event_filter.h30 class VIEWS_EXPORT X11WindowEventFilter : public ui::EventHandler { class in namespace:views
32 explicit X11WindowEventFilter(DesktopWindowTreeHost* window_tree_host);
33 virtual ~X11WindowEventFilter();
74 DISALLOW_COPY_AND_ASSIGN(X11WindowEventFilter);
H A Dx11_window_event_filter.cc50 X11WindowEventFilter::X11WindowEventFilter( function in class:views::X11WindowEventFilter
61 X11WindowEventFilter::~X11WindowEventFilter() {
64 void X11WindowEventFilter::OnMouseEvent(ui::MouseEvent* event) {
97 void X11WindowEventFilter::OnClickedCaption(ui::MouseEvent* event,
149 void X11WindowEventFilter::OnClickedMaximizeButton(ui::MouseEvent* event) {
172 void X11WindowEventFilter::ToggleMaximizedState() {
179 bool X11WindowEventFilter::DispatchHostWindowDragMovement(

Completed in 162 milliseconds