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

  /external/chromium_org/components/dom_distiller/core/
task_tracker.cc 15 ViewerHandle::ViewerHandle(CancelCallback callback)
18 ViewerHandle::~ViewerHandle() {
79 scoped_ptr<ViewerHandle> TaskTracker::AddViewer(ViewRequestDelegate* delegate) {
90 return scoped_ptr<ViewerHandle>(new ViewerHandle(base::Bind(
task_tracker.h 28 class ViewerHandle {
31 explicit ViewerHandle(CancelCallback callback);
32 ~ViewerHandle();
36 DISALLOW_COPY_AND_ASSIGN(ViewerHandle);
46 // when the corresponding ViewerHandle is destroyed (or when the
66 // A view request is cancelled by deleting the corresponding ViewerHandle. Once
93 // The ViewerHandle should be destroyed before the ViewRequestDelegate.
94 scoped_ptr<ViewerHandle> AddViewer(ViewRequestDelegate* delegate);
136 // made and removed when the corresponding ViewerHandle is destroyed.

Completed in 152 milliseconds