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

  /external/chromium_org/chrome/browser/download/
download_status_updater_win.cc 106 download->GetAutoOpened())
download_shelf_unittest.cc 77 ON_CALL(*download_item_, GetAutoOpened()).WillByDefault(Return(false));
182 EXPECT_CALL(*download_item(), GetAutoOpened())
download_item_model_unittest.cc 365 // auto-opened. Expecation for GetAutoOpened().
403 EXPECT_CALL(item(), GetAutoOpened())
download_item_model.cc 438 // If the download completed, then rely on GetAutoOpened() to check for
441 return download_->GetAutoOpened() || download_->IsTemporary();
download_browsertest.cc 367 return item->GetAutoOpened();
    [all...]
  /external/chromium_org/content/public/browser/
download_item.h 290 virtual bool GetAutoOpened() = 0;
  /external/chromium_org/content/public/test/
mock_download_item.h 78 MOCK_METHOD0(GetAutoOpened, bool());
  /external/chromium_org/content/browser/download/
download_item_impl.h 147 virtual bool GetAutoOpened() OVERRIDE;
download_manager_impl_unittest.cc 155 MOCK_METHOD0(GetAutoOpened, bool());
download_item_impl.cc 720 bool DownloadItemImpl::GetAutoOpened() {
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider_observers.cc     [all...]

Completed in 867 milliseconds