HomeSort by relevance Sort by last modified time
    Searched refs:DomDistillerResult (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/components/dom_distiller/core/
distiller_page.h 33 void(scoped_ptr<proto::DomDistillerResult> distilled_page,
distiller_page.cc 76 scoped_ptr<dom_distiller::proto::DomDistillerResult> distiller_result(
77 new dom_distiller::proto::DomDistillerResult());
83 dom_distiller::proto::json::DomDistillerResult::ReadFromValue(
86 DVLOG(1) << "Unable to parse DomDistillerResult.";
distiller.h 113 scoped_ptr<proto::DomDistillerResult> distilled_page,
distiller_unittest.cc 38 using dom_distiller::proto::DomDistillerResult;
60 DomDistillerResult result;
70 return dom_distiller::proto::json::DomDistillerResult::WriteToValue(result);
347 DomDistillerResult dd_result;
350 dom_distiller::proto::json::DomDistillerResult::WriteToValue(dd_result);
distiller.cc 138 scoped_ptr<proto::DomDistillerResult> distiller_result,
  /external/chromium_org/third_party/dom_distiller_js/package/proto_gen/third_party/dom_distiller_js/
dom_distiller_json_converter.h 486 class DomDistillerResult {
488 static bool ReadFromValue(const base::Value* json, dom_distiller::proto::DomDistillerResult* message) {
571 static scoped_ptr<base::Value> WriteToValue(const dom_distiller::proto::DomDistillerResult& message) {
  /external/chromium_org/components/dom_distiller/content/
distiller_page_web_contents_browsertest.cc 57 scoped_ptr<proto::DomDistillerResult> distiller_result,
89 scoped_ptr<proto::DomDistillerResult> distiller_result_;

Completed in 348 milliseconds