OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:client_protection_requests_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/display/chromeos/
display_configurator.cc
298
client_protection_requests_
.erase(client_id);
302
client_protection_requests_
.begin();
303
it !=
client_protection_requests_
.end();
362
ProtectionRequests::iterator it =
client_protection_requests_
.find(client_id);
363
if (it !=
client_protection_requests_
.end()) {
383
client_protection_requests_
.begin();
384
it !=
client_protection_requests_
.end();
400
if (
client_protection_requests_
.find(client_id) !=
401
client_protection_requests_
.end()) {
402
client_protection_requests_
[client_id].erase(display_id)
[
all
...]
display_configurator.h
347
ProtectionRequests
client_protection_requests_
;
member in class:ui::DisplayConfigurator
Completed in 149 milliseconds