Home
last modified time | relevance | path

Searched refs:canon_path_component (Results 1 – 1 of 1) sorted by relevance

/external/chromium/net/base/
Dcookie_monster.cc2045 url_parse::Component canon_path_component; in Create() local
2047 &canon_path, &canon_path_component); in Create()
2048 cookie_path = std::string(canon_path.data() + canon_path_component.begin, in Create()
2049 canon_path_component.len); in Create()