Searched refs:OnChar (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ui/base/ime/
H A Dinput_method_win.h48 LRESULT OnChar(HWND window_handle,
H A Dinput_method_tsf.cc85 original_result = OnChar(
H A Dinput_method_win.cc48 OnChar(native_key_event.hwnd, native_key_event.message,
133 LRESULT InputMethodWin::OnChar(HWND window_handle, function in class:ui::InputMethodWin
H A Dinput_method_imm32.cc67 original_result = OnChar(
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_win.h180 MSG_WM_CHAR(OnChar)
278 void OnChar(TCHAR ch, UINT repeat_count, UINT flags);
306 // Helper function for OnChar() and OnKeyDown() that handles keystrokes that
H A Dautocomplete_edit_view_win.cc1278 void AutocompleteEditViewWin::OnChar(TCHAR ch, UINT repeat_count, UINT flags) { function in class:AutocompleteEditViewWin
/external/chromium_org/ui/aura/
H A Dremote_root_window_host_win.cc202 IPC_MESSAGE_HANDLER(MetroViewerHostMsg_Character, OnChar)
555 void RemoteRootWindowHostWin::OnChar(uint32 key_code, function in class:aura::RemoteRootWindowHostWin
H A Dremote_root_window_host_win.h182 void OnChar(uint32 key_code,
/external/chromium_org/ppapi/examples/ime/
H A Dime.cc493 ret = OnChar(keyEvent);
651 bool OnChar(const pp::KeyboardInputEvent& ev) { function in class:MyInstance

Completed in 249 milliseconds