ViewerHandle 60 chrome/browser/dom_distiller/lazy_dom_distiller_service.cc scoped_ptr<ViewerHandle> LazyDomDistillerService::ViewEntry( ViewerHandle 66 chrome/browser/dom_distiller/lazy_dom_distiller_service.cc scoped_ptr<ViewerHandle> LazyDomDistillerService::ViewUrl( ViewerHandle 43 chrome/browser/dom_distiller/lazy_dom_distiller_service.h virtual scoped_ptr<ViewerHandle> ViewEntry(ViewRequestDelegate* delegate, ViewerHandle 46 chrome/browser/dom_distiller/lazy_dom_distiller_service.h virtual scoped_ptr<ViewerHandle> ViewUrl(ViewRequestDelegate* delegate, ViewerHandle 70 components/dom_distiller/content/dom_distiller_viewer_source.cc void TakeViewerHandle(scoped_ptr<ViewerHandle> viewer_handle); ViewerHandle 75 components/dom_distiller/content/dom_distiller_viewer_source.cc scoped_ptr<ViewerHandle> viewer_handle_; ViewerHandle 125 components/dom_distiller/content/dom_distiller_viewer_source.cc scoped_ptr<ViewerHandle> viewer_handle) { ViewerHandle 163 components/dom_distiller/content/dom_distiller_viewer_source.cc scoped_ptr<ViewerHandle> viewer_handle = ViewerHandle 208 components/dom_distiller/content/dom_distiller_viewer_source.cc scoped_ptr<ViewerHandle> DomDistillerViewerSource::CreateViewRequest( ViewerHandle 224 components/dom_distiller/content/dom_distiller_viewer_source.cc return scoped_ptr<ViewerHandle>(); ViewerHandle 236 components/dom_distiller/content/dom_distiller_viewer_source.cc return scoped_ptr<ViewerHandle>(); ViewerHandle 18 components/dom_distiller/content/dom_distiller_viewer_source.h class ViewerHandle; ViewerHandle 49 components/dom_distiller/content/dom_distiller_viewer_source.h scoped_ptr<ViewerHandle> CreateViewRequest( ViewerHandle 44 components/dom_distiller/content/dom_distiller_viewer_source_unittest.cc MOCK_METHOD0(ViewUrlImpl, ViewerHandle*()); ViewerHandle 45 components/dom_distiller/content/dom_distiller_viewer_source_unittest.cc virtual scoped_ptr<ViewerHandle> ViewUrl(ViewRequestDelegate*, const GURL&) { ViewerHandle 46 components/dom_distiller/content/dom_distiller_viewer_source_unittest.cc return scoped_ptr<ViewerHandle>(ViewUrlImpl()); ViewerHandle 48 components/dom_distiller/content/dom_distiller_viewer_source_unittest.cc MOCK_METHOD0(ViewEntryImpl, ViewerHandle*()); ViewerHandle 49 components/dom_distiller/content/dom_distiller_viewer_source_unittest.cc virtual scoped_ptr<ViewerHandle> ViewEntry(ViewRequestDelegate*, ViewerHandle 51 components/dom_distiller/content/dom_distiller_viewer_source_unittest.cc return scoped_ptr<ViewerHandle>(ViewEntryImpl()); ViewerHandle 67 components/dom_distiller/content/dom_distiller_viewer_source_unittest.cc scoped_ptr<ViewerHandle> CreateViewRequest( ViewerHandle 85 components/dom_distiller/content/dom_distiller_viewer_source_unittest.cc ViewerHandle* viewer_handle(new ViewerHandle(ViewerHandle::CancelCallback())); ViewerHandle 97 components/dom_distiller/content/dom_distiller_viewer_source_unittest.cc ViewerHandle* viewer_handle(new ViewerHandle(ViewerHandle::CancelCallback())); ViewerHandle 110 components/dom_distiller/core/dom_distiller_service.cc scoped_ptr<ViewerHandle> DomDistillerService::ViewEntry( ViewerHandle 115 components/dom_distiller/core/dom_distiller_service.cc return scoped_ptr<ViewerHandle>(); ViewerHandle 119 components/dom_distiller/core/dom_distiller_service.cc scoped_ptr<ViewerHandle> viewer_handle = task_tracker->AddViewer(delegate); ViewerHandle 125 components/dom_distiller/core/dom_distiller_service.cc scoped_ptr<ViewerHandle> DomDistillerService::ViewUrl( ViewerHandle 129 components/dom_distiller/core/dom_distiller_service.cc return scoped_ptr<ViewerHandle>(); ViewerHandle 133 components/dom_distiller/core/dom_distiller_service.cc scoped_ptr<ViewerHandle> viewer_handle = task_tracker->AddViewer(delegate); ViewerHandle 30 components/dom_distiller/core/dom_distiller_service.h class ViewerHandle; ViewerHandle 61 components/dom_distiller/core/dom_distiller_service.h virtual scoped_ptr<ViewerHandle> ViewEntry(ViewRequestDelegate* delegate, ViewerHandle 65 components/dom_distiller/core/dom_distiller_service.h virtual scoped_ptr<ViewerHandle> ViewUrl(ViewRequestDelegate* delegate, ViewerHandle 93 components/dom_distiller/core/dom_distiller_service.h virtual scoped_ptr<ViewerHandle> ViewEntry(ViewRequestDelegate* delegate, ViewerHandle 96 components/dom_distiller/core/dom_distiller_service.h virtual scoped_ptr<ViewerHandle> ViewUrl(ViewRequestDelegate* delegate, ViewerHandle 122 components/dom_distiller/core/dom_distiller_service_unittest.cc scoped_ptr<ViewerHandle> handle = ViewerHandle 140 components/dom_distiller/core/dom_distiller_service_unittest.cc scoped_ptr<ViewerHandle> handle = service_->ViewUrl(&viewer_delegate, url); ViewerHandle 164 components/dom_distiller/core/dom_distiller_service_unittest.cc scoped_ptr<ViewerHandle> handle = service_->ViewUrl(&viewer_delegate, url); ViewerHandle 165 components/dom_distiller/core/dom_distiller_service_unittest.cc scoped_ptr<ViewerHandle> handle2 = service_->ViewUrl(&viewer_delegate2, url2); ViewerHandle 195 components/dom_distiller/core/dom_distiller_service_unittest.cc scoped_ptr<ViewerHandle> handle = service_->ViewUrl(&viewer_delegate, url); ViewerHandle 216 components/dom_distiller/core/dom_distiller_service_unittest.cc scoped_ptr<ViewerHandle> handle = service_->ViewUrl(&viewer_delegate, url); ViewerHandle 14 components/dom_distiller/core/task_tracker.cc ViewerHandle::ViewerHandle(CancelCallback callback) ViewerHandle 17 components/dom_distiller/core/task_tracker.cc ViewerHandle::~ViewerHandle() { ViewerHandle 71 components/dom_distiller/core/task_tracker.cc scoped_ptr<ViewerHandle> TaskTracker::AddViewer(ViewRequestDelegate* delegate) { ViewerHandle 82 components/dom_distiller/core/task_tracker.cc return scoped_ptr<ViewerHandle>(new ViewerHandle(base::Bind( ViewerHandle 27 components/dom_distiller/core/task_tracker.h class ViewerHandle { ViewerHandle 30 components/dom_distiller/core/task_tracker.h explicit ViewerHandle(CancelCallback callback); ViewerHandle 31 components/dom_distiller/core/task_tracker.h ~ViewerHandle(); ViewerHandle 35 components/dom_distiller/core/task_tracker.h DISALLOW_COPY_AND_ASSIGN(ViewerHandle); ViewerHandle 90 components/dom_distiller/core/task_tracker.h scoped_ptr<ViewerHandle> AddViewer(ViewRequestDelegate* delegate); ViewerHandle 97 components/dom_distiller/core/task_tracker_unittest.cc scoped_ptr<ViewerHandle> handle(task_tracker.AddViewer(&viewer_delegate)); ViewerHandle 98 components/dom_distiller/core/task_tracker_unittest.cc scoped_ptr<ViewerHandle> handle2(task_tracker.AddViewer(&viewer_delegate2)); ViewerHandle 113 components/dom_distiller/core/task_tracker_unittest.cc scoped_ptr<ViewerHandle> handle(task_tracker.AddViewer(&viewer_delegate)); ViewerHandle 134 components/dom_distiller/core/task_tracker_unittest.cc scoped_ptr<ViewerHandle> handle(task_tracker.AddViewer(&viewer_delegate)); ViewerHandle 126 components/dom_distiller/standalone/content_extractor.cc scoped_ptr<ViewerHandle> viewer_handle_;