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

/external/chromium_org/android_webview/renderer/
H A Dprint_web_view_helper.cc809 if (prep_frame_view_)
1013 if (prep_frame_view_ && prep_frame_view_->IsLoadingSelection()) {
1019 prep_frame_view_.reset(
1024 prep_frame_view_->CopySelectionIfNeeded(
1045 if (!print_preview_context_.CreatePreviewDocument(prep_frame_view_.release(),
1217 if (prep_frame_view_)
1284 prep_frame_view_.reset();
1302 if (!prep_frame_view_) // Printing is already canceled or failed.
1304 prep_frame_view_
[all...]
H A Dprint_web_view_helper.h346 scoped_ptr<PrepareFrameAndViewForPrint> prep_frame_view_; member in class:printing::PrintWebViewHelper
456 scoped_ptr<PrepareFrameAndViewForPrint> prep_frame_view_; member in class:printing::PrintWebViewHelper::PrintPreviewContext
/external/chromium_org/chrome/renderer/printing/
H A Dprint_web_view_helper.cc828 if (prep_frame_view_)
1032 if (prep_frame_view_ && prep_frame_view_->IsLoadingSelection()) {
1038 prep_frame_view_.reset(
1043 prep_frame_view_->CopySelectionIfNeeded(
1064 if (!print_preview_context_.CreatePreviewDocument(prep_frame_view_.release(),
1236 if (prep_frame_view_)
1300 prep_frame_view_.reset();
1318 if (!prep_frame_view_) // Printing is already canceled or failed.
1320 prep_frame_view_
[all...]
H A Dprint_web_view_helper.h349 scoped_ptr<PrepareFrameAndViewForPrint> prep_frame_view_; member in class:printing::PrintWebViewHelper
459 scoped_ptr<PrepareFrameAndViewForPrint> prep_frame_view_; member in class:printing::PrintWebViewHelper::PrintPreviewContext

Completed in 101 milliseconds