OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:url_base
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/test/chromedriver/server/
chromedriver_server.cc
164
const std::string&
url_base
,
175
url_base
,
219
std::string
url_base
;
local
278
url_base
= cmd_line->GetSwitchValueASCII("url-base");
279
if (
url_base
.empty() ||
url_base
[0] != '/')
280
url_base
= "/" +
url_base
;
281
if (
url_base
[
url_base
.length() - 1] != '/'
[
all
...]
http_handler.h
64
explicit HttpHandler(const std::string&
url_base
);
67
const std::string&
url_base
,
http_handler.cc
59
HttpHandler::HttpHandler(const std::string&
url_base
)
60
: url_base_(
url_base
),
68
const std::string&
url_base
,
72
url_base_(
url_base
),
/external/valgrind/main/auxprogs/
nightly-build-summary
267
my $
url_base
= "http://article.gmane.org/gmane.comp.debugging.valgrind.devel/";
275
my $url = "$
url_base
" . "$i";
Completed in 62 milliseconds