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/chrome/browser/history/
expire_history_backend.h
255
ThumbnailDatabase*
thumb_db_
; // Thumbnails and favicons.
member in class:history::ExpireHistoryBackend
expire_history_backend_unittest.cc
111
scoped_ptr<ThumbnailDatabase>
thumb_db_
;
member in class:history::ExpireHistoryTest
141
thumb_db_
.reset(new ThumbnailDatabase);
142
if (
thumb_db_
->Init(thumb_name, NULL, main_db_.get()) != sql::INIT_OK)
143
thumb_db_
.reset();
150
expirer_.SetDatabases(main_db_.get(), archived_db_.get(),
thumb_db_
.get(),
166
thumb_db_
.reset();
203
FaviconID favicon1 =
thumb_db_
->AddFavicon(GURL("http://favicon/url1"),
205
FaviconID favicon2 =
thumb_db_
->AddFavicon(GURL("http://favicon/url2"),
213
thumb_db_
->AddIconMapping(url_row1.url(), favicon1);
220
thumb_db_
->AddIconMapping(url_row2.url(), favicon1)
[
all
...]
Completed in 177 milliseconds