ReactOS
0.4.14-dev-593-g1793dcc
|
#include <stdio.h>
#include "wine/test.h"
#include "winuser.h"
#include "wingdi.h"
#include "imm.h"
#include "ddk/imm.h"
Go to the source code of this file.
Classes | |
struct | _msgs |
struct | _msg_spy |
struct | TEST_INPUT |
struct | _tagTRANSMSG |
struct | _igc_threadinfo |
struct | testcase_ime_window |
Typedefs | |
typedef struct _msgs | imm_msgs |
typedef struct _tagTRANSMSG | TRANSMSG |
typedef struct _tagTRANSMSG * | LPTRANSMSG |
typedef struct _igc_threadinfo | igc_threadinfo |
Enumerations | |
enum | { PHASE_UNKNOWN, FIRST_WINDOW, SECOND_WINDOW, CREATE_CANCEL, NCCREATE_CANCEL, IME_DISABLED } |
Variables | |
static | HIMC |
static | DWORD |
static | UINT |
static | WPARAM |
static | LPARAM |
static INPUT | size_t |
static struct _msg_spy | msg_spy |
static const char | wndcls [] = "winetest_imm32_wndcls" |
static enum { ... } | test_phase |
static HWND | hwnd |
struct { | |
WNDPROC old_wnd_proc | |
BOOL catch_result_str | |
BOOL catch_ime_char | |
DWORD start | |
DWORD timer_id | |
} | ime_composition_test |
static HWND | thread_ime_wnd |
typedef struct _igc_threadinfo igc_threadinfo |
typedef struct _tagTRANSMSG * LPTRANSMSG |
typedef struct _tagTRANSMSG TRANSMSG |
anonymous enum |
Enumerator | |
---|---|
PHASE_UNKNOWN | |
FIRST_WINDOW | |
SECOND_WINDOW | |
CREATE_CANCEL | |
NCCREATE_CANCEL | |
IME_DISABLED |
Definition at line 173 of file imm32.c.
Definition at line 88 of file imm32.c.
Referenced by msg_spy_init().
Definition at line 288 of file imm32.c.
Referenced by START_TEST().
Definition at line 1113 of file imm32.c.
Referenced by test_default_ime_disabled_cb(), test_default_ime_window_cancel_cb(), test_default_ime_window_cb(), and wndProc().
Definition at line 68 of file imm32.c.
Referenced by msg_spy_init().
Definition at line 664 of file imm32.c.
Referenced by test_ImmThreads().
Definition at line 239 of file imm32.c.
Referenced by START_TEST().
Definition at line 1100 of file imm32.c.
Referenced by get_ime_window().
Definition at line 160 of file imm32.c.
Referenced by cleanup(), and START_TEST().
Definition at line 141 of file imm32.c.
Referenced by test_ImmIsUIMessage(), and test_ImmNotifyIME().
Definition at line 122 of file imm32.c.
Referenced by msg_spy_find_msg(), and test_ImmMessages().
Definition at line 117 of file imm32.c.
Referenced by msg_spy_init(), test_ImmGetCompositionString(), test_ImmIsUIMessage(), test_ImmMessages(), and test_ImmNotifyIME().
Definition at line 147 of file imm32.c.
Referenced by init(), and START_TEST().
Definition at line 106 of file imm32.c.
Referenced by msg_spy_find_next_msg(), and msg_spy_flush_msgs().
|
static |
Definition at line 1557 of file imm32.c.
Referenced by test_ime_processkey().
START_TEST | ( | imm32 | ) |
Definition at line 2030 of file imm32.c.
Definition at line 1203 of file imm32.c.
Referenced by test_default_ime_window_creation().
Definition at line 1165 of file imm32.c.
Referenced by test_default_ime_window_creation().
Definition at line 1125 of file imm32.c.
Referenced by test_default_ime_window_creation().
Definition at line 1255 of file imm32.c.
Referenced by START_TEST().
Definition at line 1220 of file imm32.c.
Referenced by test_default_ime_window_creation().
Definition at line 1563 of file imm32.c.
Referenced by START_TEST().
|
static |
Definition at line 364 of file imm32.c.
Referenced by test_ImmGetCompositionString().
Definition at line 1047 of file imm32.c.
Referenced by START_TEST().
Definition at line 1406 of file imm32.c.
Referenced by START_TEST().
Definition at line 1434 of file imm32.c.
Referenced by START_TEST().
Definition at line 422 of file imm32.c.
Referenced by START_TEST().
Definition at line 1037 of file imm32.c.
Referenced by test_ImmDefaultHwnd().
Definition at line 974 of file imm32.c.
Referenced by START_TEST().
Definition at line 1360 of file imm32.c.
Referenced by START_TEST().
Definition at line 1302 of file imm32.c.
Referenced by START_TEST().
Definition at line 601 of file imm32.c.
Referenced by START_TEST().
Definition at line 887 of file imm32.c.
Referenced by START_TEST().
Definition at line 1466 of file imm32.c.
Referenced by START_TEST().
Definition at line 295 of file imm32.c.
Referenced by START_TEST().
Definition at line 566 of file imm32.c.
Referenced by START_TEST().
Definition at line 716 of file imm32.c.
Referenced by START_TEST().
Definition at line 1673 of file imm32.c.
Referenced by START_TEST().
Definition at line 179 of file imm32.c.
Referenced by init(), SHCreateWorkerWindowA(), SHCreateWorkerWindowW(), and test_setinfo().
Definition at line 29 of file imm32.c.
Referenced by test_InvalidIMC().
Definition at line 175 of file imm32.c.
Referenced by msg_spy_init(), and test_ImmDefaultHwnd().
struct { ... } ime_composition_test |
Referenced by test_ime_wnd_proc(), and test_ImmGetCompositionString().
Referenced by call_wnd_proc_filter(), get_msg_filter(), msg_spy_cleanup(), msg_spy_find_next_msg(), msg_spy_flush_msgs(), and msg_spy_init().
WNDPROC old_wnd_proc |
Definition at line 357 of file imm32.c.
Referenced by test_SetFocus().
enum { ... } test_phase |
|
static |
Definition at line 1036 of file imm32.c.
Referenced by test_ImmDefaultHwnd(), and test_ImmGetDefaultIMEWnd_thread().
DWORD timer_id |
Definition at line 361 of file imm32.c.
Referenced by window_set_timer().
Definition at line 172 of file imm32.c.
Referenced by cleanup(), ImmGetContextThreadFunc(), init(), test_default_ime_disabled_cb(), test_default_ime_window_cancel_cb(), test_default_ime_window_cb(), test_default_ime_with_message_only_window_cb(), and test_ImmGetCompositionString().