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

  /external/chromium_org/content/public/browser/
download_item.h 301 virtual bool GetOpened() const = 0;
  /external/chromium_org/content/public/test/
mock_download_item.h 94 MOCK_CONST_METHOD0(GetOpened, bool());
  /external/chromium_org/chrome/browser/download/
download_history_unittest.cc 450 EXPECT_CALL(item(index), GetOpened()).WillRepeatedly(Return(opened));
510 EXPECT_CALL(item(0), GetOpened()).WillRepeatedly(Return(true));
591 EXPECT_CALL(item(0), GetOpened()).WillRepeatedly(Return(true));
688 EXPECT_CALL(item(0), GetOpened()).WillRepeatedly(Return(true));
    [all...]
download_ui_controller_unittest.cc 227 EXPECT_CALL(*item, GetOpened()).WillRepeatedly(Return(false));
download_history.cc 143 item->GetOpened(),
download_browsertest.cc     [all...]
  /external/chromium_org/content/browser/download/
download_item_impl.h 152 virtual bool GetOpened() const OVERRIDE;
download_manager_impl.cc 711 !item->GetOpened())
download_manager_impl_unittest.cc 166 MOCK_CONST_METHOD0(GetOpened, bool());
download_item_impl.cc 468 RecordOpen(GetEndTime(), !GetOpened());
763 bool DownloadItemImpl::GetOpened() const {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/download/
download_shelf_view.cc 423 if (!download_views_[i]->download()->GetOpened())
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api_browsertest.cc 825 EXPECT_FALSE(download_item->GetOpened());
843 EXPECT_FALSE(download_item->GetOpened());
850 EXPECT_FALSE(download_item->GetOpened());
856 EXPECT_TRUE(download_item->GetOpened());
    [all...]

Completed in 295 milliseconds