HomeSort by relevance Sort by last modified time
    Searched refs:client_protection_requests_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/display/
output_configurator.cc 349 client_protection_requests_.erase(client_id);
353 client_protection_requests_.begin();
354 it != client_protection_requests_.end();
410 ProtectionRequests::iterator it = client_protection_requests_.find(client_id);
411 if (it != client_protection_requests_.end()) {
431 client_protection_requests_.begin();
432 it != client_protection_requests_.end();
447 if (client_protection_requests_.find(client_id) !=
448 client_protection_requests_.end()) {
449 client_protection_requests_[client_id].erase(display_id)
    [all...]
output_configurator.h 553 ProtectionRequests client_protection_requests_; member in class:chromeos::OutputConfigurator

Completed in 31 milliseconds