Searched defs:dom_distiller (Results 51 - 75 of 91) sorted by relevance

1234

/external/chromium_org/chrome/browser/dom_distiller/
H A Ddom_distiller_service_factory.cc5 #include "chrome/browser/dom_distiller/dom_distiller_service_factory.h"
10 #include "components/dom_distiller/content/distiller_page_web_contents.h"
11 #include "components/dom_distiller/core/article_entry.h"
12 #include "components/dom_distiller/core/distiller.h"
13 #include "components/dom_distiller/core/dom_distiller_store.h"
20 namespace dom_distiller { namespace
74 dom_distiller::proto::DomDistillerOptions options;
100 } // namespace dom_distiller
H A Ddom_distiller_viewer_source_browsertest.cc11 #include "chrome/browser/dom_distiller/dom_distiller_service_factory.h"
18 #include "components/dom_distiller/content/dom_distiller_viewer_source.h"
19 #include "components/dom_distiller/core/article_entry.h"
20 #include "components/dom_distiller/core/distilled_page_prefs.h"
21 #include "components/dom_distiller/core/distiller.h"
22 #include "components/dom_distiller/core/dom_distiller_service.h"
23 #include "components/dom_distiller/core/dom_distiller_store.h"
24 #include "components/dom_distiller/core/dom_distiller_test_util.h"
25 #include "components/dom_distiller/core/fake_distiller.h"
26 #include "components/dom_distiller/cor
39 namespace dom_distiller { namespace
[all...]
H A Dlazy_dom_distiller_service.cc5 #include "chrome/browser/dom_distiller/lazy_dom_distiller_service.h"
8 #include "chrome/browser/dom_distiller/dom_distiller_service_factory.h"
10 #include "components/dom_distiller/core/distilled_page_prefs.h"
11 #include "components/dom_distiller/core/distiller_page.h"
12 #include "components/dom_distiller/core/dom_distiller_service.h"
15 namespace dom_distiller { namespace
111 } // namespace dom_distiller
/external/chromium_org/components/dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/
H A DDomDistillerService.java5 package org.chromium.components.dom_distiller.core;
12 * Wrapper for native dom_distiller::DomDistillerService.
14 @JNINamespace("dom_distiller::android")
H A DDomDistillerUrlUtils.java5 package org.chromium.components.dom_distiller.core;
10 * Wrapper for the dom_distiller::url_utils.
12 @JNINamespace("dom_distiller::url_utils::android")
/external/chromium_org/components/dom_distiller/content/
H A Ddistiller_page_web_contents.h11 #include "components/dom_distiller/core/distiller_page.h"
17 namespace dom_distiller { namespace
114 } // namespace dom_distiller
H A Ddistiller_page_web_contents.cc5 #include "components/dom_distiller/content/distiller_page_web_contents.h"
10 #include "components/dom_distiller/content/web_contents_main_frame_observer.h"
11 #include "components/dom_distiller/core/distiller_page.h"
12 #include "components/dom_distiller/core/dom_distiller_service.h"
22 namespace dom_distiller { namespace
178 } // namespace dom_distiller
/external/chromium_org/components/dom_distiller/core/
H A Darticle_entry.cc5 #include "components/dom_distiller/core/article_entry.h"
14 namespace dom_distiller { namespace
69 } // namespace dom_distiller
H A Ddistiller_url_fetcher.cc5 #include "components/dom_distiller/core/distiller_url_fetcher.h"
16 namespace dom_distiller { namespace
69 } // namespace dom_distiller
H A Dtask_tracker.h14 #include "components/dom_distiller/core/article_distillation_update.h"
15 #include "components/dom_distiller/core/article_entry.h"
16 #include "components/dom_distiller/core/distiller.h"
17 #include "components/dom_distiller/core/proto/distilled_page.pb.h"
21 namespace dom_distiller { namespace
156 } // namespace dom_distiller
H A Durl_utils_android.cc5 #include "components/dom_distiller/core/url_utils_android.h"
10 #include "components/dom_distiller/core/url_constants.h"
11 #include "components/dom_distiller/core/url_utils.h"
16 namespace dom_distiller { namespace
32 dom_distiller::url_utils::GetDistillerViewUrlFromUrl(scheme, url);
58 return dom_distiller::url_utils::IsDistilledPage(url);
63 return dom_distiller::url_utils::IsUrlDistillable(url);
68 env, dom_distiller::url_utils::GetIsDistillableJs()).Release();
79 env, dom_distiller::url_utils::GetValueForKeyInUrl(url, key))
89 } // namespace dom_distiller
[all...]
H A Ddistilled_content_store.cc5 #include "components/dom_distiller/core/distilled_content_store.h"
9 namespace dom_distiller { namespace
106 } // namespace dom_distiller
H A Ddistilled_page_prefs.cc5 #include "components/dom_distiller/core/distilled_page_prefs.h"
17 const char kFontPref[] = "dom_distiller.font_family";
19 const char kThemePref[] = "dom_distiller.theme";
22 namespace dom_distiller { namespace
103 } // namespace dom_distiller
H A Ddistiller_page.cc5 #include "components/dom_distiller/core/distiller_page.h"
16 #include "third_party/dom_distiller_js/dom_distiller.pb.h"
21 namespace dom_distiller { namespace
28 const dom_distiller::proto::DomDistillerOptions& options) {
37 dom_distiller::proto::json::DomDistillerOptions::WriteToValue(options));
61 const dom_distiller::proto::DomDistillerOptions options,
76 scoped_ptr<dom_distiller::proto::DomDistillerResult> distiller_result(
77 new dom_distiller::proto::DomDistillerResult());
83 dom_distiller::proto::json::DomDistillerResult::ReadFromValue(
89 const dom_distiller
[all...]
H A Ddom_distiller_test_util.cc5 #include "components/dom_distiller/core/dom_distiller_test_util.h"
7 #include "components/dom_distiller/core/dom_distiller_store.h"
8 #include "components/dom_distiller/core/fake_distiller.h"
12 namespace dom_distiller { namespace
103 } // namespace dom_distiller
H A Dfake_distiller.cc5 #include "components/dom_distiller/core/fake_distiller.h"
13 namespace dom_distiller { namespace
91 } // namespace dom_distiller
H A Ddistilled_content_store_unittest.cc8 #include "components/dom_distiller/core/article_entry.h"
9 #include "components/dom_distiller/core/distilled_content_store.h"
10 #include "components/dom_distiller/core/proto/distilled_article.pb.h"
13 namespace dom_distiller { namespace
333 } // namespace dom_distiller
H A Ddistilled_page_prefs_android.cc5 #include "components/dom_distiller/core/distilled_page_prefs_android.h"
7 #include "components/dom_distiller/core/distilled_page_prefs.h"
8 #include "components/dom_distiller/core/dom_distiller_service.h"
11 namespace dom_distiller { namespace
108 } // namespace dom_distiller
H A Ddistiller.h17 #include "components/dom_distiller/core/article_distillation_update.h"
18 #include "components/dom_distiller/core/distiller_page.h"
19 #include "components/dom_distiller/core/distiller_url_fetcher.h"
20 #include "components/dom_distiller/core/proto/distilled_article.pb.h"
24 namespace dom_distiller { namespace
60 const dom_distiller::proto::DomDistillerOptions& dom_distiller_options);
66 dom_distiller::proto::DomDistillerOptions dom_distiller_options_;
74 const dom_distiller::proto::DomDistillerOptions& dom_distiller_options);
155 dom_distiller::proto::DomDistillerOptions dom_distiller_options_;
190 } // namespace dom_distiller
[all...]
/external/chromium_org/third_party/dom_distiller_js/package/proto_gen/third_party/dom_distiller_js/
H A Ddom_distiller_json_converter.h3 #include "third_party/dom_distiller_js/dom_distiller.pb.h"
13 namespace dom_distiller { namespace
18 static bool ReadFromValue(const base::Value* json, dom_distiller::proto::DistilledContent* message) {
34 static scoped_ptr<base::Value> WriteToValue(const dom_distiller::proto::DistilledContent& message) {
45 static bool ReadFromValue(const base::Value* json, dom_distiller::proto::PaginationInfo* message) {
75 static scoped_ptr<base::Value> WriteToValue(const dom_distiller::proto::PaginationInfo& message) {
92 static bool ReadFromValue(const base::Value* json, dom_distiller::proto::MarkupArticle* message) {
142 static scoped_ptr<base::Value> WriteToValue(const dom_distiller::proto::MarkupArticle& message) {
167 static bool ReadFromValue(const base::Value* json, dom_distiller::proto::MarkupImage* message) {
218 static scoped_ptr<base::Value> WriteToValue(const dom_distiller
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/
H A DDomDistillerFeedbackReportingView.java5 package org.chromium.chrome.browser.dom_distiller;
H A DDomDistillerFeedbackReporter.java5 package org.chromium.chrome.browser.dom_distiller;
14 import org.chromium.components.dom_distiller.core.DomDistillerUrlUtils;
19 * Java implementation of dom_distiller::android::FeedbackReporterAndroid.
21 @JNINamespace("dom_distiller::android")
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/dom_distiller/
H A DDistilledPagePrefsTest.java5 package org.chromium.chrome.browser.dom_distiller;
14 import org.chromium.components.dom_distiller.core.DistilledPagePrefs;
15 import org.chromium.components.dom_distiller.core.DomDistillerService;
16 import org.chromium.components.dom_distiller.core.FontFamily;
17 import org.chromium.components.dom_distiller.core.Theme;
/external/chromium_org/chrome/browser/android/dom_distiller/
H A Dfeedback_reporter_android.cc5 #include "chrome/browser/android/dom_distiller/feedback_reporter_android.h"
10 #include "components/dom_distiller/core/feedback_reporter.h"
11 #include "components/dom_distiller/core/url_utils.h"
19 namespace dom_distiller { namespace
58 if (dom_distiller::url_utils::IsDistilledPage(url)) {
73 } // namespace dom_distiller
/external/chromium_org/components/dom_distiller/webui/
H A Ddom_distiller_handler.cc5 #include "components/dom_distiller/webui/dom_distiller_handler.h"
11 #include "components/dom_distiller/core/dom_distiller_service.h"
12 #include "components/dom_distiller/core/proto/distilled_page.pb.h"
13 #include "components/dom_distiller/core/url_utils.h"
19 namespace dom_distiller { namespace
132 } // namespace dom_distiller

Completed in 334 milliseconds

1234