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

  /external/chromium_org/components/dom_distiller/core/
fake_distiller.h 25 virtual scoped_ptr<Distiller> CreateDistiller() OVERRIDE {
distiller.h 51 virtual scoped_ptr<Distiller> CreateDistiller() = 0;
62 virtual scoped_ptr<Distiller> CreateDistiller() OVERRIDE;
task_tracker.cc 52 distiller_ = factory->CreateDistiller();
distiller.cc 40 scoped_ptr<Distiller> DistillerFactoryImpl::CreateDistiller() {

Completed in 469 milliseconds