OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thumb_db_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/history/
expire_history_backend.h
254
ThumbnailDatabase*
thumb_db_
; // Thumbnails and favicons.
member in class:history::ExpireHistoryBackend
expire_history_backend_unittest.cc
105
scoped_ptr<ThumbnailDatabase>
thumb_db_
;
member in class:history::ExpireHistoryTest
129
thumb_db_
.reset(new ThumbnailDatabase(NULL));
130
if (
thumb_db_
->Init(thumb_name) != sql::INIT_OK)
131
thumb_db_
.reset();
133
expirer_.SetDatabases(main_db_.get(),
thumb_db_
.get());
147
thumb_db_
.reset();
189
thumb_db_
->AddFavicon(GURL("http://favicon/url1"), favicon_base::FAVICON);
191
thumb_db_
->AddFavicon(GURL("http://favicon/url2"), favicon_base::FAVICON);
198
thumb_db_
->AddIconMapping(url_row1.url(), favicon1);
205
thumb_db_
->AddIconMapping(url_row2.url(), favicon1)
[
all
...]
Completed in 141 milliseconds