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/overview/
window_selector_controller.h
33
class ASH_EXPORT
WindowSelectorController
36
WindowSelectorController
();
37
virtual ~
WindowSelectorController
();
69
DISALLOW_COPY_AND_ASSIGN(
WindowSelectorController
);
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
...]
/external/chromium_org/ash/
shell.h
114
class
WindowSelectorController
;
348
WindowSelectorController
* window_selector_controller() {
630
scoped_ptr<
WindowSelectorController
> window_selector_controller_;
shell.cc
867
window_selector_controller_.reset(new
WindowSelectorController
());
[
all
...]
Completed in 76 milliseconds