HomeSort by relevance Sort by last modified time
    Searched defs:IsCancelled (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/download/
download_item.cc 624 // TODO(ahendrickson) -- Move |INTERRUPTED| from |IsCancelled()| to
634 bool DownloadItem::IsCancelled() const {
  /external/chromium/chrome/browser/webdata/
web_data_service.cc 536 if (!request->IsCancelled() && (consumer = request->GetConsumer())) {
662 if (db_ && !request->IsCancelled()) {
672 if (db_ && !request->IsCancelled()) {
682 if (db_ && !request->IsCancelled()) {
694 if (db_ && !request->IsCancelled()) {
710 if (db_ && !request->IsCancelled()) {
724 if (db_ && !request->IsCancelled()) {
744 if (db_ && !request->IsCancelled()) {
755 if (db_ && !request->IsCancelled()) {
765 if (db_ && !request->IsCancelled()) {
    [all...]
  /external/webkit/Source/WebKit/wx/
WebView.h 294 bool IsCancelled() const { return m_cancelled; }

Completed in 978 milliseconds