dom_distiller      24 chrome/android/java/src/org/chromium/chrome/browser/Tab.java import org.chromium.chrome.browser.dom_distiller.DomDistillerFeedbackReporter;
dom_distiller       5 chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/DomDistillerFeedbackReporter.java package org.chromium.chrome.browser.dom_distiller;
dom_distiller      14 chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/DomDistillerFeedbackReporter.java import org.chromium.components.dom_distiller.core.DomDistillerUrlUtils;
dom_distiller       5 chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/DomDistillerFeedbackReportingView.java package org.chromium.chrome.browser.dom_distiller;
dom_distiller       5 chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/ExternalFeedbackReporter.java package org.chromium.chrome.browser.dom_distiller;
dom_distiller      32 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java import org.chromium.components.dom_distiller.core.DomDistillerUrlUtils;
dom_distiller      82 chrome/browser/android/chrome_jni_registrar.cc   { "DomDistiller", dom_distiller::android::RegisterDomDistiller },
dom_distiller     125 chrome/browser/android/chrome_jni_registrar.cc   { "FeedbackReporter", dom_distiller::android::RegisterFeedbackReporter },
dom_distiller      59 chrome/browser/android/dom_distiller/feedback_reporter_android.cc   if (dom_distiller::url_utils::IsUrlReportable(
dom_distiller      19 chrome/browser/android/dom_distiller/feedback_reporter_android.h namespace dom_distiller {
dom_distiller      16 chrome/browser/dom_distiller/dom_distiller_service_factory.h namespace dom_distiller {
dom_distiller     194 chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc   dom_distiller::DomDistillerServiceFactory::GetInstance()
dom_distiller      20 chrome/browser/dom_distiller/lazy_dom_distiller_service.h namespace dom_distiller {
dom_distiller      24 chrome/browser/extensions/api/reading_list_private/reading_list_private_api.cc using dom_distiller::ArticleEntry;
dom_distiller      25 chrome/browser/extensions/api/reading_list_private/reading_list_private_api.cc using dom_distiller::DomDistillerService;
dom_distiller      26 chrome/browser/extensions/api/reading_list_private/reading_list_private_api.cc using dom_distiller::DomDistillerServiceFactory;
dom_distiller      15 chrome/browser/extensions/api/reading_list_private/reading_list_private_apitest.cc using dom_distiller::test::FakeDB;
dom_distiller      16 chrome/browser/extensions/api/reading_list_private/reading_list_private_apitest.cc using dom_distiller::test::FakeDistiller;
dom_distiller      17 chrome/browser/extensions/api/reading_list_private/reading_list_private_apitest.cc using dom_distiller::test::util::CreateStoreWithFakeDB;
dom_distiller      18 chrome/browser/extensions/api/reading_list_private/reading_list_private_apitest.cc using dom_distiller::DomDistillerContextKeyedService;
dom_distiller      19 chrome/browser/extensions/api/reading_list_private/reading_list_private_apitest.cc using dom_distiller::DomDistillerService;
dom_distiller      20 chrome/browser/extensions/api/reading_list_private/reading_list_private_apitest.cc using dom_distiller::DistillerFactory;
dom_distiller      21 chrome/browser/extensions/api/reading_list_private/reading_list_private_apitest.cc using dom_distiller::DomDistillerStoreInterface;
dom_distiller      22 chrome/browser/extensions/api/reading_list_private/reading_list_private_apitest.cc using dom_distiller::test::MockDistillerFactory;
dom_distiller      44 chrome/browser/extensions/api/reading_list_private/reading_list_private_apitest.cc   dom_distiller::DomDistillerServiceFactory::GetInstance()->SetTestingFactory(
dom_distiller     176 chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc   dom_distiller::DomDistillerServiceFactory::GetInstance();
dom_distiller     258 chrome/browser/profiles/profile_impl.cc     dom_distiller::DomDistillerServiceFactory* dom_distiller_service_factory =
dom_distiller     259 chrome/browser/profiles/profile_impl.cc         dom_distiller::DomDistillerServiceFactory::GetInstance();
dom_distiller     261 chrome/browser/profiles/profile_impl.cc     dom_distiller::LazyDomDistillerService* lazy_service =
dom_distiller     262 chrome/browser/profiles/profile_impl.cc         new dom_distiller::LazyDomDistillerService(
dom_distiller     265 chrome/browser/profiles/profile_impl.cc                                 new dom_distiller::DomDistillerViewerSource(
dom_distiller     562 chrome/browser/sync/profile_sync_components_factory_impl.cc       dom_distiller::DomDistillerService* service =
dom_distiller     563 chrome/browser/sync/profile_sync_components_factory_impl.cc           dom_distiller::DomDistillerServiceFactory::GetForBrowserContext(
dom_distiller     198 chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc WebUIController* NewWebUI<dom_distiller::DomDistillerUi>(WebUI* web_ui,
dom_distiller     204 chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc   dom_distiller::DomDistillerService* service =
dom_distiller     205 chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc       dom_distiller::DomDistillerServiceFactory::GetForBrowserContext(
dom_distiller     207 chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc   return new dom_distiller::DomDistillerUi(web_ui,
dom_distiller     514 chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc       url.host() == dom_distiller::kChromeUIDomDistillerHost) {
dom_distiller     515 chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc     return &NewWebUI<dom_distiller::DomDistillerUi>;
dom_distiller      18 components/dom_distiller/android/component_jni_registrar.cc      dom_distiller::url_utils::android::RegisterUrlUtils}, };
dom_distiller      10 components/dom_distiller/android/component_jni_registrar.h namespace dom_distiller {
dom_distiller       5 components/dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/DomDistillerUrlUtils.java package org.chromium.components.dom_distiller.core;
dom_distiller      22 components/dom_distiller/content/distiller_page_web_contents.h namespace dom_distiller {
dom_distiller      14 components/dom_distiller/content/dom_distiller_viewer_source.h namespace dom_distiller {
dom_distiller      13 components/dom_distiller/core/article_distillation_update.h namespace dom_distiller {
dom_distiller      18 components/dom_distiller/core/article_entry.h namespace dom_distiller {
dom_distiller      24 components/dom_distiller/core/distiller.h namespace dom_distiller {
dom_distiller      15 components/dom_distiller/core/distiller_page.h namespace dom_distiller {
dom_distiller      93 components/dom_distiller/core/distiller_unittest.cc     const vector<dom_distiller::ArticleDistillationUpdate>& incremental_updates,
dom_distiller     106 components/dom_distiller/core/distiller_unittest.cc     const dom_distiller::ArticleDistillationUpdate& update =
dom_distiller     158 components/dom_distiller/core/distiller_unittest.cc     const dom_distiller::DistilledArticleProto* article_proto,
dom_distiller     164 components/dom_distiller/core/distiller_unittest.cc     const dom_distiller::DistilledPageProto& page =
dom_distiller      15 components/dom_distiller/core/distiller_url_fetcher.h namespace dom_distiller {
dom_distiller      32 components/dom_distiller/core/distiller_url_fetcher_unittest.cc     url_fetcher_.reset(new dom_distiller::DistillerURLFetcher(NULL));
dom_distiller      57 components/dom_distiller/core/distiller_url_fetcher_unittest.cc   scoped_ptr<dom_distiller::DistillerURLFetcher> url_fetcher_;
dom_distiller       8 components/dom_distiller/core/dom_distiller_constants.h namespace dom_distiller {
dom_distiller      30 components/dom_distiller/core/dom_distiller_database.h namespace dom_distiller {
dom_distiller      19 components/dom_distiller/core/dom_distiller_model.h namespace dom_distiller {
dom_distiller      13 components/dom_distiller/core/dom_distiller_observer.h namespace dom_distiller {
dom_distiller      23 components/dom_distiller/core/dom_distiller_service.h namespace dom_distiller {
dom_distiller      30 components/dom_distiller/core/dom_distiller_store.h namespace dom_distiller {
dom_distiller      20 components/dom_distiller/core/dom_distiller_store_unittest.cc using dom_distiller::test::FakeDB;
dom_distiller      14 components/dom_distiller/core/dom_distiller_test_util.h namespace dom_distiller {
dom_distiller      12 components/dom_distiller/core/fake_db.h namespace dom_distiller {
dom_distiller      16 components/dom_distiller/core/fake_distiller.h namespace dom_distiller {
dom_distiller      10 components/dom_distiller/core/feedback_reporter.h namespace dom_distiller {
dom_distiller      18 components/dom_distiller/core/page_distiller.h namespace dom_distiller {
dom_distiller      21 components/dom_distiller/core/task_tracker.h namespace dom_distiller {
dom_distiller       8 components/dom_distiller/core/url_constants.h namespace dom_distiller {
dom_distiller      12 components/dom_distiller/core/url_utils.h namespace dom_distiller {
dom_distiller      32 components/dom_distiller/core/url_utils_android.cc       dom_distiller::url_utils::GetDistillerViewUrlFromUrl(scheme, url);
dom_distiller      62 components/dom_distiller/core/url_utils_android.cc   return dom_distiller::url_utils::IsUrlReportable(scheme, url);
dom_distiller      12 components/dom_distiller/core/url_utils_android.h namespace dom_distiller {
dom_distiller      14 components/dom_distiller/webui/dom_distiller_handler.h namespace dom_distiller {
dom_distiller      12 components/dom_distiller/webui/dom_distiller_ui.h namespace dom_distiller {