HomeSort by relevance Sort by last modified time
    Searched refs:GetSelectionRange (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/chrome/browser/chromeos/input_method/
textinput_surroundingtext_browsertest.cc 48 EXPECT_EQ(expected_range1, helper.GetSelectionRange());
53 EXPECT_EQ(expected_range2, helper.GetSelectionRange());
92 EXPECT_EQ(expected_range, helper.GetSelectionRange());
114 EXPECT_EQ(zero_range, helper.GetSelectionRange());
122 EXPECT_EQ(expected_range, helper.GetSelectionRange());
130 EXPECT_EQ(zero_range, helper.GetSelectionRange());
textinput_test_helper.h 41 gfx::Range GetSelectionRange() const;
textinput_test_helper.cc 58 gfx::Range TextInputTestHelper::GetSelectionRange() const {
102 !GetTextInputClient()->GetSelectionRange(&selection_range_))
  /external/chromium_org/ui/base/ime/
dummy_text_input_client.cc 70 bool DummyTextInputClient::GetSelectionRange(gfx::Range* range) const {
dummy_text_input_client.h 35 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE;
text_input_client.h 103 virtual bool GetSelectionRange(gfx::Range* range) const = 0;
115 // GetSelectionRange has a race condition due to asynchronous IPCs between
142 // instead of calling DeleteRange with GetSelectionRange, because
143 // GetSelectionRange may not be the latest value due to asynchronous of IPC
input_method_win.cc 189 if (!client->GetSelectionRange(&target_range) ||
251 if (!client->GetSelectionRange(&selection_range) ||
input_method_ibus.cc 188 !GetTextInputClient()->GetSelectionRange(&selection_range)) {
input_method_ibus_unittest.cc 297 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE {
    [all...]
  /external/chromium_org/ui/views/controls/
prefix_selector.h 44 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE;
prefix_selector.cc 104 bool PrefixSelector::GetSelectionRange(gfx::Range* range) const {
  /external/chromium_org/ui/views/ime/
input_method_bridge.h 69 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE;
input_method_bridge.cc 267 bool InputMethodBridge::GetSelectionRange(gfx::Range* range) const {
269 return client ? client->GetSelectionRange(range) : false;
  /external/chromium_org/chrome_frame/test/
chrome_frame_ui_test_utils.h 138 bool GetSelectionRange(int* start_offset, int* end_offset);
chrome_frame_ui_test_utils.cc 389 bool AccObject::GetSelectionRange(int* start_offset, int* end_offset) {
419 if (!GetSelectionRange(&start, &end))
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_views.h 119 virtual bool GetSelectionRange(ui::Range* range) OVERRIDE;
render_widget_host_view_views.cc 719 bool RenderWidgetHostViewViews::GetSelectionRange(ui::Range* range) {
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.cc 302 rwhva_->GetSelectionRange(&selection_range);
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views.h 191 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE;
native_textfield_views.cc     [all...]
  /external/chromium_org/ui/keyboard/
keyboard_controller_unittest.cc 146 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE {
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.h 274 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE;
    [all...]
render_widget_host_view_win.h 285 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE;
render_widget_host_view_win.cc     [all...]
  /external/chromium_org/ui/base/ime/win/
tsf_text_store_unittest.cc 43 MOCK_CONST_METHOD1(GetSelectionRange, bool(gfx::Range*));
    [all...]

Completed in 112 milliseconds

1 2