OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsMirroring
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/display/chromeos/
display_configurator.h
326
bool
IsMirroring
() const;
display_configurator.cc
218
bool DisplayConfigurator::
IsMirroring
() const {
234
if (
IsMirroring
()) {
316
if (!
IsMirroring
() && it->display->display_id() != display_id)
[
all
...]
/external/chromium_org/chrome/browser/media/
media_stream_capture_indicator.cc
151
bool
IsMirroring
() const { return mirroring_ref_count_ > 0; }
349
return it != usage_map_.end() && it->second->
IsMirroring
();
Completed in 655 milliseconds