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

  /external/chromium_org/components/cloud_devices/common/
cloud_devices_urls.h 21 GURL GetCloudPrintEnableURL(const std::string& proxy_id);
cloud_devices_urls_unittest.cc 49 TEST(CloudPrintURLTest, GetCloudPrintEnableURL) {
50 std::string enable_url = GetCloudPrintEnableURL("123123").spec();
cloud_devices_urls.cc 83 GURL GetCloudPrintEnableURL(const std::string& proxy_id) {
93 std::string continue_str = GetCloudPrintEnableURL(proxy_id).spec();
  /external/chromium_org/chrome/browser/ui/webui/local_discovery/
local_discovery_ui_handler.cc 685 cloud_devices::GetCloudPrintEnableURL(

Completed in 1777 milliseconds