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

  /external/chromium_org/chrome/browser/ui/webui/
downloads_dom_handler.cc 172 DCHECK(download_item->GetDangerType() ==
174 download_item->GetDangerType() ==
176 download_item->GetDangerType() ==
178 download_item->GetDangerType() ==
180 download_item->GetDangerType() ==
182 download_item->GetDangerType() ==
187 GetDangerTypeString(download_item->GetDangerType());
192 download_item->GetDangerType();
  /external/chromium_org/chrome/browser/download/
download_query.cc 127 return (item.GetDangerType() ==
153 static DownloadDangerType GetDangerType(const DownloadItem& item) {
154 return item.GetDangerType();
265 base::Bind(&GetDangerType)));
406 direction, &GetDangerType));
download_query_unittest.cc 346 EXPECT_CALL(mock(0), GetDangerType()).WillRepeatedly(Return(
348 EXPECT_CALL(mock(1), GetDangerType()).WillRepeatedly(Return(
356 EXPECT_CALL(mock(0), GetDangerType()).WillRepeatedly(Return(
358 EXPECT_CALL(mock(1), GetDangerType()).WillRepeatedly(Return(
559 EXPECT_CALL(mock(0), GetDangerType()).WillRepeatedly(Return(
561 EXPECT_CALL(mock(1), GetDangerType()).WillRepeatedly(Return(
569 EXPECT_CALL(mock(0), GetDangerType()).WillRepeatedly(Return(
571 EXPECT_CALL(mock(1), GetDangerType()).WillRepeatedly(Return(
download_item_model.cc 308 switch (download_->GetDangerType()) {
359 if (download_->GetDangerType() ==
391 switch (download_->GetDangerType()) {
download_danger_prompt.cc 107 switch (download_->GetDangerType()) {
chrome_download_manager_delegate.cc 531 if (item->GetDangerType() == content::DOWNLOAD_DANGER_TYPE_NOT_DANGEROUS ||
532 item->GetDangerType() ==
download_target_determiner.cc 69 danger_type_(download->GetDangerType()),
453 download_->GetDangerType());
chrome_download_manager_delegate_unittest.cc 209 ON_CALL(*item, GetDangerType())
download_history.cc 124 item->GetDangerType(),
download_history_unittest.cc 431 EXPECT_CALL(item(index), GetDangerType())
607 EXPECT_CALL(item(0), GetDangerType())
download_target_determiner_unittest.cc 286 ON_CALL(*item, GetDangerType())
    [all...]
  /external/chromium_org/content/public/browser/
download_item.h 250 virtual DownloadDangerType GetDangerType() const = 0;
  /external/chromium_org/content/public/test/
mock_download_item.h 65 MOCK_CONST_METHOD0(GetDangerType, DownloadDangerType());
  /external/chromium/chrome/browser/download/
download_item.cc 102 DownloadItem::DangerType GetDangerType(bool dangerous_file,
177 danger_type_(GetDangerType(info.is_dangerous_file,
587 danger_type_ = GetDangerType(is_dangerous_file, is_dangerous_url);
  /external/chromium_org/chrome/browser/safe_browsing/
download_feedback_service_unittest.cc 205 EXPECT_CALL(item, GetDangerType())
247 EXPECT_CALL(item[i], GetDangerType())
316 EXPECT_CALL(item[i], GetDangerType())
download_feedback_service.cc 156 download->GetDangerType(),
download_protection_service.cc     [all...]
  /external/chromium_org/content/browser/download/
download_net_log_parameters.cc 58 download_danger_names[download_item->GetDangerType()]);
download_item_impl.cc 297 RecordDangerousDownloadAccept(GetDangerType());
303 base::Bind(&ItemCheckedNetLogCallback, GetDangerType()));
383 GetDangerType());
645 DownloadDangerType DownloadItemImpl::GetDangerType() const {
810 GetDangerType(),
    [all...]
download_item_impl.h 134 virtual DownloadDangerType GetDangerType() const OVERRIDE;
download_manager_impl_unittest.cc 153 MOCK_CONST_METHOD0(GetDangerType, DownloadDangerType());
download_item_impl_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/download/
download_item_view.cc     [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider.cc 328 switch (download->GetDangerType()) {
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.cc 254 json->SetString(kDangerKey, DangerString(download_item->GetDangerType()));
    [all...]

Completed in 970 milliseconds