OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppendPathToUrl
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/common/cloud_print/
cloud_print_helpers.cc
52
std::string
AppendPathToUrl
(const GURL& url, const std::string& path) {
62
std::string path(
AppendPathToUrl
(cloud_print_server_url, "search"));
69
std::string path(
AppendPathToUrl
(cloud_print_server_url, "submit"));
77
std::string path(
AppendPathToUrl
(cloud_print_server_url, "list"));
86
std::string path(
AppendPathToUrl
(cloud_print_server_url, "register"));
94
std::string path(
AppendPathToUrl
(cloud_print_server_url, "update"));
105
std::string path(
AppendPathToUrl
(cloud_print_server_url, "delete"));
117
std::string path(
AppendPathToUrl
(cloud_print_server_url, "fetch"));
129
std::string path(
AppendPathToUrl
(cloud_print_server_url, "deletejob"));
141
std::string path(
AppendPathToUrl
(cloud_print_server_url, "control"))
[
all
...]
cloud_print_helpers.h
32
std::string
AppendPathToUrl
(const GURL& url, const std::string& path);
/external/chromium_org/chrome/service/cloud_print/
cloud_print_service_helpers.cc
53
std::string path(
AppendPathToUrl
(cloud_print_server_url, "control"));
Completed in 460 milliseconds