Searched refs:GetCloudPrintRelativeURL (Results 1 – 8 of 8) sorted by relevance
22 TEST(CloudPrintURLTest, GetCloudPrintRelativeURL) { in TEST() argument23 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()
51 GURL GetCloudPrintRelativeURL(const std::string& relative_path) { in GetCloudPrintRelativeURL() function84 GURL url = GetCloudPrintRelativeURL("enable_chrome_connector/enable.html"); in GetCloudPrintEnableURL()
20 GURL GetCloudPrintRelativeURL(const std::string& relative_path);
22 cloud_devices::GetCloudPrintRelativeURL("confirm"), "token", token); in GetConfirmFlowUrl()
55 return cloud_devices::GetCloudPrintRelativeURL("search"); in GetURL()
211 cloud_devices::GetCloudPrintRelativeURL("enable_chrome_connector"); in LoadLaunchURL()
343 cloud_devices::GetCloudPrintRelativeURL("client/dialog.html"), in RegisterMessages()
1057 cloud_devices::GetCloudPrintRelativeURL("manage.html"), in HandleManageCloudPrint()