Searched defs:HasSelection (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ppapi/examples/ime/
H A Dime.cc148 if (composition_.empty() && HasSelection()) {
238 if (HasSelection() && !text.empty())
310 if (!shift && HasSelection())
324 if (!shift && HasSelection())
337 if (HasSelection()) {
349 if (HasSelection()) {
380 bool HasSelection() const { function in class:MyTextField
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_model.cc331 if (HasSelection()) {
352 if (HasSelection()) {
486 if (!HasCompositionText() && HasSelection() && !render_text_->obscured()) {
503 if (!HasCompositionText() && HasSelection() && !render_text_->obscured()) {
522 bool TextfieldModel::HasSelection() const { function in class:views::TextfieldModel
528 DCHECK(HasSelection());
558 else if (HasSelection())
639 } else if (HasSelection()) {
651 } else if (!HasSelection()) {
H A Dtextfield.cc357 bool Textfield::HasSelection() const { function in class:views::Textfield
693 const int command = GetCommandForKeyEvent(event, HasSelection());
1159 return editable && readable && model_->HasSelection();
1161 return readable && model_->HasSelection();
1167 return editable && model_->HasSelection();
1495 if (model_->HasSelection()) {
1639 !HasSelection());
1791 if (performing_user_action_ && HasSelection()) {
/external/chromium_org/android_webview/renderer/
H A Dprint_web_view_helper.cc1682 const bool has_selection = print_preview_context_.HasSelection();
1945 bool PrintWebViewHelper::PrintPreviewContext::HasSelection() { function in class:printing::__anon1835::PrintWebViewHelper::PrintPreviewContext
/external/chromium_org/chrome/renderer/printing/
H A Dprint_web_view_helper.cc1618 const bool has_selection = print_preview_context_.HasSelection();
1904 bool PrintWebViewHelper::PrintPreviewContext::HasSelection() { function in class:printing::__anon5835::PrintWebViewHelper::PrintPreviewContext

Completed in 2646 milliseconds