Searched defs:FaviconSource (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dbookmarks_helper.h95 enum FaviconSource { enum in namespace:bookmarks_helper
106 FaviconSource source);
/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);

Completed in 87 milliseconds