HomeSort by relevance Sort by last modified time
    Searched refs:HasSelection (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/ui/views/controls/textfield/
textfield_views_model.cc 358 if (HasSelection()) {
379 if (HasSelection()) {
512 if (!HasCompositionText() && HasSelection() && !render_text_->obscured()) {
530 if (!HasCompositionText() && HasSelection() && !render_text_->obscured()) {
550 bool TextfieldViewsModel::HasSelection() const {
556 DCHECK(HasSelection());
585 else if (HasSelection())
662 } else if (HasSelection()) {
674 } else if (!HasSelection()) {
textfield_views_model.h 195 bool HasSelection() const;
textfield.h 121 bool HasSelection() const;
native_textfield_views.cc 749 return editable && model_->HasSelection() && !textfield_->IsObscured();
751 return model_->HasSelection() && !textfield_->IsObscured();
757 return editable && model_->HasSelection();
    [all...]
textfield_views_model_unittest.cc 820 EXPECT_FALSE(model.HasSelection());
835 EXPECT_FALSE(model.HasSelection());
848 EXPECT_TRUE(model.HasSelection())
    [all...]
textfield.cc 218 bool Textfield::HasSelection() const {
  /external/chromium_org/ppapi/examples/ime/
ime.cc 146 if (composition_.empty() && HasSelection()) {
236 if (HasSelection() && !text.empty())
308 if (!shift && HasSelection())
322 if (!shift && HasSelection())
335 if (HasSelection()) {
347 if (HasSelection()) {
378 bool HasSelection() const {
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl_unittest.cc 162 if (textfield_->HasSelection()) { \
482 EXPECT_FALSE(textfield_->HasSelection());
492 EXPECT_TRUE(textfield_->HasSelection());
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_views.cc 579 if (textfield_->HasSelection())
590 (!textfield_->HasSelection() &&
  /external/chromium_org/android_webview/renderer/
print_web_view_helper.h 414 bool HasSelection();
print_web_view_helper.cc 867 *frame = focusedFrame->hasSelection() ? focusedFrame : webView->mainFrame();
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.h 417 bool HasSelection();
print_web_view_helper.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc 641 HasSelection() || GetCursorPosition() != 0)
649 (!HasSelection() && GetCursorPosition() == text().length());

Completed in 3890 milliseconds