/external/chromium/chrome/browser/ui/webui/ |
favicon_source.cc | 13 FaviconSource::FaviconSource(Profile* profile) 18 FaviconSource::~FaviconSource() { 21 void FaviconSource::StartDataRequest(const std::string& path, 38 NewCallback(this, &FaviconSource::OnFaviconDataAvailable)); 44 NewCallback(this, &FaviconSource::OnFaviconDataAvailable)); 53 std::string FaviconSource::GetMimeType(const std::string&) const { 59 bool FaviconSource::ShouldReplaceExistingSource() const { 65 void FaviconSource::OnFaviconDataAvailable [all...] |
favicon_source.h | 19 // FaviconSource is the gateway between network-level chrome: 21 class FaviconSource : public ChromeURLDataManager::DataSource { 23 explicit FaviconSource(Profile* profile); 43 virtual ~FaviconSource(); 52 DISALLOW_COPY_AND_ASSIGN(FaviconSource);
|
slideshow_ui.cc | 154 new FaviconSource(profile_));
|
history2_ui.cc | 133 new FaviconSource(profile));
|
history_ui.cc | 133 new FaviconSource(profile));
|
most_visited_handler.cc | 72 profile->GetChromeURLDataManager()->AddDataSource(new FaviconSource(profile));
|
active_downloads_ui.cc | 213 new FaviconSource(profile_));
|
mediaplayer_ui.cc | 215 new FaviconSource(profile));
|
/external/chromium_org/chrome/browser/ui/webui/ |
favicon_source.cc | 27 FaviconSource::IconRequest::IconRequest() 32 FaviconSource::IconRequest::IconRequest( 43 FaviconSource::IconRequest::~IconRequest() { 46 FaviconSource::FaviconSource(Profile* profile, IconType type) 53 FaviconSource::~FaviconSource() { 56 std::string FaviconSource::GetSource() const { 61 void FaviconSource::StartDataRequest( 90 base::Bind(&FaviconSource::OnFaviconDataAvailable [all...] |
favicon_source.h | 20 // FaviconSource is the gateway between network-level chrome: 58 class FaviconSource : public content::URLDataSource { 60 // Defines the type of icon the FaviconSource will provide. 68 // |type| is the type of icon this FaviconSource will provide. 69 FaviconSource(Profile* profile, IconType type); 71 virtual ~FaviconSource(); 138 // The chrome::IconTypes of icon that this FaviconSource handles. 141 DISALLOW_COPY_AND_ASSIGN(FaviconSource);
|
history_ui.cc | 400 profile, new FaviconSource(profile, FaviconSource::ANY)); [all...] |
/external/chromium_org/chrome/browser/ui/webui/suggestions_internals/ |
suggestions_internals_ui.cc | 31 profile, new FaviconSource(profile, FaviconSource::FAVICON));
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
bookmarks_helper.h | 92 enum FaviconSource { 103 FaviconSource source);
|
bookmarks_helper.cc | 219 bookmarks_helper::FaviconSource favicon_source) { 510 FaviconSource favicon_source) {
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
most_visited_handler.cc | 90 new FaviconSource(profile, FaviconSource::ANY)); 94 profile, new FaviconSource(profile, FaviconSource::FAVICON));
|
suggestions_page_handler.cc | 68 profile, new FaviconSource(profile, FaviconSource::FAVICON));
|
/external/chromium/chrome/browser/extensions/ |
extension_function_dispatcher.cc | 422 // to make sure that the FaviconSource is registered with the 425 FaviconSource* favicon_source = new FaviconSource(profile_);
|
/external/chromium_org/chrome/browser/search/ |
instant_service.cc | 115 profile_, new FaviconSource(profile_, FaviconSource::FAVICON));
|
/external/chromium_org/chrome/browser/ui/webui/ntp/android/ |
bookmarks_handler.cc | 108 profile, new FaviconSource(profile, FaviconSource::ANY));
|
/external/chromium/chrome/browser/ui/webui/options/ |
browser_options_handler.cc | 129 new FaviconSource(profile));
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
browser_options_handler.cc | 731 profile, new FaviconSource(profile, FaviconSource::FAVICON)); [all...] |
/external/chromium_org/chrome/browser/extensions/ |
extension_service.cc | [all...] |