Home
last modified time | relevance | path

Searched refs:GetCloudPrintRelativeURL (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/components/cloud_devices/common/
Dcloud_devices_urls_unittest.cc22 TEST(CloudPrintURLTest, GetCloudPrintRelativeURL) { in TEST() argument
23 EXPECT_THAT(GetCloudPrintRelativeURL("///a/b/c///").spec(), in TEST()
26 EXPECT_THAT(GetCloudPrintRelativeURL("a/b/c").spec(), in TEST()
32 GetCloudPrintRelativeURL("client/dialog.html").spec(); in TEST()
41 std::string manage_url = GetCloudPrintRelativeURL("manage.html").spec(); in TEST()
Dcloud_devices_urls.cc51 GURL GetCloudPrintRelativeURL(const std::string& relative_path) { in GetCloudPrintRelativeURL() function
84 GURL url = GetCloudPrintRelativeURL("enable_chrome_connector/enable.html"); in GetCloudPrintEnableURL()
Dcloud_devices_urls.h20 GURL GetCloudPrintRelativeURL(const std::string& relative_path);
/external/chromium_org/chrome/browser/local_discovery/
Dprivet_confirm_api_flow.cc22 cloud_devices::GetCloudPrintRelativeURL("confirm"), "token", token); in GetConfirmFlowUrl()
Dcloud_print_printer_list.cc55 return cloud_devices::GetCloudPrintRelativeURL("search"); in GetURL()
/external/chromium_org/chrome/common/extensions/manifest_handlers/
Dapp_launch_info.cc211 cloud_devices::GetCloudPrintRelativeURL("enable_chrome_connector"); in LoadLaunchURL()
/external/chromium_org/chrome/browser/printing/
Dprint_dialog_cloud.cc343 cloud_devices::GetCloudPrintRelativeURL("client/dialog.html"), in RegisterMessages()
/external/chromium_org/chrome/browser/ui/webui/print_preview/
Dprint_preview_handler.cc1057 cloud_devices::GetCloudPrintRelativeURL("manage.html"), in HandleManageCloudPrint()