HomeSort by relevance Sort by last modified time
    Searched refs:FileIconSource (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/ui/webui/
fileicon_source.h 21 // FileIconSource is the gateway between network-level chrome:
23 class FileIconSource : public ChromeURLDataManager::DataSource {
25 explicit FileIconSource();
41 virtual ~FileIconSource();
49 DISALLOW_COPY_AND_ASSIGN(FileIconSource);
fileicon_source.cc 22 FileIconSource::FileIconSource()
25 FileIconSource::~FileIconSource() {
29 void FileIconSource::StartDataRequest(const std::string& path,
56 NewCallback(this, &FileIconSource::OnFileIconDataAvailable));
63 std::string FileIconSource::GetMimeType(const std::string&) const {
68 void FileIconSource::OnFileIconDataAvailable(IconManager::Handle handle,
downloads_dom_handler.cc 56 new FileIconSource());
  /external/chromium_org/chrome/browser/ui/webui/
fileicon_source.h 20 // FileIconSource is the gateway between network-level chrome:
22 class FileIconSource : public content::URLDataSource {
24 explicit FileIconSource();
36 virtual ~FileIconSource();
67 DISALLOW_COPY_AND_ASSIGN(FileIconSource);
fileicon_source.cc 85 FileIconSource::IconRequestDetails::IconRequestDetails() {
88 FileIconSource::IconRequestDetails::~IconRequestDetails() {
91 FileIconSource::FileIconSource() {}
93 FileIconSource::~FileIconSource() {}
95 void FileIconSource::FetchFileIcon(
119 base::Bind(&FileIconSource::OnFileIconDataAvailable,
125 std::string FileIconSource::GetSource() const {
129 void FileIconSource::StartDataRequest
    [all...]
fileicon_source_unittest.cc 19 class TestFileIconSource : public FileIconSource {
downloads_dom_handler.cc 266 content::URLDataSource::Add(profile, new FileIconSource());

Completed in 124 milliseconds