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

  /external/chromium_org/chrome/browser/ui/libgtk2ui/
unity_service.h 15 void SetDownloadCount(int count);
unity_service.cc 129 void SetDownloadCount(int count) {
gtk2_ui.h 98 virtual void SetDownloadCount(int count) const OVERRIDE;
gtk2_ui.cc 562 void Gtk2UI::SetDownloadCount(int count) const {
564 unity::SetDownloadCount(count);
    [all...]
  /external/chromium_org/ui/views/linux_ui/
linux_ui.h 109 virtual void SetDownloadCount(int count) const = 0;
  /external/chromium_org/chrome/browser/download/
download_status_updater.cc 145 linux_ui->SetDownloadCount(download_count);

Completed in 281 milliseconds