Home
last modified time | relevance | path

Searched refs:IsInterrupted (Results 1 – 12 of 12) sorted by relevance

/external/chromium/chrome/browser/download/
Ddownload_item.h238 bool IsInterrupted() const;
Ddownload_item.cc638 bool DownloadItem::IsInterrupted() const { in IsInterrupted() function in DownloadItem
Ddownload_util.cc651 } else if (download->IsInterrupted()) { in CreateDownloadItemValue()
Ddownload_manager.cc836 download->IsInterrupted())) { in RemoveDownloadsBetween()
/external/v8/src/
Dexecution.h192 bool IsInterrupted();
Dexecution.cc385 bool StackGuard::IsInterrupted() { in IsInterrupted() function in v8::internal::StackGuard
921 if (stack_guard->IsInterrupted()) { in HandleStackGuardInterrupt()
/external/chromium/chrome/browser/ui/gtk/download/
Ddownload_shelf_gtk.cc209 download->IsInterrupted(); in Closed()
Ddownload_item_gtk.cc864 if (get_download()->IsInterrupted()) { in OnProgressAreaExpose()
/external/chromium/chrome/browser/ui/views/download/
Ddownload_shelf_view.cc399 download->IsInterrupted(); in Closed()
Ddownload_item_view.cc930 if (download_->IsInterrupted()) { in OnPaint()
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_shelf_controller.mm388 download->IsInterrupted();
/external/chromium/chrome/browser/automation/
Dautomation_provider_observers.cc1447 interrupted_ |= download->IsInterrupted(); in OnDownloadUpdated()