Home
last modified time | relevance | path

Searched refs:shelf (Results 1 – 14 of 14) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_shelf_mac_unittest.mm62 DownloadShelfMac shelf(browser_helper_.browser(),
68 DownloadShelfMac shelf(browser_helper_.browser(),
71 shelf.Show();
76 DownloadShelfMac shelf(browser_helper_.browser(),
79 shelf.Close();
84 DownloadShelfMac shelf(browser_helper_.browser(),
87 shelf.IsShowing();
Ddownload_shelf_controller.mm31 // Download shelf autoclose behavior:
33 // The download shelf autocloses if all of this is true:
34 // 1) An item on the shelf has just been opened.
35 // 2) All remaining items on the shelf have been opened in the past.
36 // 3) The mouse leaves the shelf and remains off the shelf for 5 seconds.
38 // If the mouse re-enters the shelf within the 5 second grace period, the
40 // shelf item being opened or removed. If an item is opened and then the
44 // If the shelf is manually closed while a download is still in progress, that
45 // download is marked as "opened" for these purposes. If the shelf is later
61 // Duration for download shelf closing animation, in seconds.
[all …]
Ddownload_item_controller.h65 shelf:(DownloadShelfController*)shelf;
Ddownload_shelf_view.mm33 // We want our backgrounds for the shelf to be phased from the upper
61 // Mouse down events on the download shelf should not allow dragging the parent
Ddownload_item_controller.mm71 // A class for the chromium-side part of the download shelf context menu.
100 shelf:(DownloadShelfController*)shelf {
113 shelf_ = shelf;
299 // size, so trigger a shelf layout to fix up spacing.
319 // NOTE: Do not relayout the shelf, as this could get called during initial
Ddownload_started_animation_mac.mm8 // download appears in the download shelf.
94 // enough, don't show the animation and let the shelf speak for itself.
/external/chromium/chrome/browser/ui/cocoa/
Dbrowser_window_controller_unittest.mm173 // Verifies that the toolbar, infobar, tab content area, and download shelf
345 // The download shelf is created lazily. Force-create it and set its initial
364 // Add a 30px download shelf and recheck
394 // The download shelf is created lazily. Force-create it and set its initial
417 // Add a 30px download shelf and recheck
Dview_id_util_browsertest.mm56 // Make sure download shelf is created to test VIEW_ID_DOWNLOAD_SHELF
Dbrowser_window_cocoa.mm144 // download shelf was a ChromeView attached to the TabContents, and as its
177 // bookmark bar/extension shelf as their preferred height may have changed.
Dbrowser_window_controller.mm104 // the download shelf goes from hidden to shown, we grow the window downwards in
122 // window is zoomed (scenario: window is zoomed, download shelf opens -- which
123 // doesn't cause window growth, download shelf closes -- shouldn't cause the
127 // of vertical space, download shelf opens causing growth so that window
129 // download shelf closes -- should return the window to its previous state).
893 // 2) We are adjusting the height of the download shelf.
2122 // Do not cover download shelf.
Dbrowser_window_controller_private.mm250 // Place the download shelf, if any, at the bottom of the view.
Dstatus_bubble_mac.mm311 // If something is shown below tab contents (devtools, download shelf etc.),
Dtabpose_window.mm297 // Download shelf is not included in the |fullSize| rect, so no need to
/external/chromium/chrome/browser/ui/
Dbrowser.cc1881 DownloadShelf* shelf = window()->GetDownloadShelf(); in ShowDownloadsTab() local
1882 if (shelf->IsShowing()) in ShowDownloadsTab()
1883 shelf->Close(); in ShowDownloadsTab()