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

  /external/chromium_org/third_party/dom_distiller_js/package/proto_gen/third_party/dom_distiller_js/
dom_distiller_json_converter.h 242 class MarkupInfo {
244 static bool ReadFromValue(const base::Value* json, dom_distiller::proto::MarkupInfo* message) {
326 static scoped_ptr<base::Value> WriteToValue(const dom_distiller::proto::MarkupInfo& message) {
534 if (!dom_distiller::proto::json::MarkupInfo::ReadFromValue(inner_message_value, message->mutable_markup_info())) {
593 dom_distiller::proto::json::MarkupInfo::WriteToValue(message.markup_info());
  /external/chromium_org/components/dom_distiller/content/
distiller_page_web_contents_browsertest.cc 364 IN_PROC_BROWSER_TEST_F(DistillerPageWebContentsTest, MarkupInfo) {
379 const proto::MarkupInfo markup_info = distiller_result_->markup_info();

Completed in 71 milliseconds