Home
last modified time | relevance | path

Searched refs:intercept_namespaces_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/webkit/browser/appcache/
Dappcache.cc138 intercept_namespaces_.swap(manifest->intercept_namespaces); in InitializeWithManifest()
145 std::sort(intercept_namespaces_.begin(), intercept_namespaces_.end(), in InitializeWithManifest()
169 intercept_namespaces_.push_back(intercepts.at(i).namespace_); in InitializeWithDatabaseRecords()
176 std::sort(intercept_namespaces_.begin(), intercept_namespaces_.end(), in InitializeWithDatabaseRecords()
221 for (size_t i = 0; i < intercept_namespaces_.size(); ++i) { in ToDatabaseRecords()
226 record.namespace_ = intercept_namespaces_[i]; in ToDatabaseRecords()
Dappcache.h84 return GetNamespaceEntryUrl(intercept_namespaces_, namespace_url); in GetInterceptEntryUrl()
156 return FindNamespace(intercept_namespaces_, url); in FindInterceptNamespace()
180 NamespaceVector intercept_namespaces_; variable
Dappcache_storage_impl_unittest.cc1103 cache_->intercept_namespaces_.push_back( in BasicFindMainInterceptResponse()
1106 cache_->intercept_namespaces_.push_back( in BasicFindMainInterceptResponse()
1173 cache_->intercept_namespaces_.push_back( in FindInterceptPatternMatch()