OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RootWindowController
(Results
26 - 49
of
49
) sorted by null
1
2
/external/chromium_org/ash/shelf/
overflow_bubble.cc
42
RootWindowController
::ForWindow(anchor->GetWidget()->GetNativeView())->
shelf_tooltip_manager_unittest.cc
45
RootWindowController
* controller = Shell::GetPrimaryRootWindowController();
shelf_widget.cc
742
RootWindowController
::ForWindow(window_container_)->OnShelfCreated();
shelf_view.cc
[
all
...]
shelf_layout_manager.cc
568
ShelfWidget* shelf =
RootWindowController
::ForShelf(window)->shelf();
[
all
...]
/external/chromium_org/ash/display/
display_controller.cc
275
RootWindowController
* controller =
292
RootWindowController
::CreateForPrimaryDisplay(
301
RootWindowController
::CreateForSecondaryDisplay(ash_host);
339
RootWindowController
* controller = GetRootWindowController(root_window);
372
std::vector<
RootWindowController
*>
374
std::vector<
RootWindowController
*> controllers;
378
RootWindowController
* controller =
578
RootWindowController
::CreateForSecondaryDisplay(ash_host);
617
RootWindowController
* controller =
/external/chromium_org/ash/
shell.h
118
class
RootWindowController
;
168
typedef std::vector<
RootWindowController
*> RootWindowControllerList;
189
// TODO(oshima): move this to |
RootWindowController
|
190
static
RootWindowController
* GetPrimaryRootWindowController();
193
// TODO(oshima): move this to |
RootWindowController
|
576
friend class
RootWindowController
;
root_window_controller_unittest.cc
138
RootWindowController
* controller = Shell::GetPrimaryRootWindowController();
298
RootWindowController
* controller = shell->GetPrimaryRootWindowController();
346
RootWindowController
* controller = shell->GetPrimaryRootWindowController();
383
RootWindowController
* controller = shell->GetPrimaryRootWindowController();
429
RootWindowController
* controller =
501
RootWindowController
* controller =
592
RootWindowController
* controller = Shell::GetPrimaryRootWindowController();
708
// Test for http://crbug.com/299787.
RootWindowController
should delete
shell.cc
215
RootWindowController
* Shell::GetPrimaryRootWindowController() {
[
all
...]
/external/chromium_org/ash/system/tray/
tray_event_filter.cc
58
RootWindowController
* root_controller =
tray_background_view.cc
159
return
RootWindowController
::ForWindow(tray_background_view_->
/external/chromium_org/ash/touch/
touch_observer_hud_unittest.cc
166
RootWindowController
* GetInternalRootController() {
171
RootWindowController
* GetExternalRootController() {
176
RootWindowController
* GetPrimaryRootController() {
181
RootWindowController
* GetSecondaryRootController() {
touch_hud_debug.cc
375
RootWindowController
* controller = GetRootWindowController(*iter);
479
RootWindowController
* controller) {
484
RootWindowController
* controller) {
/external/chromium_org/ash/wm/
stacking_controller.cc
83
return
RootWindowController
::GetContainerForWindow(
window_state.cc
149
RootWindowController
* controller =
RootWindowController
::ForWindow(window_);
app_list_controller.cc
341
RootWindowController
* root_controller =
toplevel_window_event_handler_unittest.cc
481
RootWindowController
::ForWindow(target.get())
/external/chromium_org/ash/accelerators/
accelerator_controller.cc
399
RootWindowController
* controller =
400
RootWindowController
::ForTargetRootWindow();
413
RootWindowController
* controller =
414
RootWindowController
::ForTargetRootWindow();
610
RootWindowController
* controller =
611
RootWindowController
::ForTargetRootWindow();
620
RootWindowController
* controller =
621
RootWindowController
::ForTargetRootWindow();
[
all
...]
/external/chromium_org/ash/system/
status_area_widget.cc
104
if (!
RootWindowController
::ForShelf(GetNativeView())->shelf()->IsVisible())
/external/chromium_org/ash/desktop_background/
desktop_background_controller.cc
235
RootWindowController
* root_window_controller = *iter;
237
// controller exists in the
RootWindowController
.
247
// AnimatingDesktopController owned by
RootWindowController
.
desktop_background_view.cc
197
RootWindowController
* root_window_controller =
/external/chromium_org/ash/system/user/
tray_user.cc
287
RootWindowController
* controller = GetRootWindowController(
/external/chromium_org/ash/wm/maximize_mode/
maximize_mode_window_manager.cc
277
RootWindowController
* controller = *iter;
/external/chromium_org/ash/wm/panels/
panel_layout_manager_unittest.cc
124
Shelf* shelf =
RootWindowController
::ForShelf(panel)->shelf()->shelf();
167
Shelf* shelf =
RootWindowController
::ForShelf(panel)->shelf()->shelf();
242
ShelfLayoutManager* shelf =
RootWindowController
::ForWindow(window)
253
ShelfLayoutManager* shelf =
RootWindowController
::ForWindow(window)
[
all
...]
Completed in 844 milliseconds
1
2