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

  /external/chromium_org/content/public/browser/
download_item.h 171 virtual bool CanResume() const = 0;
  /external/chromium_org/content/public/test/
mock_download_item.h 51 MOCK_CONST_METHOD0(CanResume, bool());
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDP.h 215 CanResume ( lldb::StateType state)
  /external/chromium_org/net/http/
http_cache_transaction.h 395 bool CanResume(bool has_data);
http_cache_transaction.cc 397 if (!CanResume(true))
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.h 246 CanResume ( lldb::StateType state)
  /external/lldb/tools/debugserver/source/MacOSX/
MachProcess.h 196 bool CanResume (nub_state_t state)
MachProcess.cpp 385 if (CanResume(state))
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
downloads_dom_handler.cc 169 file_value->SetBoolean("resume", download_item->CanResume());
218 download_item->GetLastReason() && !download_item->CanResume())
  /external/chromium_org/content/browser/download/
download_item_impl.h 110 virtual bool CanResume() const OVERRIDE;
download_item_impl.cc 500 bool DownloadItemImpl::CanResume() const {
529 return !CanResume();
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.cc 102 const char kNotResumable[] = "DownloadItem.canResume must be true";
130 const char kCanResumeKey[] = "canResume";
255 json->SetBoolean(kCanResumeKey, download_item->CanResume());
    [all...]
  /external/chromium_org/chrome/browser/download/
download_browsertest.cc 223 bool is_resumable_now = download->CanResume();
    [all...]

Completed in 2070 milliseconds