OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mouse_event_target_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/
root_window_controller.h
286
scoped_ptr<aura::Window>
mouse_event_target_
;
member in class:ash::RootWindowController
root_window_controller.cc
435
mouse_event_target_
.reset();
478
mouse_event_target_
.reset();
780
mouse_event_target_
.reset(new aura::Window(new EmptyWindowDelegate));
781
mouse_event_target_
->Init(aura::WINDOW_LAYER_NOT_DRAWN);
785
lock_background_container->AddChild(
mouse_event_target_
.get());
786
mouse_event_target_
->Show();
[
all
...]
Completed in 890 milliseconds