OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContentProtections
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/display/chromeos/
display_configurator.h
239
typedef std::map<int64_t, uint32_t>
ContentProtections
;
241
typedef std::map<ContentProtectionClientId,
ContentProtections
>
305
bool ApplyProtections(const
ContentProtections
& requests);
display_configurator.cc
228
bool DisplayConfigurator::ApplyProtections(const
ContentProtections
& requests) {
237
ContentProtections
::const_iterator request_it;
300
ContentProtections
protections;
305
for (
ContentProtections
::const_iterator it2 = it->second.begin();
381
ContentProtections
protections;
386
for (
ContentProtections
::const_iterator it2 = it->second.begin();
[
all
...]
Completed in 174 milliseconds