OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WindowSelectorController
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ash/wm/
window_selector_controller.h
32
class ASH_EXPORT
WindowSelectorController
35
WindowSelectorController
();
36
virtual ~
WindowSelectorController
();
67
DISALLOW_COPY_AND_ASSIGN(
WindowSelectorController
);
window_selector_controller.cc
53
WindowSelectorController
::
WindowSelectorController
() {
56
WindowSelectorController
::~
WindowSelectorController
() {
60
bool
WindowSelectorController
::CanSelect() {
67
void
WindowSelectorController
::ToggleOverview() {
87
void
WindowSelectorController
::HandleCycleWindow(
104
void
WindowSelectorController
::AltKeyReleased() {
109
bool
WindowSelectorController
::IsSelecting() {
113
void
WindowSelectorController
::OnWindowSelected(aura::Window* window)
[
all
...]
/external/chromium_org/ash/
shell.h
98
class
WindowSelectorController
;
323
WindowSelectorController
* window_selector_controller() {
565
scoped_ptr<
WindowSelectorController
> window_selector_controller_;
shell.cc
589
window_selector_controller_.reset(new
WindowSelectorController
());
[
all
...]
Completed in 66 milliseconds