OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WindowSelectorController
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/wm/overview/
window_selector_controller.cc
20
WindowSelectorController
::
WindowSelectorController
() {
23
WindowSelectorController
::~
WindowSelectorController
() {
27
bool
WindowSelectorController
::CanSelect() {
34
void
WindowSelectorController
::ToggleOverview() {
50
void
WindowSelectorController
::HandleCycleWindow(
69
bool
WindowSelectorController
::IsSelecting() {
73
void
WindowSelectorController
::OnWindowSelected(aura::Window* window) {
80
void
WindowSelectorController
::OnSelectionCanceled()
[
all
...]
window_selector_controller.h
33
class ASH_EXPORT
WindowSelectorController
36
WindowSelectorController
();
37
virtual ~
WindowSelectorController
();
69
DISALLOW_COPY_AND_ASSIGN(
WindowSelectorController
);
Completed in 302 milliseconds