OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnCaretBoundsChanged
(Results
26 - 38
of
38
) sorted by null
1
2
/external/chromium_org/ui/views/ime/
input_method_bridge.h
44
virtual void
OnCaretBoundsChanged
(View* view) OVERRIDE;
mock_input_method.cc
107
void MockInputMethod::
OnCaretBoundsChanged
(View* view) {
/external/chromium_org/ui/base/ime/
input_method_base_unittest.cc
155
virtual void
OnCaretBoundsChanged
(const TextInputClient* client) OVERRIDE {
206
virtual void
OnCaretBoundsChanged
(const TextInputClient* client) OVERRIDE {
input_method_imm32.cc
96
void InputMethodIMM32::
OnCaretBoundsChanged
(const TextInputClient* client) {
146
OnCaretBoundsChanged
(focused);
remote_input_method_win_unittest.cc
219
virtual void
OnCaretBoundsChanged
(const TextInputClient* client) OVERRIDE {
374
TEST(RemoteInputMethodWinTest,
OnCaretBoundsChanged
) {
380
input_method->
OnCaretBoundsChanged
(&mock_text_input_client);
397
// Redundant
OnCaretBoundsChanged
must be ignored.
399
input_method->
OnCaretBoundsChanged
(&mock_text_input_client);
402
// Check
OnCaretBoundsChanged
is handled. (w/o composition)
406
input_method->
OnCaretBoundsChanged
(&mock_text_input_client);
412
// Check
OnCaretBoundsChanged
is handled. (w/ composition)
421
input_method->
OnCaretBoundsChanged
(&mock_text_input_client);
433
input_method->
OnCaretBoundsChanged
(&mock_text_input_client)
[
all
...]
input_method_ibus.cc
163
void InputMethodIBus::
OnCaretBoundsChanged
(const TextInputClient* client) {
261
OnCaretBoundsChanged
(focused);
344
OnCaretBoundsChanged
(GetTextInputClient());
remote_input_method_win.cc
220
virtual void
OnCaretBoundsChanged
(const TextInputClient* client) OVERRIDE {
/external/chromium_org/chrome/browser/chromeos/input_method/
textinput_test_helper.cc
97
void TextInputTestHelper::
OnCaretBoundsChanged
(
/external/chromium_org/chrome/browser/ui/libgtk2ui/
x11_input_method_context_impl_gtk2.cc
230
void X11InputMethodContextImplGtk2::
OnCaretBoundsChanged
(
/external/chromium_org/ui/views/controls/textfield/
native_textfield_views.h
249
// Convenience method to call InputMethod::
OnCaretBoundsChanged
();
250
void
OnCaretBoundsChanged
();
/external/chromium/chrome/browser/renderer_host/
render_widget_host_view_views.cc
297
GetInputMethod()->
OnCaretBoundsChanged
(this);
/external/chromium_org/ui/views/controls/tree/
tree_view.cc
626
GetInputMethod()->
OnCaretBoundsChanged
(this);
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc
[
all
...]
Completed in 1051 milliseconds
1
2