OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:X11WindowEventFilter
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/widget/desktop_aura/
x11_window_event_filter.h
30
class VIEWS_EXPORT
X11WindowEventFilter
: public ui::EventHandler {
32
explicit
X11WindowEventFilter
(DesktopWindowTreeHost* window_tree_host);
33
virtual ~
X11WindowEventFilter
();
74
DISALLOW_COPY_AND_ASSIGN(
X11WindowEventFilter
);
x11_window_event_filter.cc
50
X11WindowEventFilter
::
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 39 milliseconds