HomeSort by relevance Sort by last modified time
    Searched defs:proxy_id (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/common/cloud_print/
cloud_print_proxy_info.h 19 std::string proxy_id; member in struct:cloud_print::CloudPrintProxyInfo
  /external/chromium_org/chrome/browser/printing/cloud_print/
cloud_print_proxy_service.h 63 std::string proxy_id() const { return proxy_id_; } function in class:CloudPrintProxyService
  /external/chromium_org/chrome/service/cloud_print/
connector_settings.h 36 const std::string& proxy_id() const { function in class:cloud_print::ConnectorSettings
  /external/chromium_org/cloud_print/service/
service_state.h 30 const std::string& proxy_id);
44 std::string proxy_id() const { function in class:ServiceState
  /external/chromium_org/cloud_print/service/win/
cloud_print_service.cc 339 std::string proxy_id = service_state.proxy_id(); local
347 ChromeLauncher::CreateServiceStateFile(proxy_id, printers);
cloud_print_service_config.cc 378 std::string proxy_id; local
384 proxy_id = service_state.proxy_id();
387 contents = ChromeLauncher::CreateServiceStateFile(proxy_id, setup.printers());
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.cc 614 std::string proxy_id = iter->second->content_name(); local
618 stats->proxy_to_transport[proxy_id] = transport_id;
    [all...]

Completed in 62 milliseconds