OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shell_windows_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/ash/launcher/
shell_window_launcher_item_controller.h
78
size_t shell_window_count() const { return
shell_windows_
.size(); }
93
ShellWindowList
shell_windows_
;
member in class:ShellWindowLauncherItemController
/external/chromium_org/apps/
shell_window_registry.h
68
const ShellWindowList& shell_windows() const { return
shell_windows_
; }
130
// Ensures the specified |shell_window| is included in |
shell_windows_
|.
131
// Otherwise adds |shell_window| to the back of |
shell_windows_
|.
134
// Bring |shell_window| to the front of |
shell_windows_
|. If it is not in the
139
ShellWindowList
shell_windows_
;
member in class:apps::ShellWindowRegistry
Completed in 43 milliseconds