Searched refs:GetSelectionRange (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dtextinput_surroundingtext_browsertest.cc48 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());
H A Dtextinput_test_helper.h41 ui::Range GetSelectionRange() const;
H A Dtextinput_test_helper.cc58 ui::Range TextInputTestHelper::GetSelectionRange() const { function in class:chromeos::TextInputTestHelper
106 !GetTextInputClient()->GetSelectionRange(&selection_range_))
/external/chromium_org/ui/base/ime/
H A Dtext_input_client.h102 virtual bool GetSelectionRange(ui::Range* range) = 0;
114 // GetSelectionRange has a race condition due to asynchronous IPCs between
140 // instead of calling DeleteRange with GetSelectionRange, because
141 // GetSelectionRange may not be the latest value due to asynchronous of IPC
H A Dinput_method_win.cc200 if (!client->GetSelectionRange(&target_range) ||
262 if (!client->GetSelectionRange(&selection_range) ||
H A Dinput_method_ibus.cc288 !GetTextInputClient()->GetSelectionRange(&selection_range)) {
H A Dinput_method_ibus_unittest.cc427 virtual bool GetSelectionRange(Range* range) OVERRIDE {
/external/chromium_org/ui/views/controls/
H A Dprefix_selector.h44 virtual bool GetSelectionRange(ui::Range* range) OVERRIDE;
H A Dprefix_selector.cc104 bool PrefixSelector::GetSelectionRange(ui::Range* range) { function in class:views::PrefixSelector
/external/chromium_org/ui/views/ime/
H A Dinput_method_bridge.cc193 bool InputMethodBridge::GetSelectionRange(ui::Range* range) { function in class:views::InputMethodBridge
195 return client ? client->GetSelectionRange(range) : false;
H A Dinput_method_bridge.h69 virtual bool GetSelectionRange(ui::Range* range) OVERRIDE;
/external/chromium_org/chrome_frame/test/
H A Dchrome_frame_ui_test_utils.h138 bool GetSelectionRange(int* start_offset, int* end_offset);
H A Dchrome_frame_ui_test_utils.cc389 bool AccObject::GetSelectionRange(int* start_offset, int* end_offset) { function in class:chrome_frame_test::AccObject
419 if (!GetSelectionRange(&start, &end))
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_views.h119 virtual bool GetSelectionRange(ui::Range* range) OVERRIDE;
H A Drender_widget_host_view_views.cc719 bool RenderWidgetHostViewViews::GetSelectionRange(ui::Range* range) { function in class:RenderWidgetHostViewViews
/external/chromium_org/content/browser/web_contents/
H A Dtouch_editable_impl_aura.cc299 rwhva_->GetSelectionRange(&selection_range);
/external/chromium_org/ui/keyboard/
H A Dkeyboard_controller_unittest.cc141 virtual bool GetSelectionRange(ui::Range* range) OVERRIDE { return false; }
/external/chromium_org/ui/views/controls/textfield/
H A Dnative_textfield_views.h196 virtual bool GetSelectionRange(ui::Range* range) OVERRIDE;
H A Dnative_textfield_views.cc1031 bool NativeTextfieldViews::GetSelectionRange(ui::Range* range) { function in class:views::NativeTextfieldViews
H A Dnative_textfield_views_unittest.cc1183 EXPECT_TRUE(client->GetSelectionRange(&range));
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.h270 virtual bool GetSelectionRange(ui::Range* range) OVERRIDE;
H A Drender_widget_host_view_win.h282 virtual bool GetSelectionRange(ui::Range* range) OVERRIDE;
H A Drender_widget_host_view_win.cc1119 bool RenderWidgetHostViewWin::GetSelectionRange(ui::Range* range) { function in class:content::RenderWidgetHostViewWin
H A Drender_widget_host_view_aura.cc2246 bool RenderWidgetHostViewAura::GetSelectionRange(ui::Range* range) { function in class:content::RenderWidgetHostViewAura
/external/chromium_org/ui/base/ime/win/
H A Dtsf_text_store_unittest.cc38 MOCK_METHOD1(GetSelectionRange, bool(ui::Range*));

Completed in 347 milliseconds