OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCloudPrintURL
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/components/cloud_devices/common/
cloud_devices_urls.h
19
GURL
GetCloudPrintURL
();
cloud_devices_urls.cc
42
GURL
GetCloudPrintURL
() {
52
GURL url =
GetCloudPrintURL
();
69
std::string continue_str =
GetCloudPrintURL
().spec();
78
std::string continue_str =
GetCloudPrintURL
().spec();
101
return
GetCloudPrintURL
().ReplaceComponents(replacements);
cloud_devices_urls_unittest.cc
16
TEST(CloudPrintURLTest,
GetCloudPrintURL
) {
17
std::string service_url =
GetCloudPrintURL
().spec();
/external/chromium_org/chrome/service/cloud_print/
connector_settings.cc
57
server_url_ = cloud_devices::
GetCloudPrintURL
();
/external/chromium_org/chrome/browser/printing/
print_dialog_cloud.cc
480
GURL cloud_print_url = cloud_devices::
GetCloudPrintURL
();
723
new SignInObserver(web_contents, cloud_devices::
GetCloudPrintURL
(), callback);
/external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc
[
all
...]
Completed in 1168 milliseconds