OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CancelComposition
(Results
26 - 50
of
54
) sorted by null
1
2
3
/external/chromium_org/ui/base/ime/
input_method_ibus.h
47
virtual void
CancelComposition
(const TextInputClient* client) OVERRIDE;
remote_input_method_win.cc
232
virtual void
CancelComposition
(const TextInputClient* client) OVERRIDE {
234
remote_delegate_->
CancelComposition
();
remote_input_method_win_unittest.cc
173
virtual void
CancelComposition
() OVERRIDE {
290
TEST(RemoteInputMethodWinTest,
CancelComposition
) {
296
input_method->
CancelComposition
(&mock_text_input_client);
304
input_method->
CancelComposition
(&mock_text_input_client);
308
input_method->
CancelComposition
(&mock_text_input_client);
input_method_base_unittest.cc
157
virtual void
CancelComposition
(const TextInputClient* client) OVERRIDE {
input_method_imm32.cc
117
void InputMethodIMM32::
CancelComposition
(const TextInputClient* client) {
input_method_ibus.cc
218
void InputMethodIBus::
CancelComposition
(const TextInputClient* client) {
/external/chromium_org/ui/views/ime/
input_method_bridge.h
45
virtual void
CancelComposition
(View* view) OVERRIDE;
mock_input_method.cc
112
void MockInputMethod::
CancelComposition
(View* view) {
/external/chromium_org/ui/base/ime/win/
tsf_bridge.cc
41
virtual bool
CancelComposition
() OVERRIDE;
237
bool TSFBridgeDelegate::
CancelComposition
() {
247
return document->text_store->
CancelComposition
();
tsf_text_store.h
206
bool
CancelComposition
();
tsf_text_store.cc
840
bool TSFTextStore::
CancelComposition
() {
883
// See the comment in TSFTextStore::
CancelComposition
.
/external/chromium/chrome/browser/renderer_host/
gtk_im_context_wrapper.cc
335
void GtkIMContextWrapper::
CancelComposition
() {
483
CancelComposition
();
511
// Ignore preedit related signals triggered by
CancelComposition
() method.
520
// Ignore preedit related signals triggered by
CancelComposition
() method.
render_widget_host_view_views.cc
303
GetInputMethod()->
CancelComposition
(this);
947
GetInputMethod()->
CancelComposition
(this);
render_widget_host_view_gtk.cc
735
im_context_->
CancelComposition
();
[
all
...]
/external/chromium_org/content/browser/renderer_host/
gtk_im_context_wrapper.cc
331
void GtkIMContextWrapper::
CancelComposition
() {
484
CancelComposition
();
512
// Ignore preedit related signals triggered by
CancelComposition
() method.
521
// Ignore preedit related signals triggered by
CancelComposition
() method.
ime_adapter_android.cc
175
void ImeAdapterAndroid::
CancelComposition
() {
render_widget_host_view_win.cc
[
all
...]
render_widget_host_view_android.cc
509
ime_adapter_android_.
CancelComposition
();
[
all
...]
/external/chromium_org/win8/metro_driver/ime/
text_service.cc
337
virtual void TextService::
CancelComposition
() OVERRIDE {
345
text_store->
CancelComposition
();
text_store.h
210
bool
CancelComposition
();
text_store.cc
812
bool TextStore::
CancelComposition
() {
856
// See the comment in TextStore::
CancelComposition
.
/external/chromium_org/ui/aura/
remote_root_window_host_win.h
234
virtual void
CancelComposition
() OVERRIDE;
remote_root_window_host_win.cc
475
void RemoteRootWindowHostWin::
CancelComposition
() {
/external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc
410
GetInputMethod()->
CancelComposition
(this);
[
all
...]
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.cc
839
ui::TSFBridge::GetInstance()->
CancelComposition
();
[
all
...]
Completed in 2384 milliseconds
1
2
3