#include <wm_builders.h>
Public Member Functions | |
| Win32Message | Build (LRESULT expected_result=kWmResultDontCheck) |
Public Attributes | |
| uint32_t | char_code |
| uint8_t | scan_code |
| WmFieldExtended | extended |
| WmFieldPrevState | prev_state |
| WmFieldTransitionState | transition |
| WmFieldContext | context |
| uint16_t | repeat_count = 1 |
Definition at line 165 of file wm_builders.h.
| Win32Message flutter::testing::WmDeadCharInfo::Build | ( | LRESULT | expected_result = kWmResultDontCheck | ) |
Definition at line 69 of file wm_builders.cc.
References char_code, context, extended, flutter::testing::Win32Message::message, prev_state, repeat_count, scan_code, and transition.
Referenced by flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), and flutter::testing::TEST_F().
| uint32_t flutter::testing::WmDeadCharInfo::char_code |
Definition at line 166 of file wm_builders.h.
Referenced by Build().
| WmFieldContext flutter::testing::WmDeadCharInfo::context |
Definition at line 176 of file wm_builders.h.
Referenced by Build().
| WmFieldExtended flutter::testing::WmDeadCharInfo::extended |
Definition at line 170 of file wm_builders.h.
Referenced by Build().
| WmFieldPrevState flutter::testing::WmDeadCharInfo::prev_state |
Definition at line 172 of file wm_builders.h.
Referenced by Build().
| uint16_t flutter::testing::WmDeadCharInfo::repeat_count = 1 |
Definition at line 178 of file wm_builders.h.
Referenced by Build().
| uint8_t flutter::testing::WmDeadCharInfo::scan_code |
Definition at line 168 of file wm_builders.h.
Referenced by Build().
| WmFieldTransitionState flutter::testing::WmDeadCharInfo::transition |
Definition at line 174 of file wm_builders.h.
Referenced by Build().