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

  /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 {
108 !GetTextInputClient()->GetSelectionRange(&selection_range_))
  /external/chromium_org/ui/base/ime/
dummy_text_input_client.cc 73 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 111 virtual bool GetSelectionRange(gfx::Range* range) const = 0;
123 // GetSelectionRange has a race condition due to asynchronous IPCs between
150 // instead of calling DeleteRange with GetSelectionRange, because
151 // GetSelectionRange may not be the latest value due to asynchronous of IPC
input_method_win.cc 412 if (!client->GetSelectionRange(&target_range) ||
474 if (!client->GetSelectionRange(&selection_range) ||
input_method_chromeos.cc 202 !GetTextInputClient()->GetSelectionRange(&selection_range)) {
input_method_chromeos_unittest.cc 303 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/content/browser/web_contents/
touch_editable_impl_aura.cc 298 rwhva_->GetSelectionRange(&selection_range);
  /external/chromium_org/ui/views/controls/textfield/
textfield.h 285 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE;
textfield.cc     [all...]
textfield_unittest.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.h 251 virtual bool GetSelectionRange(gfx::Range* range) const OVERRIDE;
render_widget_host_view_aura.cc     [all...]

Completed in 118 milliseconds