OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ref_separator
(Results
1 - 2
of
2
) sorted by null
/external/chromium/googleurl/src/
url_parse.cc
197
int
ref_separator
= -1; // Index of the '#'
local
203
if (
ref_separator
< 0 && query_separator < 0)
208
if (
ref_separator
< 0)
209
ref_separator
= i;
220
if (
ref_separator
>= 0) {
221
file_end = query_end =
ref_separator
;
222
*ref = MakeRange(
ref_separator
+ 1, path_end);
/external/chromium_org/url/third_party/mozilla/
url_parse.cc
199
int
ref_separator
= -1; // Index of the '#'
local
205
if (
ref_separator
< 0 && query_separator < 0)
210
if (
ref_separator
< 0)
211
ref_separator
= i;
222
if (
ref_separator
>= 0) {
223
file_end = query_end =
ref_separator
;
224
*ref = MakeRange(
ref_separator
+ 1, path_end);
Completed in 736 milliseconds