OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:favicon_handler_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_favicon_loader.h
55
scoped_ptr<internal::FaviconRawBitmapHandler>
favicon_handler_
;
member in class:LauncherFaviconLoader
launcher_favicon_loader.cc
164
favicon_handler_
.reset(
172
return
favicon_handler_
->bitmap();
176
return
favicon_handler_
->HasPendingDownloads();
/external/chromium_org/chrome/browser/favicon/
favicon_tab_helper.cc
51
favicon_handler_
.reset(new FaviconHandler(
62
favicon_handler_
->FetchFavicon(url);
257
favicon_handler_
->OnUpdateFaviconURL(favicon_urls);
277
favicon_handler_
->OnDidDownloadFavicon(
favicon_tab_helper.h
114
scoped_ptr<FaviconHandler>
favicon_handler_
;
member in class:FaviconTabHelper
/external/chromium_org/chrome/browser/history/android/
android_provider_backend.h
322
scoped_ptr<SQLHandler>
favicon_handler_
;
member in class:history::AndroidProviderBackend
android_provider_backend.cc
679
favicon_handler_
.reset(new FaviconSQLHandler(thumbnail_db_));
686
if (
favicon_handler_
.get())
687
sql_handlers_.push_back(
favicon_handler_
.get());
[
all
...]
Completed in 406 milliseconds