Home | History | Annotate | Download | only in printing

Lines Matching refs:hasSelection

886   *frame = focusedFrame->hasSelection() ? focusedFrame : webView->mainFrame();
1572 params.has_selection = frame->hasSelection();
1695 const bool has_selection = print_preview_context_.HasSelection();
1959 bool PrintWebViewHelper::PrintPreviewContext::HasSelection() {
1960 return IsModifiable() && source_frame()->hasSelection();