OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIRRORING
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/content/browser/renderer_host/media/
web_contents_audio_input_stream.cc
37
// AudioMirroringManager to begin a
mirroring
session.
41
// AudioMirroringManager to shutdown a
mirroring
session.
58
MIRRORING
,
64
// Returns true if the
mirroring
target has been permanently lost.
70
// Start/Stop
mirroring
by posting a call to AudioMirroringManager on the IO
82
// Called by WebContentsTracker when the target of the audio
mirroring
has
95
// Current audio
mirroring
target.
161
state_ =
MIRRORING
;
170
if (state_ !=
MIRRORING
)
264
if (state_ ==
MIRRORING
)
[
all
...]
/external/chromium_org/ash/display/
mirror_window_controller_unittest.cc
57
// Software
mirroring
does not work on win.
77
display_manager->SetSecondDisplayMode(DisplayManager::
MIRRORING
);
134
display_manager->SetSecondDisplayMode(DisplayManager::
MIRRORING
);
198
display_manager->SetSecondDisplayMode(DisplayManager::
MIRRORING
);
235
// Make sure that the compositor based
mirroring
can switch
248
display_manager->SetSecondDisplayMode(DisplayManager::
MIRRORING
);
250
// software
mirroring
.
266
display_manager->SetSecondDisplayMode(DisplayManager::
MIRRORING
);
271
// back to software
mirroring
.
275
display_manager->SetSecondDisplayMode(DisplayManager::
MIRRORING
);
[
all
...]
display_manager.h
70
// 2)
MIRRORING
mode copies the content of the primary display to
71
// the 2nd display. (Software
Mirroring
).
77
MIRRORING
,
213
// Returns the
mirroring
status.
247
return second_display_mode_ ==
MIRRORING
;
288
//
mirroring
is in use.
display_manager.cc
222
SetSecondDisplayMode(
MIRRORING
);
613
if (second_display_mode_ ==
MIRRORING
) {
828
SetSecondDisplayMode(mirrored ?
MIRRORING
: EXTENDED);
884
SetSecondDisplayMode(enabled ?
MIRRORING
: EXTENDED);
[
all
...]
root_window_transformers_unittest.cc
400
display_manager->SetSecondDisplayMode(DisplayManager::
MIRRORING
);
display_controller.cc
687
case internal::DisplayManager::
MIRRORING
:
display_manager_unittest.cc
531
// and exit
mirroring
.
[
all
...]
/external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc
292
// Transition to
mirroring
and then back to extended display, which recreates
299
display_manager->SetSecondDisplayMode(internal::DisplayManager::
MIRRORING
);
Completed in 3322 milliseconds