OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnCaretBoundsChanged
(Results
1 - 25
of
38
) sorted by null
1
2
/external/chromium_org/ui/base/ime/
input_method_observer.h
33
virtual void
OnCaretBoundsChanged
(const TextInputClient* client) = 0;
input_method_minimal.h
23
virtual void
OnCaretBoundsChanged
(const TextInputClient* client) OVERRIDE;
input_method.h
44
// APIs, OnTextInputTypeChanged,
OnCaretBoundsChanged
, and CancelComposition,
111
virtual void
OnCaretBoundsChanged
(const TextInputClient* client) = 0;
input_method_auralinux.h
34
virtual void
OnCaretBoundsChanged
(const TextInputClient* client) OVERRIDE;
input_method_minimal.cc
45
void InputMethodMinimal::
OnCaretBoundsChanged
(const TextInputClient* client) {}
input_method_tsf.h
32
virtual void
OnCaretBoundsChanged
(const TextInputClient* client) OVERRIDE;
mock_input_method.cc
68
void MockInputMethod::
OnCaretBoundsChanged
(const TextInputClient* client) {
71
OnCaretBoundsChanged
(client));
input_method_auralinux.cc
117
void InputMethodAuraLinux::
OnCaretBoundsChanged
(const TextInputClient* client) {
120
input_method_context_->
OnCaretBoundsChanged
(
input_method_tsf.cc
107
void InputMethodTSF::
OnCaretBoundsChanged
(const TextInputClient* client) {
148
OnCaretBoundsChanged
(focused);
dummy_input_method.cc
49
void DummyInputMethod::
OnCaretBoundsChanged
(const TextInputClient* client) {
dummy_input_method.h
32
virtual void
OnCaretBoundsChanged
(const TextInputClient* client) OVERRIDE;
input_method_imm32.h
30
virtual void
OnCaretBoundsChanged
(const TextInputClient* client) OVERRIDE;
mock_input_method.h
43
virtual void
OnCaretBoundsChanged
(const TextInputClient* client) OVERRIDE;
input_method_ibus.h
46
virtual void
OnCaretBoundsChanged
(const TextInputClient* client) OVERRIDE;
input_method_ibus_unittest.cc
573
TEST_F(InputMethodIBusTest,
OnCaretBoundsChanged
) {
580
ime_->
OnCaretBoundsChanged
(this);
585
ime_->
OnCaretBoundsChanged
(this);
590
ime_->
OnCaretBoundsChanged
(this);
808
ime_->
OnCaretBoundsChanged
(this);
835
ime_->
OnCaretBoundsChanged
(this);
859
ime_->
OnCaretBoundsChanged
(this);
[
all
...]
/external/chromium_org/ui/base/ime/linux/
fake_input_method_context.cc
30
void FakeInputMethodContext::
OnCaretBoundsChanged
(
fake_input_method_context.h
23
virtual void
OnCaretBoundsChanged
(const gfx::Rect& caret_bounds) OVERRIDE;
linux_input_method_context.h
45
virtual void
OnCaretBoundsChanged
(const gfx::Rect& caret_bounds) = 0;
/external/chromium_org/ui/views/ime/
input_method.h
81
virtual void
OnCaretBoundsChanged
(View* view) = 0;
mock_input_method.h
33
virtual void
OnCaretBoundsChanged
(View* view) OVERRIDE;
input_method_bridge.cc
30
virtual void
OnCaretBoundsChanged
(
97
OnCaretBoundsChanged
(GetFocusedView());
136
void InputMethodBridge::
OnCaretBoundsChanged
(View* view) {
140
host_->
OnCaretBoundsChanged
(this);
333
OnCaretBoundsChanged
(focused);
/external/chromium_org/chrome/browser/chromeos/input_method/
textinput_test_helper.h
78
virtual void
OnCaretBoundsChanged
(const ui::TextInputClient* client) OVERRIDE;
/external/chromium_org/chrome/browser/ui/libgtk2ui/
x11_input_method_context_impl_gtk2.h
34
virtual void
OnCaretBoundsChanged
(const gfx::Rect& caret_bounds) OVERRIDE;
/external/chromium_org/ui/keyboard/
keyboard_controller.h
89
virtual void
OnCaretBoundsChanged
(
/external/chromium_org/ui/views/controls/textfield/
native_textfield_views.cc
211
OnCaretBoundsChanged
();
285
OnCaretBoundsChanged
();
381
OnCaretBoundsChanged
();
502
OnCaretBoundsChanged
();
512
OnCaretBoundsChanged
();
520
OnCaretBoundsChanged
();
534
OnCaretBoundsChanged
();
540
OnCaretBoundsChanged
();
574
OnCaretBoundsChanged
();
579
OnCaretBoundsChanged
();
[
all
...]
Completed in 2896 milliseconds
1
2