OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:canon_path
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/cookies/
canonical_cookie.cc
287
url::RawCanonOutputT<char>
canon_path
;
289
url::CanonicalizePath(cookie_path.data(), path_component, &
canon_path
,
291
cookie_path = std::string(
canon_path
.data() + canon_path_component.begin,
/external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_util.cc
429
std::string
canon_path
;
local
431
CanonicalizeUrl(url, NULL, &
canon_path
, &canon_query);
433
const std::string path =
canon_path
; // const sidesteps GCC bugs below!
Completed in 160 milliseconds