HomeSort by relevance Sort by last modified time
    Searched refs:OnCaretBoundsChanged (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/ui/base/ime/
mock_input_method.h 34 virtual void OnCaretBoundsChanged(const TextInputClient* client) = 0;
56 virtual void OnCaretBoundsChanged(const TextInputClient* client) OVERRIDE;
input_method.h 45 // APIs, OnTextInputTypeChanged, OnCaretBoundsChanged, and CancelComposition,
112 virtual void OnCaretBoundsChanged(const TextInputClient* client) = 0;
input_method_tsf.h 32 virtual void OnCaretBoundsChanged(const TextInputClient* client) OVERRIDE;
mock_input_method.cc 63 void MockInputMethod::OnCaretBoundsChanged(const TextInputClient* client) {
64 FOR_EACH_OBSERVER(Observer, observer_list_, OnCaretBoundsChanged(client));
dummy_input_method.cc 50 void DummyInputMethod::OnCaretBoundsChanged(const TextInputClient* client) {
dummy_input_method.h 32 virtual void OnCaretBoundsChanged(const TextInputClient* client) OVERRIDE;
fake_input_method.h 41 virtual void OnCaretBoundsChanged(const TextInputClient* client) OVERRIDE;
input_method_imm32.h 30 virtual void OnCaretBoundsChanged(const TextInputClient* client) OVERRIDE;
input_method_tsf.cc 108 void InputMethodTSF::OnCaretBoundsChanged(const TextInputClient* client) {
155 OnCaretBoundsChanged(focused);
input_method_imm32.cc 95 void InputMethodIMM32::OnCaretBoundsChanged(const TextInputClient* client) {
152 OnCaretBoundsChanged(focused);
fake_input_method.cc 124 void FakeInputMethod::OnCaretBoundsChanged(const TextInputClient* client) {}
input_method_ibus.h 51 virtual void OnCaretBoundsChanged(const TextInputClient* client) OVERRIDE;
input_method_ibus_unittest.cc     [all...]
input_method_ibus.cc 265 void InputMethodIBus::OnCaretBoundsChanged(const TextInputClient* client) {
360 OnCaretBoundsChanged(focused);
397 // equivalents) might call OnCaretBoundsChanged() before the daemon starts. To
398 // save the case, call OnCaretBoundsChanged() here.
399 OnCaretBoundsChanged(GetTextInputClient());
    [all...]
  /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 76 void InputMethodBridge::OnCaretBoundsChanged(View* view) {
78 host_->OnCaretBoundsChanged(this);
250 OnCaretBoundsChanged(focused);
input_method_bridge.h 44 virtual void OnCaretBoundsChanged(View* view) OVERRIDE;
mock_input_method.cc 107 void MockInputMethod::OnCaretBoundsChanged(View* view) {
  /external/chromium_org/chrome/browser/chromeos/input_method/
textinput_test_helper.h 80 virtual void OnCaretBoundsChanged(const ui::TextInputClient* client) OVERRIDE;
textinput_test_helper.cc 101 void TextInputTestHelper::OnCaretBoundsChanged(
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views.cc 208 OnCaretBoundsChanged();
282 OnCaretBoundsChanged();
379 OnCaretBoundsChanged();
500 OnCaretBoundsChanged();
510 OnCaretBoundsChanged();
518 OnCaretBoundsChanged();
532 OnCaretBoundsChanged();
538 OnCaretBoundsChanged();
572 OnCaretBoundsChanged();
577 OnCaretBoundsChanged();
    [all...]
native_textfield_views.h 251 // Convenience method to call InputMethod::OnCaretBoundsChanged();
252 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 607 GetInputMethod()->OnCaretBoundsChanged(this);

Completed in 1783 milliseconds

1 2