OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pending_selected_manifest_url_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/appcache/
appcache_host.h
168
!
pending_selected_manifest_url_
.is_empty();
266
GURL
pending_selected_manifest_url_
;
member in class:content::AppCacheHost
appcache_host.cc
340
pending_selected_manifest_url_
= manifest_url;
346
DCHECK(manifest_url ==
pending_selected_manifest_url_
);
347
pending_selected_manifest_url_
= GURL();
appcache_host_unittest.cc
332
host.
pending_selected_manifest_url_
= kMockManifestUrl;
Completed in 561 milliseconds