Searched refs:FaviconSource (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/
H A Dfavicon_source.cc29 FaviconSource::IconRequest::IconRequest()
33 FaviconSource::IconRequest::IconRequest(
44 FaviconSource::IconRequest::~IconRequest() {
47 FaviconSource::FaviconSource(Profile* profile, IconType type) function in class:FaviconSource
54 FaviconSource::~FaviconSource() {
57 std::string FaviconSource::GetSource() const {
62 void FaviconSource::StartDataRequest(
93 &FaviconSource
[all...]
H A Dfavicon_source.h20 // FaviconSource is the gateway between network-level chrome:
58 class FaviconSource : public content::URLDataSource { class in inherits: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 favicon_base::IconTypes of icon that this FaviconSource handles.
141 DISALLOW_COPY_AND_ASSIGN(FaviconSource);
H A Dhistory_ui.cc413 profile, new FaviconSource(profile, FaviconSource::ANY));
/external/chromium_org/chrome/browser/ui/webui/suggestions_internals/
H A Dsuggestions_internals_ui.cc31 profile, new FaviconSource(profile, FaviconSource::FAVICON));
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dbookmarks_helper.h95 enum FaviconSource { enum in namespace:bookmarks_helper
106 FaviconSource source);
H A Dbookmarks_helper.cc231 bookmarks_helper::FaviconSource favicon_source) {
543 FaviconSource favicon_source) {
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dsuggestions_page_handler.cc68 profile, new FaviconSource(profile, FaviconSource::FAVICON));
H A Dmost_visited_handler.cc84 profile, new FaviconSource(profile, FaviconSource::FAVICON));
/external/chromium_org/chrome/browser/search/
H A Dinstant_service.cc126 profile_, new FaviconSource(profile_, FaviconSource::FAVICON));
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service.cc1021 // to make sure that the FaviconSource is registered with the
1024 FaviconSource* favicon_source = new FaviconSource(profile_,
1025 FaviconSource::FAVICON);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dbrowser_options_handler.cc816 profile, new FaviconSource(profile, FaviconSource::FAVICON));

Completed in 1507 milliseconds