OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:utf8_url
(Results
1 - 2
of
2
) 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
;
Completed in 73 milliseconds