OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTextRange
(Results
1 - 25
of
25
) sorted by null
/external/chromium_org/ui/base/ime/
dummy_text_input_client.cc
62
bool DummyTextInputClient::
GetTextRange
(gfx::Range* range) const {
dummy_text_input_client.h
33
virtual bool
GetTextRange
(gfx::Range* range) const OVERRIDE;
text_input_client.h
95
virtual bool
GetTextRange
(gfx::Range* range) const = 0;
123
// is out of the text range returned by
GetTextRange
().
input_method_win.cc
180
if (!client->
GetTextRange
(&text_range) || text_range.is_empty())
247
if (!client->
GetTextRange
(&text_range) || text_range.is_empty())
input_method_ibus.cc
186
if (!GetTextInputClient()->
GetTextRange
(&text_range) ||
input_method_ibus_unittest.cc
290
virtual bool
GetTextRange
(gfx::Range* range) const OVERRIDE {
[
all
...]
/external/chromium_org/ui/views/controls/
prefix_selector.h
42
virtual bool
GetTextRange
(gfx::Range* range) const OVERRIDE;
prefix_selector.cc
94
bool PrefixSelector::
GetTextRange
(gfx::Range* range) const {
/external/chromium_org/ui/views/controls/textfield/
textfield_views_model.h
207
void
GetTextRange
(gfx::Range* range) const;
native_textfield_views.cc
[
all
...]
native_textfield_views.h
189
virtual bool
GetTextRange
(gfx::Range* range) const OVERRIDE;
textfield_views_model.cc
577
void TextfieldViewsModel::
GetTextRange
(gfx::Range* range) const {
textfield_views_model_unittest.cc
824
model.
GetTextRange
(&range);
[
all
...]
native_textfield_views_unittest.cc
[
all
...]
/external/chromium_org/ui/views/ime/
input_method_bridge.h
67
virtual bool
GetTextRange
(gfx::Range* range) const OVERRIDE;
input_method_bridge.cc
257
bool InputMethodBridge::
GetTextRange
(gfx::Range* range) const {
259
return client ? client->
GetTextRange
(range) : false;
/external/chromium_org/chrome/browser/chromeos/input_method/
textinput_test_helper.cc
100
if (!GetTextInputClient()->
GetTextRange
(&text_range) ||
/external/chromium/chrome/browser/renderer_host/
render_widget_host_view_views.h
117
virtual bool
GetTextRange
(ui::Range* range) OVERRIDE;
render_widget_host_view_views.cc
707
bool RenderWidgetHostViewViews::
GetTextRange
(ui::Range* range) {
/external/chromium_org/ui/keyboard/
keyboard_controller_unittest.cc
142
virtual bool
GetTextRange
(gfx::Range* range) const OVERRIDE { return false; }
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.h
272
virtual bool
GetTextRange
(gfx::Range* range) const OVERRIDE;
[
all
...]
render_widget_host_view_win.h
283
virtual bool
GetTextRange
(gfx::Range* range) const OVERRIDE;
render_widget_host_view_win.cc
[
all
...]
render_widget_host_view_aura.cc
[
all
...]
/external/chromium_org/ui/base/ime/win/
tsf_text_store_unittest.cc
41
MOCK_CONST_METHOD1(
GetTextRange
, bool(gfx::Range*));
[
all
...]
Completed in 302 milliseconds