#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 |
| bool | bit25 = 0 |
Definition at line 97 of file wm_builders.h.
| Win32Message flutter::testing::WmCharInfo::Build | ( | LRESULT | expected_result = kWmResultDontCheck | ) |
Definition at line 33 of file wm_builders.cc.
References bit25, 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(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), and flutter::testing::VietnameseTelexAddDiacriticWithSlowResponse().
| bool flutter::testing::WmCharInfo::bit25 = 0 |
Definition at line 115 of file wm_builders.h.
Referenced by Build().
| uint32_t flutter::testing::WmCharInfo::char_code |
Definition at line 98 of file wm_builders.h.
Referenced by Build().
| WmFieldContext flutter::testing::WmCharInfo::context |
Definition at line 108 of file wm_builders.h.
Referenced by Build().
| WmFieldExtended flutter::testing::WmCharInfo::extended |
Definition at line 102 of file wm_builders.h.
Referenced by Build().
| WmFieldPrevState flutter::testing::WmCharInfo::prev_state |
Definition at line 104 of file wm_builders.h.
Referenced by Build().
| uint16_t flutter::testing::WmCharInfo::repeat_count = 1 |
Definition at line 110 of file wm_builders.h.
Referenced by Build().
| uint8_t flutter::testing::WmCharInfo::scan_code |
Definition at line 100 of file wm_builders.h.
Referenced by Build().
| WmFieldTransitionState flutter::testing::WmCharInfo::transition |
Definition at line 106 of file wm_builders.h.
Referenced by Build().