Searched refs:MarkupInfo (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/dom_distiller_js/package/proto_gen/third_party/dom_distiller_js/
H A Ddom_distiller_json_converter.h242 class MarkupInfo { class in namespace:dom_distiller::proto::json
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/
H A Ddistiller_page_web_contents_browsertest.cc364 IN_PROC_BROWSER_TEST_F(DistillerPageWebContentsTest, MarkupInfo) {
379 const proto::MarkupInfo markup_info = distiller_result_->markup_info();

Completed in 109 milliseconds