OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:display_controller
(Results
1 - 25
of
38
) sorted by null
1
2
/external/chromium_org/chrome/browser/chromeos/display/
display_configuration_observer.cc
7
#include "ash/display/
display_controller
.h"
14
ash::Shell::GetInstance()->
display_controller
()->AddObserver(this);
18
ash::Shell::GetInstance()->
display_controller
()->RemoveObserver(this);
overscan_calibrator.cc
7
#include "ash/display/
display_controller
.h"
70
ash::Shell::GetInstance()->
display_controller
()->SetOverscanInsets(
76
aura::Window* root = ash::Shell::GetInstance()->
display_controller
()->
92
ash::Shell::GetInstance()->
display_controller
()->SetOverscanInsets(
98
ash::Shell::GetInstance()->
display_controller
()->SetOverscanInsets(
display_preferences_unittest.cc
7
#include "ash/display/
display_controller
.h"
181
ash::DisplayController*
display_controller
=
local
182
ash::Shell::GetInstance()->
display_controller
();
199
display_controller
->SetPrimaryDisplayId(dummy_id);
200
EXPECT_NE(dummy_id,
display_controller
->GetPrimaryDisplay().id());
202
display_controller
->SetOverscanInsets(id1, gfx::Insets(10, 11, 12, 13));
269
display_controller
->SetPrimaryDisplayId(id2);
408
ash::DisplayController*
display_controller
=
local
409
ash::Shell::GetInstance()->
display_controller
();
410
display_controller
->SwapPrimaryDisplay()
439
ash::DisplayController*
display_controller
=
local
[
all
...]
/external/chromium_org/ash/test/
mirror_window_test_api.cc
7
#include "ash/display/
display_controller
.h"
17
return Shell::GetInstance()->
display_controller
()->
22
return Shell::GetInstance()->
display_controller
()->
27
return Shell::GetInstance()->
display_controller
()->
32
return Shell::GetInstance()->
display_controller
()->
38
return Shell::GetInstance()->
display_controller
()->
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/
coordinate_conversion.cc
7
#include "ash/display/
display_controller
.h"
24
return Shell::GetInstance()->
display_controller
()->
30
return Shell::GetInstance()->
display_controller
()->
ash_native_cursor_manager.cc
7
#include "ash/display/
display_controller
.h"
26
Shell::GetInstance()->
display_controller
()->
38
Shell::GetInstance()->
display_controller
()->mirror_window_controller()->
toplevel_window_event_handler.cc
163
Shell::GetInstance()->
display_controller
()->AddObserver(this);
169
Shell::GetInstance()->
display_controller
()->RemoveObserver(this);
/external/chromium_org/ash/touch/
touch_observer_hud.cc
56
Shell::GetInstance()->
display_controller
()->AddObserver(this);
61
Shell::GetInstance()->
display_controller
()->RemoveObserver(this);
135
root_window_ = Shell::GetInstance()->
display_controller
()->
/external/chromium_org/ash/display/
virtual_keyboard_window_controller_unittest.cc
8
#include "ash/display/
display_controller
.h"
57
Shell::GetInstance()->
display_controller
()->
virtual_keyboard_window_controller.cc
7
#include "ash/display/
display_controller
.h"
56
Shell::GetInstance()->
display_controller
());
78
Shell::GetInstance()->
display_controller
());
display_controller_unittest.cc
5
#include "ash/display/
display_controller
.h"
70
Shell::GetInstance()->
display_controller
()->AddObserver(this);
79
Shell::GetInstance()->
display_controller
()->RemoveObserver(this);
600
DisplayController*
display_controller
=
601
Shell::GetInstance()->
display_controller
();
614
display_controller
->GetRootWindowForDisplayId(primary_display.id());
616
display_controller
->GetRootWindowForDisplayId(secondary_display.id());
636
display_controller
->SetPrimaryDisplay(secondary_display);
652
display_controller
->GetRootWindowForDisplayId(secondary_display.id()));
655
display_controller
->GetRootWindowForDisplayId(primary_display.id()))
694
DisplayController*
display_controller
=
local
[
all
...]
resolution_notification_controller.cc
7
#include "ash/display/
display_controller
.h"
157
Shell::GetInstance()->
display_controller
()->AddObserver(this);
162
Shell::GetInstance()->
display_controller
()->RemoveObserver(this);
screen_position_controller.cc
7
#include "ash/display/
display_controller
.h"
38
aura::Window* dst_root = Shell::GetInstance()->
display_controller
()->
168
Shell::GetInstance()->
display_controller
()->GetRootWindowForDisplayId(
mirror_window_controller.cc
14
#include "ash/display/
display_controller
.h"
175
Shell::GetInstance()->
display_controller
());
242
Shell::GetInstance()->
display_controller
());
mouse_cursor_event_filter.cc
7
#include "ash/display/
display_controller
.h"
92
Shell::GetInstance()->
display_controller
()->
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
display_overscan_handler.cc
9
#include "ash/display/
display_controller
.h"
116
ash::DisplayController*
display_controller
=
117
ash::Shell::GetInstance()->
display_controller
();
120
display_controller
->GetOverscanInsets(display_id)));
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/chrome/browser/extensions/api/system_display/
display_info_provider_chromeos.cc
7
#include "ash/display/
display_controller
.h"
292
ash::DisplayController*
display_controller
=
local
293
ash::Shell::GetInstance()->
display_controller
();
294
DCHECK(
display_controller
);
315
display_controller
->SetPrimaryDisplayId(display_id);
320
display_controller
->ToggleMirrorMode();
/external/chromium_org/ash/wm/workspace/
workspace_layout_manager.cc
7
#include "ash/display/
display_controller
.h"
54
DisplayController*
display_controller
=
local
55
Shell::GetInstance()->
display_controller
();
57
display_controller
->GetDisplayMatching(restore_bounds);
59
display_controller
->GetRootWindowForDisplayId(display.id());
/external/chromium_org/ash/
screen_ash.cc
7
#include "ash/display/
display_controller
.h"
29
return Shell::GetInstance()->
display_controller
();
/external/chromium_org/ash/shell/
window_watcher.cc
7
#include "ash/display/
display_controller
.h"
146
aura::Window* root = Shell::GetInstance()->
display_controller
()->
/external/chromium_org/ash/desktop_background/
desktop_background_controller.cc
162
Shell::GetInstance()->
display_controller
()->AddObserver(this);
167
Shell::GetInstance()->
display_controller
()->RemoveObserver(this);
/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/shelf/
shelf_window_watcher.cc
7
#include "ash/display/
display_controller
.h"
207
aura::Window* root_window = Shell::GetInstance()->
display_controller
()->
Completed in 234 milliseconds
1
2