OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intercept_namespaces_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/webkit/browser/appcache/
appcache.h
84
return GetNamespaceEntryUrl(
intercept_namespaces_
, namespace_url);
156
return FindNamespace(
intercept_namespaces_
, url);
180
NamespaceVector
intercept_namespaces_
;
member in class:appcache::AppCache
appcache.cc
138
intercept_namespaces_
.swap(manifest->intercept_namespaces);
145
std::sort(
intercept_namespaces_
.begin(),
intercept_namespaces_
.end(),
169
intercept_namespaces_
.push_back(intercepts.at(i).namespace_);
176
std::sort(
intercept_namespaces_
.begin(),
intercept_namespaces_
.end(),
221
for (size_t i = 0; i <
intercept_namespaces_
.size(); ++i) {
226
record.namespace_ =
intercept_namespaces_
[i];
appcache_storage_impl_unittest.cc
[
all
...]
Completed in 57 milliseconds