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

  /external/chromium_org/ui/views/controls/textfield/
textfield_model.cc 331 if (HasSelection()) {
352 if (HasSelection()) {
486 if (!HasCompositionText() && HasSelection() && !render_text_->obscured()) {
503 if (!HasCompositionText() && HasSelection() && !render_text_->obscured()) {
522 bool TextfieldModel::HasSelection() const {
528 DCHECK(HasSelection());
558 else if (HasSelection())
639 } else if (HasSelection()) {
651 } else if (!HasSelection()) {
textfield_model.h 179 bool HasSelection() const;
textfield.cc 357 bool Textfield::HasSelection() const {
693 const int command = GetCommandForKeyEvent(event, HasSelection());
    [all...]
textfield.h 102 bool HasSelection() const;
textfield_model_unittest.cc 817 EXPECT_FALSE(model.HasSelection());
832 EXPECT_FALSE(model.HasSelection());
845 EXPECT_TRUE(model.HasSelection());
    [all...]
  /external/chromium_org/ppapi/examples/ime/
ime.cc 148 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 {
  /external/chromium_org/android_webview/renderer/
print_web_view_helper.h 400 bool HasSelection();
print_web_view_helper.cc     [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.h 366 bool HasSelection();
print_web_view_helper.cc     [all...]
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl_unittest.cc 219 if (textfield_->HasSelection()) { \
543 EXPECT_FALSE(textfield_->HasSelection());
553 EXPECT_TRUE(textfield_->HasSelection());
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc     [all...]

Completed in 274 milliseconds