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

  /external/chromium_org/chrome/browser/download/
download_item_model.h 112 bool ShouldShowInShelf() const;
120 // be presented in the UI. Note that this is indpendent of ShouldShowInShelf()
download_item_model_unittest.cc 360 TEST_F(DownloadItemModelTest, ShouldShowInShelf) {
364 EXPECT_TRUE(model().ShouldShowInShelf());
366 // Once explicitly set, ShouldShowInShelf() should return the explicit value.
368 EXPECT_FALSE(model().ShouldShowInShelf());
371 EXPECT_TRUE(model().ShouldShowInShelf());
download_item_model.cc 549 bool DownloadItemModel::ShouldShowInShelf() const {
571 // the shelf (i.e. ShouldShowInShelf() returns false). This is because:
  /external/chromium_org/chrome/browser/ui/
browser.cc     [all...]

Completed in 63 milliseconds