OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trimmed_path
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/components/cloud_devices/common/
cloud_devices_urls.cc
56
std::string
trimmed_path
;
local
57
base::TrimString(relative_path, kURLPathSeparator, &
trimmed_path
);
59
path +=
trimmed_path
;
118
std::string
trimmed_path
;
local
119
base::TrimString(relative_path, kURLPathSeparator, &
trimmed_path
);
121
path +=
trimmed_path
;
/external/chromium_org/chrome/test/chromedriver/server/
http_handler.h
89
const std::string&
trimmed_path
,
91
void PrepareResponse(const std::string&
trimmed_path
,
97
const std::string&
trimmed_path
,
http_handler.cc
596
const std::string&
trimmed_path
,
605
response->SetBody("unknown command: " +
trimmed_path
, "text/plain");
610
request.method,
trimmed_path
, *iter, &session_id, ¶ms)) {
633
trimmed_path
,
638
const std::string&
trimmed_path
,
645
PrepareResponseHelper(
trimmed_path
, status, value.Pass(), session_id);
647
if (
trimmed_path
== kShutdownPath)
652
const std::string&
trimmed_path
,
659
response->SetBody("unimplemented command: " +
trimmed_path
, "text/plain");
Completed in 284 milliseconds