Searched refs:dom_distiller (Results 1 - 25 of 122) sorted by relevance

12345

/external/chromium_org/components/dom_distiller/core/
H A Ddom_distiller_constants.cc5 #include "components/dom_distiller/core/dom_distiller_constants.h"
7 namespace dom_distiller { namespace
12 } // namespace dom_distiller
H A Ddom_distiller_constants.h8 namespace dom_distiller { namespace
13 } // namespace dom_distiller
H A Durl_constants.cc5 #include "components/dom_distiller/core/url_constants.h"
7 namespace dom_distiller { namespace
16 } // 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 Dfeedback_reporter.cc5 #include "components/dom_distiller/core/feedback_reporter.h"
9 namespace dom_distiller { namespace
20 } // namespace dom_distiller
H A Durl_constants.h8 namespace dom_distiller { namespace
18 } // namespace dom_distiller
H A Durl_utils_android.h12 namespace dom_distiller { namespace
25 } // namespace dom_distiller
H A Dfeedback_reporter.h10 namespace dom_distiller { namespace
26 } // 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 Darticle_distillation_update.cc5 #include "components/dom_distiller/core/article_distillation_update.h"
9 namespace dom_distiller { namespace
27 } // 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 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...]
/external/chromium_org/chrome/browser/dom_distiller/
H A Dprofile_utils.cc5 #include "chrome/browser/dom_distiller/profile_utils.h"
8 #include "chrome/browser/dom_distiller/dom_distiller_service_factory.h"
9 #include "chrome/browser/dom_distiller/lazy_dom_distiller_service.h"
12 #include "components/dom_distiller/content/dom_distiller_viewer_source.h"
13 #include "components/dom_distiller/core/url_constants.h"
18 dom_distiller::DomDistillerServiceFactory* dom_distiller_service_factory =
19 dom_distiller::DomDistillerServiceFactory::GetInstance();
21 dom_distiller::LazyDomDistillerService* lazy_service =
22 new dom_distiller::LazyDomDistillerService(
26 new dom_distiller
[all...]
H A Ddom_distiller_service_factory_android.cc5 #include "chrome/browser/dom_distiller/dom_distiller_service_factory_android.h"
8 #include "chrome/browser/dom_distiller/dom_distiller_service_factory.h"
11 #include "components/dom_distiller/core/dom_distiller_service_android.h"
16 namespace dom_distiller { namespace
22 dom_distiller::DomDistillerService* service =
23 dom_distiller::DomDistillerServiceFactory::GetForBrowserContext(
40 } // namespace dom_distiller
H A Dtab_utils.cc5 #include "chrome/browser/dom_distiller/tab_utils.h"
8 #include "chrome/browser/dom_distiller/dom_distiller_service_factory.h"
11 #include "components/dom_distiller/content/distiller_page_web_contents.h"
12 #include "components/dom_distiller/core/distiller_page.h"
13 #include "components/dom_distiller/core/dom_distiller_service.h"
14 #include "components/dom_distiller/core/task_tracker.h"
15 #include "components/dom_distiller/core/url_constants.h"
16 #include "components/dom_distiller/core/url_utils.h"
24 using dom_distiller::ViewRequestDelegate;
25 using dom_distiller
[all...]
H A Ddom_distiller_service_factory_android.h10 namespace dom_distiller { namespace
22 } // namespace dom_distiller
/external/chromium_org/chrome/browser/extensions/api/reading_list_private/
H A Dreading_list_private_apitest.cc5 #include "chrome/browser/dom_distiller/dom_distiller_service_factory.h"
9 #include "components/dom_distiller/core/article_entry.h"
10 #include "components/dom_distiller/core/distilled_page_prefs.h"
11 #include "components/dom_distiller/core/dom_distiller_service.h"
12 #include "components/dom_distiller/core/dom_distiller_store.h"
13 #include "components/dom_distiller/core/dom_distiller_test_util.h"
14 #include "components/dom_distiller/core/fake_distiller.h"
15 #include "components/dom_distiller/core/fake_distiller_page.h"
19 using dom_distiller::ArticleEntry;
20 using dom_distiller
[all...]
/external/chromium_org/components/dom_distiller/android/
H A Dcomponent_jni_registrar.h10 namespace dom_distiller { namespace
14 // Register all JNI bindings necessary for the dom_distiller component.
19 } // namespace dom_distiller
H A Dcomponent_jni_registrar.cc5 #include "components/dom_distiller/android/component_jni_registrar.h"
10 #include "components/dom_distiller/core/distilled_page_prefs_android.h"
11 #include "components/dom_distiller/core/dom_distiller_service_android.h"
12 #include "components/dom_distiller/core/url_utils_android.h"
14 namespace dom_distiller { namespace
22 dom_distiller::url_utils::android::RegisterUrlUtils},
34 } // namespace dom_distiller
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/
H A DExternalFeedbackReporter.java5 package org.chromium.chrome.browser.dom_distiller;
H A DDomDistillerServiceFactory.java5 package org.chromium.chrome.browser.dom_distiller;
10 import org.chromium.components.dom_distiller.core.DomDistillerService;
20 @JNINamespace("dom_distiller::android")
/external/chromium_org/components/dom_distiller/content/
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
H A Ddom_distiller_viewer_source_unittest.cc5 #include "components/dom_distiller/content/dom_distiller_viewer_source.h"
7 #include "components/dom_distiller/core/url_constants.h"
10 namespace dom_distiller { namespace
31 } // namespace dom_distiller
/external/chromium_org/components/dom_distiller/webui/
H A Ddom_distiller_ui.h12 namespace dom_distiller { namespace
28 } // namespace dom_distiller
/external/chromium_org/components/dom_distiller/core/javascript/
H A Ddomdistiller.js22 res = context.com.dom_distiller.DomDistiller.applyWithOptions($$OPTIONS);

Completed in 307 milliseconds

12345