OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_colon
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/tools/dump_cache/
url_utilities.cc
20
size_t
next_colon
= url.find_first_of(':', b);
local
22
&&
next_colon
!= std::string::npos
23
&&
next_colon
< next_slash) {
24
return std::string(url, b,
next_colon
- b);
27
if (
next_colon
!= std::string::npos) {
28
return std::string(url, b,
next_colon
- b);
/external/chromium_org/net/tools/dump_cache/
url_utilities.cc
20
size_t
next_colon
= url.find_first_of(':', b);
local
22
&&
next_colon
!= std::string::npos
23
&&
next_colon
< next_slash) {
24
return std::string(url, b,
next_colon
- b);
27
if (
next_colon
!= std::string::npos) {
28
return std::string(url, b,
next_colon
- b);
Completed in 84 milliseconds