OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mouse_pressed_handler
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_capture_client_unittest.cc
70
//
mouse_pressed_handler
()) are cleared when another root window takes capture.
81
EXPECT_EQ(w1.get(), root_window()->
mouse_pressed_handler
());
89
EXPECT_EQ(NULL, root_window()->
mouse_pressed_handler
());
/external/chromium_org/ui/views/widget/
root_view.cc
482
View*
mouse_pressed_handler
= mouse_pressed_handler_;
local
484
DispatchEventToTarget(
mouse_pressed_handler
, &mouse_released);
503
View*
mouse_pressed_handler
= mouse_pressed_handler_;
local
506
if (
mouse_pressed_handler
)
507
mouse_pressed_handler
->OnMouseCaptureLost();
/external/chromium_org/ui/aura/
root_window.h
88
Window*
mouse_pressed_handler
() { return mouse_pressed_handler_; }
function in class:aura::RootWindow
window_unittest.cc
[
all
...]
Completed in 803 milliseconds