Searched refs:UpdateDownloadShelfVisibility (Results 1 - 20 of 20) sorted by relevance

/external/chromium/chrome/browser/ui/
H A Dstatus_bubble.h57 virtual void UpdateDownloadShelfVisibility(bool visible) = 0;
H A Dbrowser.h576 virtual void UpdateDownloadShelfVisibility(bool visible);
H A Dbrowser.cc3043 void Browser::UpdateDownloadShelfVisibility(bool visible) { function in class:Browser
3045 GetStatusBubble()->UpdateDownloadShelfVisibility(visible);
/external/chromium_org/chrome/browser/ui/
H A Dstatus_bubble.h56 virtual void UpdateDownloadShelfVisibility(bool visible) = 0;
H A Dbrowser.h370 void UpdateDownloadShelfVisibility(bool visible);
H A Dbrowser.cc826 void Browser::UpdateDownloadShelfVisibility(bool visible) { function in class:Browser
828 GetStatusBubble()->UpdateDownloadShelfVisibility(visible);
/external/chromium/chrome/browser/ui/views/
H A Dstatus_bubble_views.h62 virtual void UpdateDownloadShelfVisibility(bool visible);
H A Dstatus_bubble_views.cc702 void StatusBubbleViews::UpdateDownloadShelfVisibility(bool visible) { function in class:StatusBubbleViews
/external/chromium/chrome/browser/ui/cocoa/
H A Dstatus_bubble_mac.h43 virtual void UpdateDownloadShelfVisibility(bool visible);
/external/chromium/chrome/browser/ui/gtk/
H A Dstatus_bubble_gtk.h58 virtual void UpdateDownloadShelfVisibility(bool visible);
H A Dstatus_bubble_gtk.cc233 void StatusBubbleGtk::UpdateDownloadShelfVisibility(bool visible) { function in class:StatusBubbleGtk
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dstatus_bubble_mac.h43 virtual void UpdateDownloadShelfVisibility(bool visible) OVERRIDE;
/external/chromium_org/chrome/browser/ui/gtk/
H A Dstatus_bubble_gtk.h59 virtual void UpdateDownloadShelfVisibility(bool visible) OVERRIDE;
H A Dstatus_bubble_gtk.cc245 void StatusBubbleGtk::UpdateDownloadShelfVisibility(bool visible) { function in class:StatusBubbleGtk
/external/chromium_org/chrome/browser/ui/views/
H A Dstatus_bubble_views.h62 virtual void UpdateDownloadShelfVisibility(bool visible) OVERRIDE;
H A Dstatus_bubble_views.cc719 void StatusBubbleViews::UpdateDownloadShelfVisibility(bool visible) { function in class:StatusBubbleViews
/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_shelf_gtk.cc185 browser_->UpdateDownloadShelfVisibility(true);
194 browser_->UpdateDownloadShelfVisibility(false);
270 browser_->UpdateDownloadShelfVisibility(false);
/external/chromium_org/chrome/browser/ui/gtk/download/
H A Ddownload_shelf_gtk.cc197 browser_->UpdateDownloadShelfVisibility(true);
206 browser_->UpdateDownloadShelfVisibility(false);
292 browser_->UpdateDownloadShelfVisibility(false);
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc974 browser_->UpdateDownloadShelfVisibility(visible);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc1137 browser_->UpdateDownloadShelfVisibility(visible);

Completed in 304 milliseconds