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

  /external/chromium/chrome/browser/ui/views/
create_application_shortcut_view.cc 416 pending_download_(NULL) {
430 if (pending_download_)
431 pending_download_->Cancel();
448 DCHECK(pending_download_ == NULL);
453 pending_download_ = new IconDownloadCallbackFunctor(this);
454 DCHECK(pending_download_);
461 NewCallback(pending_download_, &IconDownloadCallbackFunctor::Run));
468 pending_download_ = NULL;
create_application_shortcut_view.h 106 IconDownloadCallbackFunctor* pending_download_; member in class:CreateUrlApplicationShortcutView

Completed in 3188 milliseconds