OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WindowOverview
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ash/wm/overview/
window_overview.h
36
// The
WindowOverview
shows a grid of all of your windows and allows selecting
39
class
WindowOverview
: public ui::EventHandler {
47
WindowOverview
(WindowSelector* window_selector,
50
virtual ~
WindowOverview
();
123
DISALLOW_COPY_AND_ASSIGN(
WindowOverview
);
window_overview.cc
119
WindowOverview
::
WindowOverview
(WindowSelector* window_selector,
151
WindowOverview
::~
WindowOverview
() {
172
void
WindowOverview
::SetSelection(size_t index) {
239
void
WindowOverview
::OnWindowsChanged() {
243
void
WindowOverview
::MoveToSingleRootWindow(aura::Window* root_window) {
248
void
WindowOverview
::OnKeyEvent(ui::KeyEvent* event) {
258
void
WindowOverview
::OnMouseEvent(ui::MouseEvent* event) {
270
void
WindowOverview
::OnScrollEvent(ui::ScrollEvent* event)
[
all
...]
window_selector.h
34
class
WindowOverview
;
39
// by clicking or tapping on it (OVERVIEW mode). A
WindowOverview
will be shown
119
scoped_ptr<
WindowOverview
> window_overview_;
window_selector.cc
499
window_overview_.reset(new
WindowOverview
(this, &windows_, overview_root));
Completed in 34 milliseconds