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

  /external/chromium/chrome/browser/download/
download_item_model.cc 50 simple_time = download_->open_when_complete() ?
58 if (download_->open_when_complete()) {
download_shelf.cc 35 case OPEN_WHEN_COMPLETE:
36 return download_->open_when_complete();
49 case OPEN_WHEN_COMPLETE:
72 case OPEN_WHEN_COMPLETE:
90 case OPEN_WHEN_COMPLETE:
130 OPEN_WHEN_COMPLETE, IDS_DOWNLOAD_MENU_OPEN_WHEN_COMPLETE);
152 OPEN_WHEN_COMPLETE, IDS_DOWNLOAD_MENU_OPEN);
download_item.h 261 bool open_when_complete() const { return open_when_complete_; } function in class:DownloadItem
download_item.cc 379 } else if (open_when_complete() ||
  /external/chromium_org/chrome/browser/download/
download_item_model_unittest.cc 278 bool open_when_complete; // GetOpenWhenComplete(). member in struct:TestCase
336 .WillRepeatedly(Return(test_case.open_when_complete));
  /external/chromium/chrome/browser/automation/
automation_provider.cc 257 dl_item_value->SetBoolean("open_when_complete",
258 download->open_when_complete());
    [all...]

Completed in 74 milliseconds