Home
last modified time | relevance | path

Searched defs:Interrupted (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DCompletion.h34 enum ComplType { Normal, Break, Continue, ReturnValue, Throw, Interrupted, Terminated }; enumerator
/external/chromium/chrome/browser/download/
Ddownload_item.cc397 void DownloadItem::Interrupted(int64 size, int os_error) { in Interrupted() function in DownloadItem