ReactOS 0.4.16-dev-297-gc569aee
|
#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 94 of file imm32.c.
Referenced by msg_spy_init().
Definition at line 294 of file imm32.c.
Referenced by START_TEST().
Definition at line 1135 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 74 of file imm32.c.
Referenced by msg_spy_init().
Definition at line 1052 of file imm32.c.
Referenced by test_ImmGetDefaultIMEWnd_thread().
Definition at line 686 of file imm32.c.
Referenced by test_ImmThreads().
Definition at line 245 of file imm32.c.
Referenced by START_TEST().
Definition at line 1122 of file imm32.c.
Referenced by get_ime_window().
Definition at line 166 of file imm32.c.
Referenced by cleanup(), and START_TEST().
Definition at line 147 of file imm32.c.
Referenced by test_ImmIsUIMessage(), and test_ImmNotifyIME().
Definition at line 128 of file imm32.c.
Referenced by msg_spy_find_msg(), and test_ImmMessages().
Definition at line 123 of file imm32.c.
Referenced by msg_spy_init(), test_ImmGetCompositionString(), test_ImmIsUIMessage(), test_ImmMessages(), and test_ImmNotifyIME().
Definition at line 153 of file imm32.c.
Referenced by init(), and START_TEST().
Definition at line 112 of file imm32.c.
Referenced by msg_spy_find_next_msg(), and msg_spy_flush_msgs().
|
static |
Definition at line 1579 of file imm32.c.
Referenced by test_ime_processkey().
START_TEST | ( | imm32 | ) |
Definition at line 2052 of file imm32.c.
Definition at line 1225 of file imm32.c.
Referenced by test_default_ime_window_creation().
Definition at line 1187 of file imm32.c.
Referenced by test_default_ime_window_creation().
Definition at line 1147 of file imm32.c.
Referenced by test_default_ime_window_creation().
Definition at line 1277 of file imm32.c.
Referenced by START_TEST().
Definition at line 1242 of file imm32.c.
Referenced by test_default_ime_window_creation().
Definition at line 1585 of file imm32.c.
Referenced by START_TEST().
|
static |
Definition at line 374 of file imm32.c.
Referenced by test_ImmGetCompositionString().
Definition at line 639 of file imm32.c.
Referenced by START_TEST().
Definition at line 1069 of file imm32.c.
Referenced by START_TEST().
Definition at line 1428 of file imm32.c.
Referenced by START_TEST().
Definition at line 1456 of file imm32.c.
Referenced by START_TEST().
Definition at line 432 of file imm32.c.
Referenced by START_TEST().
Definition at line 980 of file imm32.c.
Referenced by START_TEST().
Definition at line 1059 of file imm32.c.
Referenced by test_ImmDefaultHwnd().
Definition at line 996 of file imm32.c.
Referenced by START_TEST().
Definition at line 1382 of file imm32.c.
Referenced by START_TEST().
Definition at line 1324 of file imm32.c.
Referenced by START_TEST().
Definition at line 615 of file imm32.c.
Referenced by START_TEST().
Definition at line 909 of file imm32.c.
Referenced by START_TEST().
Definition at line 1488 of file imm32.c.
Referenced by START_TEST().
Definition at line 301 of file imm32.c.
Referenced by START_TEST().
Definition at line 580 of file imm32.c.
Referenced by START_TEST().
Definition at line 738 of file imm32.c.
Referenced by START_TEST().
Definition at line 1695 of file imm32.c.
Referenced by START_TEST().
Definition at line 185 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 181 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 367 of file imm32.c.
Referenced by test_SetFocus().
enum { ... } test_phase |
|
static |
Definition at line 1058 of file imm32.c.
Referenced by test_ImmDefaultHwnd(), and test_ImmGetDefaultIMEWnd_thread().
Definition at line 178 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().