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

  /external/chromium_org/content/public/browser/
download_item.h 298 virtual bool GetAutoOpened() = 0;
  /external/chromium_org/content/public/test/
mock_download_item.h 93 MOCK_METHOD0(GetAutoOpened, bool());
  /external/chromium_org/chrome/browser/download/
download_shelf_unittest.cc 76 ON_CALL(*download_item_, GetAutoOpened()).WillByDefault(Return(false));
181 EXPECT_CALL(*download_item(), GetAutoOpened())
download_item_model_unittest.cc 374 // auto-opened. Expecation for GetAutoOpened().
412 EXPECT_CALL(item(), GetAutoOpened())
download_item_model.cc 526 // If the download completed, then rely on GetAutoOpened() to check for
529 return download_->GetAutoOpened() || download_->IsTemporary();
download_browsertest.cc 332 return item->GetAutoOpened();
    [all...]
  /external/chromium_org/content/browser/download/
download_item_impl.h 151 virtual bool GetAutoOpened() OVERRIDE;
download_manager_impl_unittest.cc 159 MOCK_METHOD0(GetAutoOpened, bool());
download_item_impl.cc 759 bool DownloadItemImpl::GetAutoOpened() {
    [all...]

Completed in 416 milliseconds