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::FaviconBitmapHandler>
favicon_handler_
;
member in class:LauncherFaviconLoader
launcher_favicon_loader.cc
169
favicon_handler_
.reset(
177
return
favicon_handler_
->bitmap();
181
return
favicon_handler_
->HasPendingDownloads();
/external/chromium_org/chrome/browser/favicon/
favicon_tab_helper.cc
42
favicon_handler_
.reset(new FaviconHandler(profile_, this,
56
favicon_handler_
->FetchFavicon(url);
185
favicon_handler_
->OnUpdateFaviconURL(page_id, candidates);
205
favicon_handler_
->OnDidDownloadFavicon(
favicon_tab_helper.h
97
scoped_ptr<FaviconHandler>
favicon_handler_
;
member in class:FaviconTabHelper
/external/chromium_org/chrome/browser/history/android/
android_provider_backend.cc
669
favicon_handler_
.reset(new FaviconSQLHandler(thumbnail_db_));
676
if (
favicon_handler_
.get())
677
sql_handlers_.push_back(
favicon_handler_
.get());
[
all
...]
android_provider_backend.h
327
scoped_ptr<SQLHandler>
favicon_handler_
;
member in class:history::AndroidProviderBackend
Completed in 68 milliseconds