ReactOS 0.4.15-dev-6675-gcbc63d8
|
#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 |
Definition at line 92 of file imm32.c.
Referenced by msg_spy_init().
Definition at line 292 of file imm32.c.
Referenced by START_TEST().
Definition at line 1133 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 72 of file imm32.c.
Referenced by msg_spy_init().
Definition at line 1050 of file imm32.c.
Referenced by test_ImmGetDefaultIMEWnd_thread().
Definition at line 684 of file imm32.c.
Referenced by test_ImmThreads().
Definition at line 243 of file imm32.c.
Referenced by START_TEST().
Definition at line 1120 of file imm32.c.
Referenced by get_ime_window().
Definition at line 164 of file imm32.c.
Referenced by cleanup(), and START_TEST().
Definition at line 145 of file imm32.c.
Referenced by test_ImmIsUIMessage(), and test_ImmNotifyIME().
Definition at line 126 of file imm32.c.
Referenced by msg_spy_find_msg(), and test_ImmMessages().
Definition at line 121 of file imm32.c.
Referenced by msg_spy_init(), test_ImmGetCompositionString(), test_ImmIsUIMessage(), test_ImmMessages(), and test_ImmNotifyIME().
Definition at line 151 of file imm32.c.
Referenced by init(), and START_TEST().
Definition at line 110 of file imm32.c.
Referenced by msg_spy_find_next_msg(), and msg_spy_flush_msgs().
|
static |
Definition at line 1577 of file imm32.c.
Referenced by test_ime_processkey().
START_TEST | ( | imm32 | ) |
Definition at line 2050 of file imm32.c.
Definition at line 1223 of file imm32.c.
Referenced by test_default_ime_window_creation().
Definition at line 1185 of file imm32.c.
Referenced by test_default_ime_window_creation().
Definition at line 1145 of file imm32.c.
Referenced by test_default_ime_window_creation().
Definition at line 1275 of file imm32.c.
Referenced by START_TEST().
Definition at line 1240 of file imm32.c.
Referenced by test_default_ime_window_creation().
Definition at line 1583 of file imm32.c.
Referenced by START_TEST().
|
static |
Definition at line 372 of file imm32.c.
Referenced by test_ImmGetCompositionString().
Definition at line 637 of file imm32.c.
Referenced by START_TEST().
Definition at line 1067 of file imm32.c.
Referenced by START_TEST().
Definition at line 1426 of file imm32.c.
Referenced by START_TEST().
Definition at line 1454 of file imm32.c.
Referenced by START_TEST().
Definition at line 430 of file imm32.c.
Referenced by START_TEST().
Definition at line 978 of file imm32.c.
Referenced by START_TEST().
Definition at line 1057 of file imm32.c.
Referenced by test_ImmDefaultHwnd().
Definition at line 994 of file imm32.c.
Referenced by START_TEST().
Definition at line 1380 of file imm32.c.
Referenced by START_TEST().
Definition at line 1322 of file imm32.c.
Referenced by START_TEST().
Definition at line 613 of file imm32.c.
Referenced by START_TEST().
Definition at line 907 of file imm32.c.
Referenced by START_TEST().
Definition at line 1486 of file imm32.c.
Referenced by START_TEST().
Definition at line 299 of file imm32.c.
Referenced by START_TEST().
Definition at line 578 of file imm32.c.
Referenced by START_TEST().
Definition at line 736 of file imm32.c.
Referenced by START_TEST().
Definition at line 1693 of file imm32.c.
Referenced by START_TEST().
Definition at line 183 of file imm32.c.
Referenced by init(), SHCreateWorkerWindowA(), SHCreateWorkerWindowW(), test_setinfo(), and test_winclassinfo().
Definition at line 33 of file imm32.c.
Referenced by test_InvalidIMC().
Definition at line 179 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 365 of file imm32.c.
Referenced by test_SetFocus().
enum { ... } test_phase |
|
static |
Definition at line 1056 of file imm32.c.
Referenced by test_ImmDefaultHwnd(), and test_ImmGetDefaultIMEWnd_thread().
Definition at line 176 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().