Searched refs:shelf (Results 1 – 14 of 14) sorted by relevance
/external/chromium/chrome/browser/ui/cocoa/download/ |
D | download_shelf_mac_unittest.mm | 62 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();
|
D | download_shelf_controller.mm | 31 // 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 …]
|
D | download_item_controller.h | 65 shelf:(DownloadShelfController*)shelf;
|
D | download_shelf_view.mm | 33 // 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
|
D | download_item_controller.mm | 71 // 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
|
D | download_started_animation_mac.mm | 8 // 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/ |
D | browser_window_controller_unittest.mm | 173 // 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
|
D | view_id_util_browsertest.mm | 56 // Make sure download shelf is created to test VIEW_ID_DOWNLOAD_SHELF
|
D | browser_window_cocoa.mm | 144 // download shelf was a ChromeView attached to the TabContents, and as its 177 // bookmark bar/extension shelf as their preferred height may have changed.
|
D | browser_window_controller.mm | 104 // 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.
|
D | browser_window_controller_private.mm | 250 // Place the download shelf, if any, at the bottom of the view.
|
D | status_bubble_mac.mm | 311 // If something is shown below tab contents (devtools, download shelf etc.),
|
D | tabpose_window.mm | 297 // Download shelf is not included in the |fullSize| rect, so no need to
|
/external/chromium/chrome/browser/ui/ |
D | browser.cc | 1881 DownloadShelf* shelf = window()->GetDownloadShelf(); in ShowDownloadsTab() local 1882 if (shelf->IsShowing()) in ShowDownloadsTab() 1883 shelf->Close(); in ShowDownloadsTab()
|