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

  /external/chromium_org/components/dom_distiller/core/
distiller_page.h 20 class SourcePageHandle {
22 virtual ~SourcePageHandle() {}
75 scoped_ptr<SourcePageHandle> handle) const = 0;
fake_distiller_page.h 24 scoped_ptr<SourcePageHandle> handle) const OVERRIDE {
dom_distiller_service.h 98 scoped_ptr<SourcePageHandle> handle) = 0;
145 scoped_ptr<SourcePageHandle> handle) OVERRIDE;
viewer_unittest.cc 70 scoped_ptr<SourcePageHandle> handle) {
dom_distiller_service.cc 65 scoped_ptr<SourcePageHandle> handle) {
  /external/chromium_org/components/dom_distiller/content/
distiller_page_web_contents.h 19 class SourcePageHandleWebContents : public SourcePageHandle {
42 scoped_ptr<SourcePageHandle> handle) const OVERRIDE;
distiller_page_web_contents.cc 47 scoped_ptr<SourcePageHandle> handle) const {
  /external/chromium_org/chrome/browser/dom_distiller/
lazy_dom_distiller_service.h 57 scoped_ptr<SourcePageHandle> handle) OVERRIDE;
tab_utils.cc 32 using dom_distiller::SourcePageHandle;
125 source_page_handle.PassAs<SourcePageHandle>())
lazy_dom_distiller_service.cc 95 scoped_ptr<SourcePageHandle> handle) {

Completed in 1438 milliseconds