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

  /external/chromium_org/components/cloud_devices/common/
cloud_devices_urls.h 20 GURL GetCloudPrintRelativeURL(const std::string& relative_path);
cloud_devices_urls_unittest.cc 22 TEST(CloudPrintURLTest, GetCloudPrintRelativeURL) {
23 EXPECT_THAT(GetCloudPrintRelativeURL("///a/b/c///").spec(),
26 EXPECT_THAT(GetCloudPrintRelativeURL("a/b/c").spec(),
32 GetCloudPrintRelativeURL("client/dialog.html").spec();
41 std::string manage_url = GetCloudPrintRelativeURL("manage.html").spec();
cloud_devices_urls.cc 51 GURL GetCloudPrintRelativeURL(const std::string& relative_path) {
84 GURL url = GetCloudPrintRelativeURL("enable_chrome_connector/enable.html");
  /external/chromium_org/chrome/browser/local_discovery/
privet_confirm_api_flow.cc 22 cloud_devices::GetCloudPrintRelativeURL("confirm"), "token", token);
cloud_print_printer_list.cc 55 return cloud_devices::GetCloudPrintRelativeURL("search");
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
app_launch_info.cc 211 cloud_devices::GetCloudPrintRelativeURL("enable_chrome_connector");
  /external/chromium_org/chrome/browser/printing/
print_dialog_cloud.cc 343 cloud_devices::GetCloudPrintRelativeURL("client/dialog.html"),
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc     [all...]

Completed in 212 milliseconds