HomeSort by relevance Sort by last modified time
    Searched refs:ReadFromValue (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 18 static bool ReadFromValue(const base::Value* json, dom_distiller::proto::DistilledContent* message) {
45 static bool ReadFromValue(const base::Value* json, dom_distiller::proto::PaginationInfo* message) {
92 static bool ReadFromValue(const base::Value* json, dom_distiller::proto::MarkupArticle* message) {
167 static bool ReadFromValue(const base::Value* json, dom_distiller::proto::MarkupImage* message) {
244 static bool ReadFromValue(const base::Value* json, dom_distiller::proto::MarkupInfo* message) {
301 if (!dom_distiller::proto::json::MarkupArticle::ReadFromValue(inner_message_value, message->mutable_article())) {
315 if (!dom_distiller::proto::json::MarkupImage::ReadFromValue(inner_message_value, message->add_images())) {
367 static bool ReadFromValue(const base::Value* json, dom_distiller::proto::TimingInfo* message) {
434 static bool ReadFromValue(const base::Value* json, dom_distiller::proto::DebugInfo* message) {
461 static bool ReadFromValue(const base::Value* json, dom_distiller::proto::StatisticsInfo* message)
    [all...]
  /external/chromium_org/components/dom_distiller/core/
distiller_page.cc 83 dom_distiller::proto::json::DomDistillerResult::ReadFromValue(

Completed in 148 milliseconds