OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:display_controller
(Results
26 - 50
of
56
) sorted by null
1
2
3
/external/chromium_org/ash/system/chromeos/
tray_display.cc
7
#include "ash/display/
display_controller
.h"
287
Shell::GetInstance()->
display_controller
()->AddObserver(this);
292
Shell::GetInstance()->
display_controller
()->RemoveObserver(this);
/external/chromium_org/ash/test/
ash_test_base.cc
11
#include "ash/display/
display_controller
.h"
65
return Shell::GetInstance()->
display_controller
()->
266
aura::Window* root = ash::Shell::GetInstance()->
display_controller
()->
/external/chromium_org/ash/wm/
toplevel_window_event_handler.h
11
#include "ash/display/
display_controller
.h"
toplevel_window_event_handler.cc
163
Shell::GetInstance()->
display_controller
()->AddObserver(this);
169
Shell::GetInstance()->
display_controller
()->RemoveObserver(this);
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
display_options_handler.cc
9
#include "ash/display/
display_controller
.h"
66
ash::Shell::GetInstance()->
display_controller
()->AddObserver(this);
70
ash::Shell::GetInstance()->
display_controller
()->RemoveObserver(this);
293
ash::Shell::GetInstance()->
display_controller
()->
/external/chromium_org/ash/wm/panels/
panel_window_resizer.cc
7
#include "ash/display/
display_controller
.h"
80
aura::Window* dst_root = Shell::GetInstance()->
display_controller
()->
panel_layout_manager.h
11
#include "ash/display/
display_controller
.h"
panel_layout_manager.cc
269
Shell::GetInstance()->
display_controller
()->AddObserver(this);
291
Shell::GetInstance()->
display_controller
()->RemoveObserver(this);
[
all
...]
/external/chromium_org/ash/desktop_background/
desktop_background_controller.cc
162
Shell::GetInstance()->
display_controller
()->AddObserver(this);
167
Shell::GetInstance()->
display_controller
()->RemoveObserver(this);
desktop_background_controller.h
9
#include "ash/display/
display_controller
.h"
/external/chromium_org/ash/display/
mouse_cursor_event_filter.cc
7
#include "ash/display/
display_controller
.h"
92
Shell::GetInstance()->
display_controller
()->
display_manager_unittest.cc
7
#include "ash/display/
display_controller
.h"
342
ash::Shell::GetInstance()->
display_controller
()->SetPrimaryDisplay(
702
ash::Shell::GetInstance()->
display_controller
()->SetPrimaryDisplay(
[
all
...]
display_controller.cc
5
#include "ash/display/
display_controller
.h"
/external/chromium_org/ash/wm/dock/
docked_window_resizer.cc
7
#include "ash/display/
display_controller
.h"
44
aura::Window* root = Shell::GetInstance()->
display_controller
()->
/external/chromium_org/ash/
shell.cc
20
#include "ash/display/
display_controller
.h"
206
return Shell::GetInstance()->
display_controller
()->
212
return GetInstance()->
display_controller
()->GetPrimaryRootWindow();
230
return Shell::GetInstance()->
display_controller
()->
390
display_controller
()->virtual_keyboard_window_controller()->
[
all
...]
shell.h
354
DisplayController*
display_controller
() {
function in class:ash::Shell
ash.gyp
102
'display/
display_controller
.cc',
103
'display/
display_controller
.h',
[
all
...]
/external/chromium_org/chrome/browser/ui/ash/
ash_keyboard_controller_proxy.cc
7
#include "ash/display/
display_controller
.h"
/external/chromium_org/ash/accelerators/
accelerator_controller.cc
18
#include "ash/display/
display_controller
.h"
433
Shell::GetInstance()->
display_controller
()->SwapPrimaryDisplay();
656
Shell::GetInstance()->
display_controller
()->ToggleMirrorMode();
[
all
...]
/external/chromium_org/ash/wm/gestures/
long_press_affordance_handler.cc
7
#include "ash/display/
display_controller
.h"
/external/chromium_org/chrome/browser/ui/ash/launcher/
browser_status_monitor.cc
194
display_controller
()->GetRootWindowForDisplayId(new_display.id());
chrome_launcher_controller.h
14
#include "ash/display/
display_controller
.h"
/external/chromium_org/ash/touch/
touch_observer_hud_unittest.cc
135
return Shell::GetInstance()->
display_controller
();
/external/chromium_org/ash/wm/workspace/
workspace_window_resizer.cc
13
#include "ash/display/
display_controller
.h"
406
root = Shell::GetInstance()->
display_controller
()->
[
all
...]
/external/chromium_org/chrome/browser/extensions/api/system_display/
display_info_provider_chromeos_unittest.cc
7
#include "ash/display/
display_controller
.h"
49
return ash::Shell::GetInstance()->
display_controller
();
Completed in 744 milliseconds
1
2
3