OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cached_forms_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/autofill/
autofill_download.cc
249
for (QueryRequestCache::iterator it =
cached_forms_
.begin();
250
it !=
cached_forms_
.end(); ++it) {
254
cached_forms_
.erase(it);
255
cached_forms_
.push_front(data);
262
cached_forms_
.push_front(data);
263
while (
cached_forms_
.size() > max_form_cache_size_)
264
cached_forms_
.pop_back();
271
for (QueryRequestCache::const_iterator it =
cached_forms_
.begin();
272
it !=
cached_forms_
.end(); ++it) {
autofill_download.h
158
QueryRequestCache
cached_forms_
;
member in class:AutofillDownloadManager
Completed in 666 milliseconds