ViewUrl            69 chrome/browser/dom_distiller/lazy_dom_distiller_service.cc   return instance()->ViewUrl(delegate, url);
ViewUrl            46 chrome/browser/dom_distiller/lazy_dom_distiller_service.h   virtual scoped_ptr<ViewerHandle> ViewUrl(ViewRequestDelegate* delegate,
ViewUrl           231 components/dom_distiller/content/dom_distiller_viewer_source.cc     return dom_distiller_service_->ViewUrl(view_request_delegate, requested_url)
ViewUrl            65 components/dom_distiller/core/dom_distiller_service.h   virtual scoped_ptr<ViewerHandle> ViewUrl(ViewRequestDelegate* delegate,
ViewUrl            96 components/dom_distiller/core/dom_distiller_service.h   virtual scoped_ptr<ViewerHandle> ViewUrl(ViewRequestDelegate* delegate,
ViewUrl           140 components/dom_distiller/core/dom_distiller_service_unittest.cc   scoped_ptr<ViewerHandle> handle = service_->ViewUrl(&viewer_delegate, url);
ViewUrl           164 components/dom_distiller/core/dom_distiller_service_unittest.cc   scoped_ptr<ViewerHandle> handle = service_->ViewUrl(&viewer_delegate, url);
ViewUrl           165 components/dom_distiller/core/dom_distiller_service_unittest.cc   scoped_ptr<ViewerHandle> handle2 = service_->ViewUrl(&viewer_delegate2, url2);
ViewUrl           195 components/dom_distiller/core/dom_distiller_service_unittest.cc   scoped_ptr<ViewerHandle> handle = service_->ViewUrl(&viewer_delegate, url);
ViewUrl           216 components/dom_distiller/core/dom_distiller_service_unittest.cc   scoped_ptr<ViewerHandle> handle = service_->ViewUrl(&viewer_delegate, url);
ViewUrl            89 components/dom_distiller/standalone/content_extractor.cc     viewer_handle_ = service->ViewUrl(this, url_);