Searched defs:distiller_result (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/dom_distiller/content/
H A Ddistiller_page_web_contents_browsertest.cc57 scoped_ptr<proto::DomDistillerResult> distiller_result,
59 distiller_result_ = distiller_result.Pass();
56 OnPageDistillationFinished( scoped_ptr<proto::DomDistillerResult> distiller_result, bool distillation_successful) argument
/external/chromium_org/components/dom_distiller/core/
H A Ddistiller.cc138 scoped_ptr<proto::DomDistillerResult> distiller_result,
142 DCHECK(distiller_result.get());
148 if (distiller_result->has_title()) {
150 distiller_result->title());
153 if (distiller_result->has_distilled_content() &&
154 distiller_result->distilled_content().has_html()) {
156 distiller_result->distilled_content().html());
158 if (distiller_result->has_debug_info() &&
159 distiller_result->debug_info().has_log()) {
161 distiller_result
135 OnPageDistillationFinished( int page_num, const GURL& page_url, scoped_ptr<proto::DomDistillerResult> distiller_result, bool distillation_successful) argument
[all...]

Completed in 2269 milliseconds