Searched refs:old_print_pages_params_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/android_webview/renderer/
H A Dprint_web_view_helper.cc958 old_print_pages_params_.get() &&
959 PrintMsg_Print_Params_IsEqual(*old_print_pages_params_,
986 // Always clear |old_print_pages_params_| before rendering the pages.
987 old_print_pages_params_.reset();
1055 if (!old_print_pages_params_.get() ||
1056 !PageLayoutIsEqual(*old_print_pages_params_, *print_pages_params_)) {
1287 old_print_pages_params_.reset(print_pages_params_.release());
1290 old_print_pages_params_.reset();
1677 old_print_pages_params_.reset();
H A Dprint_web_view_helper.h367 scoped_ptr<PrintMsg_PrintPages_Params> old_print_pages_params_; member in class:printing::PrintWebViewHelper
/external/chromium_org/chrome/renderer/printing/
H A Dprint_web_view_helper.cc977 old_print_pages_params_.get() &&
978 PrintMsg_Print_Params_IsEqual(*old_print_pages_params_,
1005 // Always clear |old_print_pages_params_| before rendering the pages.
1006 old_print_pages_params_.reset();
1074 if (!old_print_pages_params_.get() ||
1075 !PageLayoutIsEqual(*old_print_pages_params_, *print_pages_params_)) {
1303 old_print_pages_params_.reset(print_pages_params_.release());
1306 old_print_pages_params_.reset();
1696 old_print_pages_params_.reset();
H A Dprint_web_view_helper.h370 scoped_ptr<PrintMsg_PrintPages_Params> old_print_pages_params_; member in class:printing::PrintWebViewHelper

Completed in 61 milliseconds