OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:url_no_ref
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/webkit/browser/appcache/
appcache.cc
251
GURL
url_no_ref
;
local
255
url_no_ref
= url.ReplaceComponents(replacements);
257
url_no_ref
= url;
262
AppCacheEntry* entry = GetEntry(
url_no_ref
);
268
if ((*found_network_namespace = IsInNetworkNamespace(
url_no_ref
)))
271
const Namespace* intercept_namespace = FindInterceptNamespace(
url_no_ref
);
280
const Namespace* fallback_namespace = FindFallbackNamespace(
url_no_ref
);
appcache_storage_impl.cc
1457
GURL
url_no_ref
;
local
[
all
...]
/external/chromium_org/url/
gurl_unittest.cc
363
GURL
url_no_ref
= url.ReplaceComponents(repl);
local
365
EXPECT_EQ("data: one ? two ",
url_no_ref
.spec());
369
GURL import_url(
url_no_ref
.spec(),
370
url_no_ref
.parsed_for_possibly_invalid_spec(),
371
url_no_ref
.is_valid());
372
EXPECT_EQ(
url_no_ref
, import_url);
Completed in 164 milliseconds