OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RootWindowControllerList
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/ash/
cancel_mode.cc
14
Shell::
RootWindowControllerList
controllers(
16
for (Shell::
RootWindowControllerList
::const_iterator i = controllers.begin();
shell.cc
205
Shell::
RootWindowControllerList
Shell::GetAllRootWindowControllers() {
352
RootWindowControllerList
controllers = GetAllRootWindowControllers();
353
for (
RootWindowControllerList
::iterator iter = controllers.begin();
379
RootWindowControllerList
controllers = GetAllRootWindowControllers();
380
for (
RootWindowControllerList
::iterator iter = controllers.begin();
399
RootWindowControllerList
controllers = GetAllRootWindowControllers();
400
for (
RootWindowControllerList
::iterator iter = controllers.begin();
414
RootWindowControllerList
controllers = GetAllRootWindowControllers();
415
for (
RootWindowControllerList
::iterator iter = controllers.begin();
448
RootWindowControllerList
controllers = GetAllRootWindowControllers()
[
all
...]
shell.h
167
typedef std::vector<internal::RootWindowController*>
RootWindowControllerList
;
193
static
RootWindowControllerList
GetAllRootWindowControllers();
/external/chromium_org/ash/shelf/
shelf_widget_unittest.cc
167
Shell::
RootWindowControllerList
controllers(
169
for (Shell::
RootWindowControllerList
::const_iterator i = controllers.begin();
shelf_layout_manager_unittest.cc
[
all
...]
/external/chromium_org/ash/desktop_background/
desktop_background_controller.cc
392
Shell::
RootWindowControllerList
controllers =
394
for (Shell::
RootWindowControllerList
::iterator iter = controllers.begin();
/external/chromium_org/ash/wm/overview/
window_selector.cc
144
Shell::
RootWindowControllerList
root_window_controllers =
146
for (Shell::
RootWindowControllerList
::iterator iter =
/external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc
51
Shell::
RootWindowControllerList
controllers =
/external/chromium_org/ash/accelerators/
accelerator_controller.cc
740
Shell::
RootWindowControllerList
controllers =
[
all
...]
Completed in 462 milliseconds