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

  /external/chromium_org/cloud_print/gcp20/prototype/
privet_http_server.h 93 virtual bool CheckXPrivetTokenHeader(const std::string& token) const = 0;
printer.h 111 virtual bool CheckXPrivetTokenHeader(const std::string& token) const OVERRIDE;
privet_http_server.cc 122 !delegate_->CheckXPrivetTokenHeader(iter->second)) {
printer.cc 334 bool Printer::CheckXPrivetTokenHeader(const std::string& token) const {

Completed in 586 milliseconds