OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:utf8_url
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome_frame/
urlmon_url_request_private.h
146
std::string
utf8_url
;
member in struct:UrlmonUrlRequest::Status::Redirection
164
void SetRedirected(int http_code, const std::string&
utf8_url
) {
167
redirect_.
utf8_url
=
utf8_url
;
189
redirect_.
utf8_url
.clear();
chrome_frame_activex.cc
474
std::string
utf8_url
;
local
476
WideToUTF8(url_, url_.Length(), &
utf8_url
);
496
GURL(
utf8_url
), GURL(), false)) {
497
DLOG(ERROR) << "Failed to navigate to url:" <<
utf8_url
;
urlmon_url_request.cc
699
status_.get_redirection().
utf8_url
,
[
all
...]
/external/chromium_org/content/shell/renderer/
webkit_test_runner.cc
301
WebURL WebKitTestRunner::rewriteLayoutTestsURL(const std::string&
utf8_url
) {
305
if (
utf8_url
.compare(0, kPrefixLen, kPrefix, kPrefixLen))
306
return WebURL(GURL(
utf8_url
));
318
std::string("file://") + utf8_path +
utf8_url
.substr(kPrefixLen);
webkit_test_runner.h
69
virtual blink::WebURL rewriteLayoutTestsURL(const std::string&
utf8_url
);
Completed in 43 milliseconds