Searched defs:dom_distiller (Results 26 - 50 of 91) sorted by relevance

1234

/external/chromium_org/chrome/browser/dom_distiller/
H A Dlazy_dom_distiller_service.h8 #include "components/dom_distiller/core/dom_distiller_service.h"
9 #include "components/dom_distiller/core/task_tracker.h"
20 namespace dom_distiller { namespace
84 } // namespace dom_distiller
H A Dtab_utils_browsertest.cc9 #include "chrome/browser/dom_distiller/dom_distiller_service_factory.h"
10 #include "chrome/browser/dom_distiller/tab_utils.h"
16 #include "components/dom_distiller/content/web_contents_main_frame_observer.h"
17 #include "components/dom_distiller/core/dom_distiller_service.h"
18 #include "components/dom_distiller/core/task_tracker.h"
19 #include "components/dom_distiller/core/url_constants.h"
20 #include "components/dom_distiller/core/url_utils.h"
27 namespace dom_distiller { namespace
30 const char* kSimpleArticlePath = "/dom_distiller/simple_article.html";
89 } // namespace dom_distiller
[all...]
/external/chromium_org/components/dom_distiller/content/
H A Dweb_contents_main_frame_observer.h12 namespace dom_distiller { namespace
56 } // namespace dom_distiller
H A Dweb_contents_main_frame_observer.cc5 #include "components/dom_distiller/content/web_contents_main_frame_observer.h"
13 DEFINE_WEB_CONTENTS_USER_DATA_KEY(dom_distiller::WebContentsMainFrameObserver);
15 namespace dom_distiller { namespace
52 } // namespace dom_distiller
/external/chromium_org/components/dom_distiller/core/
H A Darticle_distillation_update.cc5 #include "components/dom_distiller/core/article_distillation_update.h"
9 namespace dom_distiller { namespace
27 } // namespace dom_distiller
H A Darticle_entry_unittest.cc5 #include "components/dom_distiller/core/article_entry.h"
17 namespace dom_distiller { namespace
64 } // namespace dom_distiller
H A Ddistilled_page_prefs_android.h11 #include "components/dom_distiller/core/distilled_page_prefs.h"
13 namespace dom_distiller { namespace
54 } // namespace dom_distiller
H A Ddistiller_page.h14 #include "third_party/dom_distiller_js/dom_distiller.pb.h"
18 namespace dom_distiller { namespace
78 } // namespace dom_distiller
H A Ddom_distiller_model.h13 #include "components/dom_distiller/core/article_entry.h"
19 namespace dom_distiller { namespace
88 } // namespace dom_distiller
H A Dfake_distiller_page.cc5 #include "components/dom_distiller/core/fake_distiller_page.h"
7 namespace dom_distiller { namespace
21 } // namespace dom_distiller
H A Durl_utils_unittest.cc5 #include "components/dom_distiller/core/url_utils.h"
9 namespace dom_distiller { namespace
44 } // namespace dom_distiller
H A Darticle_distillation_update.h11 #include "components/dom_distiller/core/proto/distilled_page.pb.h"
13 namespace dom_distiller { namespace
49 } // namespace dom_distiller
H A Ddistilled_content_store.h13 #include "components/dom_distiller/core/article_entry.h"
14 #include "components/dom_distiller/core/proto/distilled_article.pb.h"
16 namespace dom_distiller { namespace
87 } // dom_distiller
H A Ddistilled_page_prefs.h18 namespace dom_distiller { namespace
26 #include "components/dom_distiller/core/font_family_list.h"
33 #include "components/dom_distiller/core/theme_list.h"
75 } // namespace dom_distiller
H A Ddistilled_page_prefs_unittests.cc5 #include "components/dom_distiller/core/distilled_page_prefs.h"
12 namespace dom_distiller { namespace
117 } // namespace dom_distiller
H A Ddistiller_url_fetcher.h15 namespace dom_distiller { namespace
60 } // namespace dom_distiller
H A Ddom_distiller_model_unittest.cc5 #include "components/dom_distiller/core/dom_distiller_model.h"
9 namespace dom_distiller { namespace
131 } // namespace dom_distiller
H A Ddom_distiller_observer.h11 #include "components/dom_distiller/core/article_entry.h"
13 namespace dom_distiller { namespace
40 } // namespace dom_distiller
H A Ddom_distiller_service.h15 #include "components/dom_distiller/core/article_entry.h"
16 #include "components/dom_distiller/core/distilled_page_prefs.h"
17 #include "components/dom_distiller/core/distiller_page.h"
25 namespace dom_distiller { namespace
178 } // namespace dom_distiller
H A Ddom_distiller_service_android.cc5 #include "components/dom_distiller/core/dom_distiller_service_android.h"
10 #include "components/dom_distiller/core/distilled_page_prefs.h"
11 #include "components/dom_distiller/core/distilled_page_prefs_android.h"
12 #include "components/dom_distiller/core/dom_distiller_service.h"
18 namespace dom_distiller { namespace
60 } // namespace dom_distiller
H A Ddom_distiller_store.h14 #include "components/dom_distiller/core/article_entry.h"
15 #include "components/dom_distiller/core/dom_distiller_model.h"
16 #include "components/dom_distiller/core/dom_distiller_observer.h"
30 namespace dom_distiller { namespace
162 } // namespace dom_distiller
H A Dfake_distiller.h9 #include "components/dom_distiller/core/article_distillation_update.h"
10 #include "components/dom_distiller/core/article_entry.h"
11 #include "components/dom_distiller/core/distiller.h"
17 namespace dom_distiller { namespace
72 } // namespace dom_distiller
H A Durl_utils.cc5 #include "components/dom_distiller/core/url_utils.h"
10 #include "components/dom_distiller/core/url_constants.h"
16 namespace dom_distiller { namespace
71 } // namespace dom_distiller
/external/chromium_org/components/dom_distiller/webui/
H A Ddom_distiller_ui.cc5 #include "components/dom_distiller/webui/dom_distiller_ui.h"
7 #include "components/dom_distiller/core/dom_distiller_constants.h"
8 #include "components/dom_distiller/core/dom_distiller_service.h"
9 #include "components/dom_distiller/webui/dom_distiller_handler.h"
17 namespace dom_distiller { namespace
60 } // namespace dom_distiller
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/
H A DDomDistillerTabUtils.java5 package org.chromium.chrome.browser.dom_distiller;

Completed in 97 milliseconds

1234