OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindNamespace
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/webkit/browser/appcache/
appcache.h
138
static const Namespace*
FindNamespace
(
156
return
FindNamespace
(intercept_namespaces_, url);
159
return
FindNamespace
(fallback_namespaces_, url);
162
return
FindNamespace
(online_whitelist_namespaces_, url) != NULL;
appcache.cc
313
const Namespace* AppCache::
FindNamespace
(
appcache_storage_impl.cc
834
return AppCache::
FindNamespace
(result.first->second, url) != NULL;
[
all
...]
Completed in 44 milliseconds