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

  /external/chromium_org/chrome/browser/dom_distiller/
dom_distiller_service_factory.h 21 class DomDistillerContextKeyedService : public KeyedService,
24 DomDistillerContextKeyedService(
29 virtual ~DomDistillerContextKeyedService() {}
32 DISALLOW_COPY_AND_ASSIGN(DomDistillerContextKeyedService);
38 static DomDistillerContextKeyedService* GetForBrowserContext(
dom_distiller_service_factory.cc 22 DomDistillerContextKeyedService::DomDistillerContextKeyedService(
39 DomDistillerContextKeyedService*
42 return static_cast<DomDistillerContextKeyedService*>(
84 DomDistillerContextKeyedService* service =
85 new DomDistillerContextKeyedService(

Completed in 40 milliseconds