HomeSort by relevance Sort by last modified time
    Searched full:distiller_result_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/components/dom_distiller/content/
distiller_page_web_contents_browsertest.cc 59 distiller_result_ = distiller_result.Pass();
89 scoped_ptr<proto::DomDistillerResult> distiller_result_; member in class:dom_distiller::DistillerPageWebContentsTest
179 EXPECT_EQ("Test Page Title", distiller_result_->title());
180 EXPECT_THAT(distiller_result_->distilled_content().html(),
182 EXPECT_THAT(distiller_result_->distilled_content().html(),
184 EXPECT_EQ("", distiller_result_->pagination_info().next_page());
185 EXPECT_EQ("", distiller_result_->pagination_info().prev_page());
200 EXPECT_THAT(distiller_result_->distilled_content().html(),
202 EXPECT_THAT(distiller_result_->distilled_content().html(),
218 EXPECT_THAT(distiller_result_->distilled_content().html()
    [all...]

Completed in 3003 milliseconds