OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InputMethodIMM32
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/base/ime/
input_method_imm32.h
19
class UI_EXPORT
InputMethodIMM32
: public InputMethodWin {
21
InputMethodIMM32
(internal::InputMethodDelegate* delegate,
87
DISALLOW_COPY_AND_ASSIGN(
InputMethodIMM32
);
input_method_imm32.cc
14
InputMethodIMM32
::
InputMethodIMM32
(internal::InputMethodDelegate* delegate,
27
void
InputMethodIMM32
::OnFocus() {
33
void
InputMethodIMM32
::OnBlur() {
39
bool
InputMethodIMM32
::OnUntranslatedIMEMessage(
87
void
InputMethodIMM32
::OnTextInputTypeChanged(const TextInputClient* client) {
95
void
InputMethodIMM32
::OnCaretBoundsChanged(const TextInputClient* client) {
118
void
InputMethodIMM32
::CancelComposition(const TextInputClient* client) {
123
void
InputMethodIMM32
::SetFocusedTextInputClient(TextInputClient* client) {
128
bool
InputMethodIMM32
::IsCandidatePopupOpen() const
[
all
...]
Completed in 65 milliseconds