Classes | |
class | CursorHandlerTest |
class | FlutterWindowsEngineTest |
class | MockFlutterWindowsView |
class | MockIDirectManipulationContent |
class | MockIDirectManipulationViewport |
class | MockWindowsLifecycleManager |
class | PlatformHandlerTest |
class | TextInputPluginTest |
class | WindowsLifecycleManagerTest |
Functions | |
TEST (AccessibilityBridgeWindows, GetParent) | |
TEST (AccessibilityBridgeWindows, GetParentOnRootRetunsNullptr) | |
TEST (AccessibilityBridgeWindows, DispatchAccessibilityAction) | |
TEST (AccessibilityBridgeWindows, OnAccessibilityEventAlert) | |
TEST (AccessibilityBridgeWindows, OnAccessibilityEventChildrenChanged) | |
TEST (AccessibilityBridgeWindows, OnAccessibilityEventFocusChanged) | |
TEST (AccessibilityBridgeWindows, OnAccessibilityEventIgnoredChanged) | |
TEST (AccessibilityBridgeWindows, OnAccessibilityImageAnnotationChanged) | |
TEST (AccessibilityBridgeWindows, OnAccessibilityLiveRegionChanged) | |
TEST (AccessibilityBridgeWindows, OnAccessibilityNameChanged) | |
TEST (AccessibilityBridgeWindows, OnAccessibilityHScrollPosChanged) | |
TEST (AccessibilityBridgeWindows, OnAccessibilityVScrollPosChanged) | |
TEST (AccessibilityBridgeWindows, OnAccessibilitySelectedChanged) | |
TEST (AccessibilityBridgeWindows, OnAccessibilitySelectedChildrenChanged) | |
TEST (AccessibilityBridgeWindows, OnAccessibilitySubtreeCreated) | |
TEST (AccessibilityBridgeWindows, OnAccessibilityValueChanged) | |
TEST (AccessibilityBridgeWindows, OnAccessibilityStateChanged) | |
TEST (AccessibilityBridgeWindows, OnDocumentSelectionChanged) | |
TEST_F (CompositorOpenGLTest, CreateBackingStore) | |
TEST_F (CompositorOpenGLTest, InitializationFailure) | |
TEST_F (CompositorOpenGLTest, Present) | |
TEST_F (CompositorOpenGLTest, PresentEmpty) | |
TEST_F (CompositorOpenGLTest, NoSurfaceIgnored) | |
TEST_F (CompositorSoftwareTest, CreateBackingStore) | |
TEST_F (CompositorSoftwareTest, Present) | |
TEST_F (CompositorSoftwareTest, PresentEmpty) | |
TEST_F (CompositorSoftwareTest, PresentMultiLayers) | |
TEST_F (CompositorSoftwareTest, PresentOffsetLayers) | |
TEST_F (CursorHandlerTest, ActivateSystemCursor) | |
TEST_F (CursorHandlerTest, ActivateSystemCursorRequiresView) | |
TEST_F (CursorHandlerTest, CreateCustomCursor) | |
TEST_F (CursorHandlerTest, SetCustomCursor) | |
TEST_F (CursorHandlerTest, SetCustomCursorRequiresView) | |
TEST_F (CursorHandlerTest, SetNonexistentCustomCursor) | |
TEST_F (CursorHandlerTest, DeleteCustomCursor) | |
TEST_F (CursorHandlerTest, DeleteNonexistentCustomCursor) | |
TEST (DirectManipulationTest, TestGesture) | |
TEST (DirectManipulationTest, TestRounding) | |
TEST (DirectManipulationTest, TestInertiaCancelSentForUserCancel) | |
TEST (DirectManipulationTest, TestInertiaCamcelNotSentAtInertiaEnd) | |
TEST (DirectManipulationTest, TestGestureWithInitialData) | |
TEST (DpiUtilsTest, NonZero) | |
TEST (DpiUtilsTest, NullHwndUsesPrimaryMonitor) | |
TEST (FlutterProjectBundle, BasicPropertiesAbsolutePaths) | |
TEST (FlutterProjectBundle, BasicPropertiesRelativePaths) | |
TEST (FlutterProjectBundle, SwitchesEmpty) | |
TEST (FlutterProjectBundle, DartEntrypointArguments) | |
TEST (FlutterProjectBundle, Switches) | |
TEST_F (FlutterWindowTest, CreateDestroy) | |
TEST_F (FlutterWindowTest, OnBitmapSurfaceUpdated) | |
TEST_F (FlutterWindowTest, OnCursorRectUpdatedRegularDPI) | |
TEST_F (FlutterWindowTest, OnCursorRectUpdatedHighDPI) | |
TEST_F (FlutterWindowTest, OnPointerStarSendsDeviceType) | |
TEST_F (FlutterWindowTest, OnScrollCallsGetScrollOffsetMultiplier) | |
TEST_F (FlutterWindowTest, OnWindowRepaint) | |
TEST_F (FlutterWindowTest, OnThemeChange) | |
TEST_F (FlutterWindowTest, AccessibilityNodeWithoutView) | |
TEST_F (FlutterWindowTest, AlertNode) | |
TEST_F (FlutterWindowTest, LifecycleFocusMessages) | |
TEST_F (FlutterWindowTest, CachedLifecycleMessage) | |
TEST_F (FlutterWindowTest, UpdateCursor) | |
TEST_F (FlutterWindowsEngineTest, RunHeadless) | |
TEST_F (FlutterWindowsEngineTest, RunDoesExpectedInitialization) | |
TEST_F (FlutterWindowsEngineTest, ConfiguresFrameVsync) | |
TEST_F (FlutterWindowsEngineTest, RunWithoutANGLEUsesSoftware) | |
TEST_F (FlutterWindowsEngineTest, RunWithoutANGLEOnImpellerFailsToStart) | |
TEST_F (FlutterWindowsEngineTest, SendPlatformMessageWithoutResponse) | |
TEST_F (FlutterWindowsEngineTest, PlatformMessageRoundTrip) | |
TEST_F (FlutterWindowsEngineTest, PlatformMessageRespondOnDifferentThread) | |
TEST_F (FlutterWindowsEngineTest, SendPlatformMessageWithResponse) | |
TEST_F (FlutterWindowsEngineTest, DispatchSemanticsAction) | |
TEST_F (FlutterWindowsEngineTest, SetsThreadPriority) | |
TEST_F (FlutterWindowsEngineTest, AddPluginRegistrarDestructionCallback) | |
TEST_F (FlutterWindowsEngineTest, ScheduleFrame) | |
TEST_F (FlutterWindowsEngineTest, SetNextFrameCallback) | |
TEST_F (FlutterWindowsEngineTest, GetExecutableName) | |
TEST_F (FlutterWindowsEngineTest, UpdateHighContrastFeature) | |
TEST_F (FlutterWindowsEngineTest, PostRasterThreadTask) | |
TEST_F (FlutterWindowsEngineTest, AccessibilityAnnouncement) | |
TEST_F (FlutterWindowsEngineTest, AccessibilityAnnouncementHeadless) | |
TEST_F (FlutterWindowsEngineTest, AccessibilityTooltip) | |
TEST_F (FlutterWindowsEngineTest, TestExit) | |
TEST_F (FlutterWindowsEngineTest, TestExitCancel) | |
TEST_F (FlutterWindowsEngineTest, TestExitSecondCloseMessage) | |
TEST_F (FlutterWindowsEngineTest, TestExitCloseMultiWindow) | |
TEST_F (FlutterWindowsEngineTest, LifecycleManagerDisabledByDefault) | |
TEST_F (FlutterWindowsEngineTest, EnableApplicationLifecycle) | |
TEST_F (FlutterWindowsEngineTest, ApplicationLifecycleExternalWindow) | |
TEST_F (FlutterWindowsEngineTest, AppStartsInResumedState) | |
TEST_F (FlutterWindowsEngineTest, LifecycleStateTransition) | |
TEST_F (FlutterWindowsEngineTest, ExternalWindowMessage) | |
TEST_F (FlutterWindowsEngineTest, InnerWindowHidden) | |
TEST_F (FlutterWindowsEngineTest, EnableLifecycleState) | |
TEST_F (FlutterWindowsEngineTest, LifecycleStateToFrom) | |
TEST_F (FlutterWindowsEngineTest, ChannelListenedTo) | |
TEST_F (FlutterWindowsEngineTest, ReceivePlatformViewMessage) | |
TEST_F (FlutterWindowsEngineTest, AddViewFailureDoesNotHang) | |
TEST_F (FlutterWindowsEngineTest, RemoveViewFailureDoesNotHang) | |
TEST (FlutterWindowsTextureRegistrarTest, CreateDestroy) | |
TEST (FlutterWindowsTextureRegistrarTest, RegisterUnregisterTexture) | |
TEST (FlutterWindowsTextureRegistrarTest, RegisterUnknownTextureType) | |
TEST (FlutterWindowsTextureRegistrarTest, PopulatePixelBufferTexture) | |
TEST (FlutterWindowsTextureRegistrarTest, PopulateD3dTextureWithHandle) | |
TEST (FlutterWindowsTextureRegistrarTest, PopulateD3dTexture) | |
TEST (FlutterWindowsTextureRegistrarTest, PopulateInvalidTexture) | |
TEST (FlutterWindowsTextureRegistrarTest, UnregisterTextureWithEngineDownInvokesCallback) | |
TEST (WindowsNoFixtureTest, GetTextureRegistrar) | |
TEST_F (WindowsTest, LaunchMain) | |
TEST_F (WindowsTest, LaunchMainHasNoOutput) | |
TEST_F (WindowsTest, LaunchCustomEntrypoint) | |
TEST_F (WindowsTest, LaunchCustomEntrypointInEngineRunInvocation) | |
TEST_F (WindowsTest, LaunchHeadlessEngine) | |
TEST_F (WindowsTest, EngineCanTransitionToHeadless) | |
TEST_F (WindowsTest, LaunchRefreshesAccessibility) | |
TEST_F (WindowsTest, LaunchConflictingCustomEntrypoints) | |
TEST_F (WindowsTest, VerifyNativeFunction) | |
TEST_F (WindowsTest, VerifyNativeFunctionWithParameters) | |
TEST_F (WindowsTest, PlatformExecutable) | |
TEST_F (WindowsTest, VerifyNativeFunctionWithReturn) | |
TEST_F (WindowsTest, NextFrameCallback) | |
TEST_F (WindowsTest, PresentHeadless) | |
TEST_F (WindowsTest, GetViewId) | |
TEST_F (WindowsTest, GetGraphicsAdapter) | |
TEST_F (WindowsTest, PluginRegistrarGetImplicitView) | |
TEST_F (WindowsTest, PluginRegistrarGetView) | |
TEST_F (WindowsTest, PluginRegistrarGetViewHeadless) | |
TEST_F (WindowsTest, SurfaceOptional) | |
TEST_F (WindowsTest, Lifecycle) | |
TEST_F (WindowsTest, GetKeyboardStateHeadless) | |
TEST_F (WindowsTest, AddRemoveView) | |
TEST (FlutterWindowsViewTest, SubMenuExpandedState) | |
TEST (FlutterWindowsViewTest, Shutdown) | |
TEST (FlutterWindowsViewTest, KeySequence) | |
TEST (FlutterWindowsViewTest, EnableSemantics) | |
TEST (FlutterWindowsViewTest, AddSemanticsNodeUpdate) | |
TEST (FlutterWindowsViewTest, AddSemanticsNodeUpdateWithChildren) | |
TEST (FlutterWindowsViewTest, NonZeroSemanticsRoot) | |
TEST (FlutterWindowsViewTest, AccessibilityHitTesting) | |
TEST (FlutterWindowsViewTest, WindowResizeTests) | |
TEST (FlutterWindowsViewTest, TestEmptyFrameResizes) | |
TEST (FlutterWindowsViewTest, WindowResizeRace) | |
TEST (FlutterWindowsViewTest, WindowResizeInvalidSurface) | |
TEST (FlutterWindowsViewTest, WindowResizeWithoutSurface) | |
TEST (FlutterWindowsViewTest, WindowRepaintTests) | |
TEST (FlutterWindowsViewTest, CheckboxNativeState) | |
TEST (FlutterWindowsViewTest, SwitchNativeState) | |
TEST (FlutterWindowsViewTest, TooltipNodeData) | |
TEST (FlutterWindowsViewTest, DisablesVSyncAtStartup) | |
TEST (FlutterWindowsViewTest, EnablesVSyncAtStartup) | |
TEST (FlutterWindowsViewTest, DisablesVSyncAfterStartup) | |
TEST (FlutterWindowsViewTest, EnablesVSyncAfterStartup) | |
TEST (FlutterWindowsViewTest, UpdatesVSyncOnDwmUpdates) | |
TEST (KeyboardKeyChannelHandlerTest, KeyboardHookHandling) | |
TEST (KeyboardKeyChannelHandlerTest, ExtendedKeysAreSentToRedispatch) | |
TEST (KeyboardKeyChannelHandlerTest, DeadKeysDoNotCrash) | |
TEST (KeyboardKeyChannelHandlerTest, EmptyResponsesDoNotCrash) | |
TEST (KeyboardKeyEmbedderHandlerTest, ConvertChar32ToUtf8) | |
TEST (KeyboardKeyEmbedderHandlerTest, BasicKeyPressingAndHolding) | |
TEST (KeyboardKeyEmbedderHandlerTest, ToggleNumLockDuringNumpadPress) | |
TEST (KeyboardKeyEmbedderHandlerTest, ImeEventsAreIgnored) | |
TEST (KeyboardKeyEmbedderHandlerTest, ModifierKeysByExtendedBit) | |
TEST (KeyboardKeyEmbedderHandlerTest, ModifierKeysByVirtualKey) | |
TEST (KeyboardKeyEmbedderHandlerTest, SynthesizeModifierLeftKeyDownWhenNotPressed) | |
TEST (KeyboardKeyEmbedderHandlerTest, DoNotSynthesizeModifierDownWhenPressed) | |
TEST (KeyboardKeyEmbedderHandlerTest, SynthesizeModifierUpWhenPressed) | |
TEST (KeyboardKeyEmbedderHandlerTest, DoNotSynthesizeModifierUpWhenNotPressed) | |
TEST (KeyboardKeyEmbedderHandlerTest, RepeatedDownIsIgnored) | |
TEST (KeyboardKeyEmbedderHandlerTest, AbruptRepeatIsConvertedToDown) | |
TEST (KeyboardKeyEmbedderHandlerTest, AbruptUpIsIgnored) | |
TEST (KeyboardKeyEmbedderHandlerTest, SynthesizeForDesyncPressingState) | |
TEST (KeyboardKeyEmbedderHandlerTest, SynthesizeForDesyncToggledState) | |
TEST (KeyboardKeyEmbedderHandlerTest, SynthesizeForDesyncToggledStateByItselfsUp) | |
TEST (KeyboardKeyEmbedderHandlerTest, SynthesizeForDesyncToggledStateByItselfsDown) | |
TEST (KeyboardKeyEmbedderHandlerTest, SynthesizeWithInitialTogglingState) | |
TEST (KeyboardKeyEmbedderHandlerTest, SysKeyPress) | |
TEST (KeyboardKeyHandlerTest, SingleDelegateWithAsyncResponds) | |
TEST (KeyboardKeyHandlerTest, SingleDelegateWithSyncResponds) | |
TEST (KeyboardKeyHandlerTest, HandlerGetPressedState) | |
TEST (KeyboardKeyHandlerTest, KeyboardChannelGetPressedState) | |
TEST_F (KeyboardTest, LowerCaseAHandled) | |
TEST_F (KeyboardTest, LowerCaseAUnhandled) | |
TEST_F (KeyboardTest, ArrowLeftHandled) | |
TEST_F (KeyboardTest, ArrowLeftUnhandled) | |
TEST_F (KeyboardTest, ShiftLeftUnhandled) | |
TEST_F (KeyboardTest, ShiftRightUnhandled) | |
TEST_F (KeyboardTest, CtrlLeftUnhandled) | |
TEST_F (KeyboardTest, CtrlRightUnhandled) | |
TEST_F (KeyboardTest, AltLeftUnhandled) | |
TEST_F (KeyboardTest, AltRightUnhandled) | |
TEST_F (KeyboardTest, MetaLeftUnhandled) | |
TEST_F (KeyboardTest, MetaRightUnhandled) | |
TEST_F (KeyboardTest, RepeatA) | |
TEST_F (KeyboardTest, RestartClearsKeyboardState) | |
TEST_F (KeyboardTest, ShiftLeftKeyA) | |
TEST_F (KeyboardTest, CtrlLeftKeyA) | |
TEST_F (KeyboardTest, CtrlLeftDigit1) | |
TEST_F (KeyboardTest, Digit1OnFrenchLayout) | |
TEST_F (KeyboardTest, AltGrModifiedKey) | |
TEST_F (KeyboardTest, AltGrTwice) | |
TEST_F (KeyboardTest, DeadKeyThatCombines) | |
TEST_F (KeyboardTest, DeadKeyWithoutDeadMaskThatCombines) | |
TEST_F (KeyboardTest, DeadKeyThatDoesNotCombine) | |
TEST_F (KeyboardTest, DeadKeyTwiceThenLetter) | |
TEST_F (KeyboardTest, MultibyteCharacter) | |
TEST_F (KeyboardTest, SynthesizeModifiers) | |
TEST_F (KeyboardTest, ImeExtendedEventsAreIgnored) | |
TEST_F (KeyboardTest, UpOnlyImeEventsAreCorrectlyHandled) | |
TEST_F (KeyboardTest, SlowFrameworkResponse) | |
TEST_F (KeyboardTest, SlowFrameworkResponseForIdenticalEvents) | |
TEST_F (KeyboardTest, TextInputSubmit) | |
TEST_F (KeyboardTest, VietnameseTelexAddDiacriticWithFastResponse) | |
void | VietnameseTelexAddDiacriticWithSlowResponse (WindowsTestContext &context, bool backspace_response) |
TEST_F (KeyboardTest, VietnameseTelexAddDiacriticWithSlowFalseResponse) | |
TEST_F (KeyboardTest, VietnameseTelexAddDiacriticWithSlowTrueResponse) | |
TEST_F (KeyboardTest, DoubleCapsLock) | |
TEST (KeyboardWin32CommonTest, EncodeUtf16) | |
TEST_F (PlatformHandlerTest, GetClipboardData) | |
TEST_F (PlatformHandlerTest, GetClipboardDataRejectsUnknownContentType) | |
TEST_F (PlatformHandlerTest, GetClipboardDataRequiresView) | |
TEST_F (PlatformHandlerTest, GetClipboardDataReportsOpenFailure) | |
TEST_F (PlatformHandlerTest, GetClipboardDataReportsGetDataFailure) | |
TEST_F (PlatformHandlerTest, ClipboardHasStrings) | |
TEST_F (PlatformHandlerTest, ClipboardHasStringsReturnsFalse) | |
TEST_F (PlatformHandlerTest, ClipboardHasStringsRejectsUnknownContentType) | |
TEST_F (PlatformHandlerTest, ClipboardHasStringsRequiresView) | |
TEST_F (PlatformHandlerTest, ClipboardHasStringsIgnoresPermissionErrors) | |
TEST_F (PlatformHandlerTest, ClipboardHasStringsReportsErrors) | |
TEST_F (PlatformHandlerTest, ClipboardSetData) | |
TEST_F (PlatformHandlerTest, ClipboardSetDataTextMustBeString) | |
TEST_F (PlatformHandlerTest, ClipboardSetDataUnknownType) | |
TEST_F (PlatformHandlerTest, ClipboardSetDataRequiresView) | |
TEST_F (PlatformHandlerTest, ClipboardSetDataReportsOpenFailure) | |
TEST_F (PlatformHandlerTest, ClipboardSetDataReportsSetDataFailure) | |
TEST_F (PlatformHandlerTest, PlaySystemSound) | |
TEST_F (PlatformHandlerTest, SystemExitApplicationRequired) | |
TEST_F (PlatformHandlerTest, SystemExitApplicationCancelableCancel) | |
TEST_F (PlatformHandlerTest, SystemExitApplicationCancelableExit) | |
TEST (SequentialIdGeneratorTest, RemoveMultipleNumbers) | |
TEST (SequentialIdGeneratorTest, MaybeRemoveNumbers) | |
TEST (SettingsPluginTest, SendSettingsSendsMessage) | |
TEST (SettingsPluginTest, SendSettingsGetsSettings) | |
TEST (SettingsPluginTest, StartWatchingStartsWatchingChanges) | |
TEST (SettingsPluginTest, HighContrastModeHonored) | |
TEST (SystemUtils, GetPreferredLanguageInfo) | |
TEST (SystemUtils, GetPreferredLanguages) | |
TEST (SystemUtils, ParseLanguageNameGeneric) | |
TEST (SystemUtils, ParseLanguageNameWithRegion) | |
TEST (SystemUtils, ParseLanguageNameWithScript) | |
TEST (SystemUtils, ParseLanguageNameWithRegionAndScript) | |
TEST (SystemUtils, ParseLanguageNameWithSuplementalLanguage) | |
TEST (SystemUtils, ParseLanguageNameWithThreeCharacterLanguage) | |
TEST (SystemUtils, GetUserTimeFormat) | |
TEST (SystemUtils, Prefer24HourTimeHandlesEmptyFormat) | |
TEST (SystemUtils, Prefer24HourTimeHandles12Hour) | |
TEST (SystemUtils, Prefer24HourTimeHandles24Hour) | |
TEST (TaskRunnerTest, MaybeExecuteTaskWithExactOrder) | |
TEST (TaskRunnerTest, MaybeExecuteTaskOnlyExpired) | |
TEST_F (TextInputPluginTest, TextMethodsWorksWithEmptyModel) | |
TEST_F (TextInputPluginTest, ClearClientResetsComposing) | |
TEST_F (TextInputPluginTest, ClearClientRequiresView) | |
TEST_F (TextInputPluginTest, VerifyComposingSendStateUpdate) | |
TEST_F (TextInputPluginTest, VerifyInputActionNewlineInsertNewLine) | |
TEST_F (TextInputPluginTest, VerifyInputActionSendDoesNotInsertNewLine) | |
TEST_F (TextInputPluginTest, TextEditingWorksWithDeltaModel) | |
TEST_F (TextInputPluginTest, CompositionCursorPos) | |
TEST_F (TextInputPluginTest, TransformCursorRect) | |
TEST_F (TextInputPluginTest, SetMarkedTextRectRequiresView) | |
TEST (WindowProcDelegateManagerTest, CallsCorrectly) | |
TEST (WindowProcDelegateManagerTest, ReplacementRegister) | |
TEST (WindowProcDelegateManagerTest, RegisterMultiple) | |
TEST (WindowProcDelegateManagerTest, Ordered) | |
TEST (WindowProcDelegateManagerTest, ConflictingDelegates) | |
TEST (WindowProcDelegateManagerTest, Unregister) | |
TEST (MockWindow, CreateDestroy) | |
TEST (MockWindow, GetDpiAfterCreate) | |
TEST (MockWindow, VerticalScroll) | |
TEST (MockWindow, OnImeCompositionCompose) | |
TEST (MockWindow, OnImeCompositionResult) | |
TEST (MockWindow, OnImeCompositionResultAndCompose) | |
TEST (MockWindow, OnImeCompositionClearChange) | |
TEST (MockWindow, HorizontalScroll) | |
TEST (MockWindow, MouseLeave) | |
TEST (MockWindow, KeyDown) | |
TEST (MockWindow, KeyUp) | |
TEST (MockWindow, SysKeyDown) | |
TEST (MockWindow, SysKeyUp) | |
TEST (MockWindow, KeyDownPrintable) | |
TEST (MockWindow, KeyDownWithCtrl) | |
TEST (MockWindow, KeyDownWithCtrlToggled) | |
TEST (MockWindow, Paint) | |
TEST (MockWindow, PointerHitTest) | |
TEST (MockWindow, TouchPadHitTest) | |
TEST (MockWindow, UnknownPointerTypeSkipsDirectManipulation) | |
TEST (MockWindow, DISABLED_GetObjectUia) | |
TEST_F (WindowsLifecycleManagerTest, StateTransitions) | |
FlutterSemanticsNode2 | CreateSemanticsNode (int32_t id, const char *label, const std::vector< int32_t > *children=nullptr) |
TEST (AccessibilityBridgeTest, BasicTest) | |
TEST (AccessibilityBridgeTest, AccessibilityRootId) | |
TEST (AccessibilityBridgeTest, AddOrder) | |
TEST (AccessibilityBridgeTest, CanFireChildrenChangedCorrectly) | |
TEST (AccessibilityBridgeTest, CanHandleSelectionChangeCorrectly) | |
TEST (AccessibilityBridgeTest, DoesNotAssignEditableRootToSelectableText) | |
TEST (AccessibilityBridgeTest, SwitchHasSwitchRole) | |
TEST (AccessibilityBridgeTest, SliderHasSliderRole) | |
TEST (AccessibilityBridgeTest, CanSetCheckboxChecked) | |
TEST (AccessibilityBridgeTest, CanReparentNode) | |
TEST (AccessibilityBridgeTest, CanReparentMultipleNodes) | |
TEST (AccessibilityBridgeTest, CanReparentNodeWithChild) | |
TEST (AccessibilityBridgeTest, AXTreeManagerTest) | |
TEST (AccessibilityBridgeTest, LineBreakingObjectTest) | |
TEST (FlutterPlatformNodeDelegateTest, NodeDelegateHasUniqueId) | |
TEST (FlutterPlatformNodeDelegateTest, canPerfomActions) | |
TEST (FlutterPlatformNodeDelegateTest, canGetAXNode) | |
TEST (FlutterPlatformNodeDelegateTest, canCalculateBoundsCorrectly) | |
TEST (FlutterPlatformNodeDelegateTest, canCalculateOffScreenBoundsCorrectly) | |
TEST (FlutterPlatformNodeDelegateTest, canUseOwnerBridge) | |
TEST (FlutterPlatformNodeDelegateTest, selfIsLowestPlatformAncestor) | |
TEST (FlutterPlatformNodeDelegateTest, canGetFromNodeID) | |
Variables | |
constexpr uint64_t | kScanCodeKeyA = 0x1e |
constexpr uint64_t | kVirtualKeyA = 0x41 |
FlutterSemanticsNode2 flutter::testing::CreateSemanticsNode | ( | int32_t | id, |
const char * | label, | ||
const std::vector< int32_t > * | children = nullptr |
||
) |
flutter::testing::TEST | ( | AccessibilityBridgeTest | , |
AccessibilityRootId | |||
) |
flutter::testing::TEST | ( | AccessibilityBridgeTest | , |
AddOrder | |||
) |
flutter::testing::TEST | ( | AccessibilityBridgeTest | , |
AXTreeManagerTest | |||
) |
Definition at line 546 of file accessibility_bridge_unittests.cc.
flutter::testing::TEST | ( | AccessibilityBridgeTest | , |
BasicTest | |||
) |
flutter::testing::TEST | ( | AccessibilityBridgeTest | , |
CanFireChildrenChangedCorrectly | |||
) |
flutter::testing::TEST | ( | AccessibilityBridgeTest | , |
CanHandleSelectionChangeCorrectly | |||
) |
flutter::testing::TEST | ( | AccessibilityBridgeTest | , |
CanReparentMultipleNodes | |||
) |
flutter::testing::TEST | ( | AccessibilityBridgeTest | , |
CanReparentNode | |||
) |
flutter::testing::TEST | ( | AccessibilityBridgeTest | , |
CanReparentNodeWithChild | |||
) |
flutter::testing::TEST | ( | AccessibilityBridgeTest | , |
CanSetCheckboxChecked | |||
) |
flutter::testing::TEST | ( | AccessibilityBridgeTest | , |
DoesNotAssignEditableRootToSelectableText | |||
) |
flutter::testing::TEST | ( | AccessibilityBridgeTest | , |
LineBreakingObjectTest | |||
) |
flutter::testing::TEST | ( | AccessibilityBridgeTest | , |
SliderHasSliderRole | |||
) |
flutter::testing::TEST | ( | AccessibilityBridgeTest | , |
SwitchHasSwitchRole | |||
) |
flutter::testing::TEST | ( | AccessibilityBridgeWindows | , |
DispatchAccessibilityAction | |||
) |
Definition at line 269 of file accessibility_bridge_windows_unittests.cc.
References action, and flutter::AccessibilityBridgeWindows::DispatchAccessibilityAction().
flutter::testing::TEST | ( | AccessibilityBridgeWindows | , |
GetParent | |||
) |
Definition at line 237 of file accessibility_bridge_windows_unittests.cc.
flutter::testing::TEST | ( | AccessibilityBridgeWindows | , |
GetParentOnRootRetunsNullptr | |||
) |
Definition at line 254 of file accessibility_bridge_windows_unittests.cc.
flutter::testing::TEST | ( | AccessibilityBridgeWindows | , |
OnAccessibilityEventAlert | |||
) |
Definition at line 295 of file accessibility_bridge_windows_unittests.cc.
flutter::testing::TEST | ( | AccessibilityBridgeWindows | , |
OnAccessibilityEventChildrenChanged | |||
) |
Definition at line 300 of file accessibility_bridge_windows_unittests.cc.
flutter::testing::TEST | ( | AccessibilityBridgeWindows | , |
OnAccessibilityEventFocusChanged | |||
) |
Definition at line 305 of file accessibility_bridge_windows_unittests.cc.
flutter::testing::TEST | ( | AccessibilityBridgeWindows | , |
OnAccessibilityEventIgnoredChanged | |||
) |
Definition at line 329 of file accessibility_bridge_windows_unittests.cc.
flutter::testing::TEST | ( | AccessibilityBridgeWindows | , |
OnAccessibilityHScrollPosChanged | |||
) |
Definition at line 351 of file accessibility_bridge_windows_unittests.cc.
flutter::testing::TEST | ( | AccessibilityBridgeWindows | , |
OnAccessibilityImageAnnotationChanged | |||
) |
Definition at line 335 of file accessibility_bridge_windows_unittests.cc.
flutter::testing::TEST | ( | AccessibilityBridgeWindows | , |
OnAccessibilityLiveRegionChanged | |||
) |
Definition at line 341 of file accessibility_bridge_windows_unittests.cc.
flutter::testing::TEST | ( | AccessibilityBridgeWindows | , |
OnAccessibilityNameChanged | |||
) |
Definition at line 346 of file accessibility_bridge_windows_unittests.cc.
flutter::testing::TEST | ( | AccessibilityBridgeWindows | , |
OnAccessibilitySelectedChanged | |||
) |
Definition at line 363 of file accessibility_bridge_windows_unittests.cc.
flutter::testing::TEST | ( | AccessibilityBridgeWindows | , |
OnAccessibilitySelectedChildrenChanged | |||
) |
Definition at line 368 of file accessibility_bridge_windows_unittests.cc.
flutter::testing::TEST | ( | AccessibilityBridgeWindows | , |
OnAccessibilityStateChanged | |||
) |
Definition at line 384 of file accessibility_bridge_windows_unittests.cc.
flutter::testing::TEST | ( | AccessibilityBridgeWindows | , |
OnAccessibilitySubtreeCreated | |||
) |
Definition at line 374 of file accessibility_bridge_windows_unittests.cc.
flutter::testing::TEST | ( | AccessibilityBridgeWindows | , |
OnAccessibilityValueChanged | |||
) |
Definition at line 379 of file accessibility_bridge_windows_unittests.cc.
flutter::testing::TEST | ( | AccessibilityBridgeWindows | , |
OnAccessibilityVScrollPosChanged | |||
) |
Definition at line 357 of file accessibility_bridge_windows_unittests.cc.
flutter::testing::TEST | ( | AccessibilityBridgeWindows | , |
OnDocumentSelectionChanged | |||
) |
Definition at line 390 of file accessibility_bridge_windows_unittests.cc.
flutter::testing::TEST | ( | DirectManipulationTest | , |
TestGesture | |||
) |
flutter::testing::TEST | ( | DirectManipulationTest | , |
TestGestureWithInitialData | |||
) |
flutter::testing::TEST | ( | DirectManipulationTest | , |
TestInertiaCamcelNotSentAtInertiaEnd | |||
) |
flutter::testing::TEST | ( | DirectManipulationTest | , |
TestInertiaCancelSentForUserCancel | |||
) |
flutter::testing::TEST | ( | DirectManipulationTest | , |
TestRounding | |||
) |
flutter::testing::TEST | ( | DpiUtilsTest | , |
NonZero | |||
) |
Definition at line 13 of file dpi_utils_unittests.cc.
References flutter::GetDpiForHWND(), and flutter::GetDpiForMonitor().
flutter::testing::TEST | ( | DpiUtilsTest | , |
NullHwndUsesPrimaryMonitor | |||
) |
Definition at line 18 of file dpi_utils_unittests.cc.
References flutter::GetDpiForHWND(), and flutter::GetDpiForMonitor().
flutter::testing::TEST | ( | FlutterPlatformNodeDelegateTest | , |
canCalculateBoundsCorrectly | |||
) |
Definition at line 110 of file flutter_platform_node_delegate_unittests.cc.
flutter::testing::TEST | ( | FlutterPlatformNodeDelegateTest | , |
canCalculateOffScreenBoundsCorrectly | |||
) |
Definition at line 156 of file flutter_platform_node_delegate_unittests.cc.
flutter::testing::TEST | ( | FlutterPlatformNodeDelegateTest | , |
canGetAXNode | |||
) |
Definition at line 84 of file flutter_platform_node_delegate_unittests.cc.
flutter::testing::TEST | ( | FlutterPlatformNodeDelegateTest | , |
canGetFromNodeID | |||
) |
Definition at line 271 of file flutter_platform_node_delegate_unittests.cc.
flutter::testing::TEST | ( | FlutterPlatformNodeDelegateTest | , |
canPerfomActions | |||
) |
Definition at line 40 of file flutter_platform_node_delegate_unittests.cc.
flutter::testing::TEST | ( | FlutterPlatformNodeDelegateTest | , |
canUseOwnerBridge | |||
) |
Definition at line 202 of file flutter_platform_node_delegate_unittests.cc.
flutter::testing::TEST | ( | FlutterPlatformNodeDelegateTest | , |
NodeDelegateHasUniqueId | |||
) |
Definition at line 15 of file flutter_platform_node_delegate_unittests.cc.
flutter::testing::TEST | ( | FlutterPlatformNodeDelegateTest | , |
selfIsLowestPlatformAncestor | |||
) |
Definition at line 249 of file flutter_platform_node_delegate_unittests.cc.
flutter::testing::TEST | ( | FlutterProjectBundle | , |
BasicPropertiesAbsolutePaths | |||
) |
Definition at line 11 of file flutter_project_bundle_unittests.cc.
References flutter::FlutterProjectBundle::assets_path(), FlutterDesktopEngineProperties::assets_path, flutter::FlutterProjectBundle::HasValidPaths(), FlutterDesktopEngineProperties::icu_data_path, and flutter::FlutterProjectBundle::icu_path().
flutter::testing::TEST | ( | FlutterProjectBundle | , |
BasicPropertiesRelativePaths | |||
) |
Definition at line 23 of file flutter_project_bundle_unittests.cc.
References flutter::FlutterProjectBundle::assets_path(), FlutterDesktopEngineProperties::assets_path, flutter::FlutterProjectBundle::HasValidPaths(), FlutterDesktopEngineProperties::icu_data_path, and flutter::FlutterProjectBundle::icu_path().
flutter::testing::TEST | ( | FlutterProjectBundle | , |
DartEntrypointArguments | |||
) |
Definition at line 50 of file flutter_project_bundle_unittests.cc.
References FlutterDesktopEngineProperties::assets_path, FlutterDesktopEngineProperties::dart_entrypoint_argc, flutter::FlutterProjectBundle::dart_entrypoint_arguments(), FlutterDesktopEngineProperties::dart_entrypoint_argv, and FlutterDesktopEngineProperties::icu_data_path.
flutter::testing::TEST | ( | FlutterProjectBundle | , |
Switches | |||
) |
Definition at line 69 of file flutter_project_bundle_unittests.cc.
References FlutterDesktopEngineProperties::assets_path, flutter::FlutterProjectBundle::GetSwitches(), and FlutterDesktopEngineProperties::icu_data_path.
flutter::testing::TEST | ( | FlutterProjectBundle | , |
SwitchesEmpty | |||
) |
Definition at line 37 of file flutter_project_bundle_unittests.cc.
References FlutterDesktopEngineProperties::assets_path, flutter::FlutterProjectBundle::GetSwitches(), and FlutterDesktopEngineProperties::icu_data_path.
flutter::testing::TEST | ( | FlutterWindowsTextureRegistrarTest | , |
CreateDestroy | |||
) |
Definition at line 67 of file flutter_windows_texture_registrar_unittests.cc.
flutter::testing::TEST | ( | FlutterWindowsTextureRegistrarTest | , |
PopulateD3dTexture | |||
) |
Definition at line 267 of file flutter_windows_texture_registrar_unittests.cc.
References FlutterDesktopGpuSurfaceTextureConfig::callback, FlutterDesktopTextureInfo::gpu_surface_config, FlutterDesktopGpuSurfaceDescriptor::handle, FlutterDesktopGpuSurfaceDescriptor::height, kFlutterDesktopGpuSurfaceTexture, kFlutterDesktopGpuSurfaceTypeD3d11Texture2D, flutter::FlutterWindowsTextureRegistrar::PopulateTexture(), flutter::FlutterWindowsTextureRegistrar::RegisterTexture(), FlutterDesktopGpuSurfaceDescriptor::release_callback, FlutterDesktopGpuSurfaceDescriptor::release_context, FlutterDesktopGpuSurfaceDescriptor::struct_size, FlutterDesktopGpuSurfaceTextureConfig::struct_size, texture_id, FlutterDesktopGpuSurfaceTextureConfig::type, FlutterDesktopTextureInfo::type, user_data, FlutterDesktopGpuSurfaceTextureConfig::user_data, FlutterDesktopGpuSurfaceDescriptor::visible_height, FlutterDesktopGpuSurfaceDescriptor::visible_width, and FlutterDesktopGpuSurfaceDescriptor::width.
flutter::testing::TEST | ( | FlutterWindowsTextureRegistrarTest | , |
PopulateD3dTextureWithHandle | |||
) |
Definition at line 205 of file flutter_windows_texture_registrar_unittests.cc.
References FlutterDesktopGpuSurfaceTextureConfig::callback, FlutterDesktopTextureInfo::gpu_surface_config, FlutterDesktopGpuSurfaceDescriptor::handle, FlutterDesktopGpuSurfaceDescriptor::height, kFlutterDesktopGpuSurfaceTexture, kFlutterDesktopGpuSurfaceTypeDxgiSharedHandle, flutter::FlutterWindowsTextureRegistrar::PopulateTexture(), flutter::FlutterWindowsTextureRegistrar::RegisterTexture(), FlutterDesktopGpuSurfaceDescriptor::release_callback, FlutterDesktopGpuSurfaceDescriptor::release_context, FlutterDesktopGpuSurfaceDescriptor::struct_size, FlutterDesktopGpuSurfaceTextureConfig::struct_size, texture_id, FlutterDesktopGpuSurfaceTextureConfig::type, FlutterDesktopTextureInfo::type, user_data, FlutterDesktopGpuSurfaceTextureConfig::user_data, FlutterDesktopGpuSurfaceDescriptor::visible_height, FlutterDesktopGpuSurfaceDescriptor::visible_width, and FlutterDesktopGpuSurfaceDescriptor::width.
flutter::testing::TEST | ( | FlutterWindowsTextureRegistrarTest | , |
PopulateInvalidTexture | |||
) |
Definition at line 323 of file flutter_windows_texture_registrar_unittests.cc.
References flutter::FlutterWindowsTextureRegistrar::PopulateTexture().
flutter::testing::TEST | ( | FlutterWindowsTextureRegistrarTest | , |
PopulatePixelBufferTexture | |||
) |
Definition at line 154 of file flutter_windows_texture_registrar_unittests.cc.
References FlutterDesktopPixelBuffer::buffer, FlutterDesktopPixelBufferTextureConfig::callback, FlutterDesktopPixelBuffer::height, kFlutterDesktopPixelBufferTexture, FlutterDesktopTextureInfo::pixel_buffer_config, flutter::FlutterWindowsTextureRegistrar::PopulateTexture(), flutter::FlutterWindowsTextureRegistrar::RegisterTexture(), FlutterDesktopPixelBuffer::release_callback, FlutterDesktopPixelBuffer::release_context, texture_id, FlutterDesktopTextureInfo::type, user_data, FlutterDesktopPixelBufferTextureConfig::user_data, and FlutterDesktopPixelBuffer::width.
flutter::testing::TEST | ( | FlutterWindowsTextureRegistrarTest | , |
RegisterUnknownTextureType | |||
) |
Definition at line 140 of file flutter_windows_texture_registrar_unittests.cc.
References flutter::FlutterWindowsTextureRegistrar::RegisterTexture(), texture_id, and FlutterDesktopTextureInfo::type.
flutter::testing::TEST | ( | FlutterWindowsTextureRegistrarTest | , |
RegisterUnregisterTexture | |||
) |
Definition at line 75 of file flutter_windows_texture_registrar_unittests.cc.
References callback, FlutterDesktopPixelBufferTextureConfig::callback, kFlutterDesktopPixelBufferTexture, flutter::FlutterWindowsTextureRegistrar::MarkTextureFrameAvailable(), FlutterDesktopTextureInfo::pixel_buffer_config, flutter::FlutterWindowsTextureRegistrar::RegisterTexture(), texture_id, FlutterDesktopTextureInfo::type, flutter::FlutterWindowsTextureRegistrar::UnregisterTexture(), and user_data.
flutter::testing::TEST | ( | FlutterWindowsTextureRegistrarTest | , |
UnregisterTextureWithEngineDownInvokesCallback | |||
) |
Definition at line 333 of file flutter_windows_texture_registrar_unittests.cc.
References flutter::FlutterWindowsTextureRegistrar::UnregisterTexture().
flutter::testing::TEST | ( | FlutterWindowsViewTest | , |
AccessibilityHitTesting | |||
) |
Definition at line 752 of file flutter_windows_view_unittests.cc.
flutter::testing::TEST | ( | FlutterWindowsViewTest | , |
AddSemanticsNodeUpdate | |||
) |
flutter::testing::TEST | ( | FlutterWindowsViewTest | , |
AddSemanticsNodeUpdateWithChildren | |||
) |
flutter::testing::TEST | ( | FlutterWindowsViewTest | , |
CheckboxNativeState | |||
) |
Definition at line 1116 of file flutter_windows_view_unittests.cc.
flutter::testing::TEST | ( | FlutterWindowsViewTest | , |
DisablesVSyncAfterStartup | |||
) |
flutter::testing::TEST | ( | FlutterWindowsViewTest | , |
DisablesVSyncAtStartup | |||
) |
Definition at line 1434 of file flutter_windows_view_unittests.cc.
flutter::testing::TEST | ( | FlutterWindowsViewTest | , |
EnableSemantics | |||
) |
Definition at line 309 of file flutter_windows_view_unittests.cc.
flutter::testing::TEST | ( | FlutterWindowsViewTest | , |
EnablesVSyncAfterStartup | |||
) |
flutter::testing::TEST | ( | FlutterWindowsViewTest | , |
EnablesVSyncAtStartup | |||
) |
Definition at line 1470 of file flutter_windows_view_unittests.cc.
flutter::testing::TEST | ( | FlutterWindowsViewTest | , |
KeySequence | |||
) |
Definition at line 291 of file flutter_windows_view_unittests.cc.
References kScanCodeKeyA, and kVirtualKeyA.
flutter::testing::TEST | ( | FlutterWindowsViewTest | , |
NonZeroSemanticsRoot | |||
) |
Definition at line 626 of file flutter_windows_view_unittests.cc.
flutter::testing::TEST | ( | FlutterWindowsViewTest | , |
Shutdown | |||
) |
flutter::testing::TEST | ( | FlutterWindowsViewTest | , |
SubMenuExpandedState | |||
) |
Definition at line 137 of file flutter_windows_view_unittests.cc.
flutter::testing::TEST | ( | FlutterWindowsViewTest | , |
SwitchNativeState | |||
) |
Definition at line 1260 of file flutter_windows_view_unittests.cc.
flutter::testing::TEST | ( | FlutterWindowsViewTest | , |
TestEmptyFrameResizes | |||
) |
Definition at line 917 of file flutter_windows_view_unittests.cc.
flutter::testing::TEST | ( | FlutterWindowsViewTest | , |
TooltipNodeData | |||
) |
Definition at line 1377 of file flutter_windows_view_unittests.cc.
flutter::testing::TEST | ( | FlutterWindowsViewTest | , |
UpdatesVSyncOnDwmUpdates | |||
) |
flutter::testing::TEST | ( | FlutterWindowsViewTest | , |
WindowRepaintTests | |||
) |
Definition at line 1092 of file flutter_windows_view_unittests.cc.
References flutter::kImplicitViewId.
flutter::testing::TEST | ( | FlutterWindowsViewTest | , |
WindowResizeInvalidSurface | |||
) |
Definition at line 1030 of file flutter_windows_view_unittests.cc.
flutter::testing::TEST | ( | FlutterWindowsViewTest | , |
WindowResizeRace | |||
) |
Definition at line 983 of file flutter_windows_view_unittests.cc.
flutter::testing::TEST | ( | FlutterWindowsViewTest | , |
WindowResizeTests | |||
) |
Definition at line 844 of file flutter_windows_view_unittests.cc.
flutter::testing::TEST | ( | FlutterWindowsViewTest | , |
WindowResizeWithoutSurface | |||
) |
Definition at line 1068 of file flutter_windows_view_unittests.cc.
flutter::testing::TEST | ( | KeyboardKeyChannelHandlerTest | , |
DeadKeysDoNotCrash | |||
) |
Definition at line 128 of file keyboard_key_channel_handler_unittests.cc.
References character, flutter::MessageCodec< T >::DecodeMessage(), flutter::JsonMessageCodec::GetInstance(), and message.
flutter::testing::TEST | ( | KeyboardKeyChannelHandlerTest | , |
EmptyResponsesDoNotCrash | |||
) |
flutter::testing::TEST | ( | KeyboardKeyChannelHandlerTest | , |
ExtendedKeysAreSentToRedispatch | |||
) |
Definition at line 88 of file keyboard_key_channel_handler_unittests.cc.
References flutter::MessageCodec< T >::DecodeMessage(), flutter::JsonMessageCodec::GetInstance(), and message.
flutter::testing::TEST | ( | KeyboardKeyChannelHandlerTest | , |
KeyboardHookHandling | |||
) |
Definition at line 33 of file keyboard_key_channel_handler_unittests.cc.
References flutter::MessageCodec< T >::DecodeMessage(), flutter::JsonMessageCodec::GetInstance(), and message.
flutter::testing::TEST | ( | KeyboardKeyEmbedderHandlerTest | , |
AbruptRepeatIsConvertedToDown | |||
) |
Definition at line 764 of file keyboard_key_embedder_handler_unittests.cc.
References callback, kScanCodeKeyA, kVirtualKeyA, and user_data.
flutter::testing::TEST | ( | KeyboardKeyEmbedderHandlerTest | , |
AbruptUpIsIgnored | |||
) |
Definition at line 818 of file keyboard_key_embedder_handler_unittests.cc.
References callback, kScanCodeKeyA, kVirtualKeyA, and user_data.
flutter::testing::TEST | ( | KeyboardKeyEmbedderHandlerTest | , |
BasicKeyPressingAndHolding | |||
) |
Definition at line 119 of file keyboard_key_embedder_handler_unittests.cc.
References callback, kScanCodeKeyA, kVirtualKeyA, and user_data.
flutter::testing::TEST | ( | KeyboardKeyEmbedderHandlerTest | , |
ConvertChar32ToUtf8 | |||
) |
Definition at line 90 of file keyboard_key_embedder_handler_unittests.cc.
References flutter::ConvertChar32ToUtf8().
flutter::testing::TEST | ( | KeyboardKeyEmbedderHandlerTest | , |
DoNotSynthesizeModifierDownWhenPressed | |||
) |
Definition at line 562 of file keyboard_key_embedder_handler_unittests.cc.
References callback, flutter::kControl, flutter::kScanCodeControlLeft, flutter::kScanCodeControlRight, flutter::kScanCodeShiftLeft, flutter::kScanCodeShiftRight, flutter::kShift, and user_data.
flutter::testing::TEST | ( | KeyboardKeyEmbedderHandlerTest | , |
DoNotSynthesizeModifierUpWhenNotPressed | |||
) |
Definition at line 696 of file keyboard_key_embedder_handler_unittests.cc.
flutter::testing::TEST | ( | KeyboardKeyEmbedderHandlerTest | , |
ImeEventsAreIgnored | |||
) |
Definition at line 259 of file keyboard_key_embedder_handler_unittests.cc.
References callback, kScanCodeKeyA, kVirtualKeyA, and user_data.
flutter::testing::TEST | ( | KeyboardKeyEmbedderHandlerTest | , |
ModifierKeysByExtendedBit | |||
) |
Definition at line 333 of file keyboard_key_embedder_handler_unittests.cc.
flutter::testing::TEST | ( | KeyboardKeyEmbedderHandlerTest | , |
ModifierKeysByVirtualKey | |||
) |
Definition at line 426 of file keyboard_key_embedder_handler_unittests.cc.
References callback, flutter::kScanCodeShiftLeft, flutter::kScanCodeShiftRight, and user_data.
flutter::testing::TEST | ( | KeyboardKeyEmbedderHandlerTest | , |
RepeatedDownIsIgnored | |||
) |
Definition at line 716 of file keyboard_key_embedder_handler_unittests.cc.
References callback, kScanCodeKeyA, kVirtualKeyA, and user_data.
flutter::testing::TEST | ( | KeyboardKeyEmbedderHandlerTest | , |
SynthesizeForDesyncPressingState | |||
) |
Definition at line 851 of file keyboard_key_embedder_handler_unittests.cc.
References callback, kScanCodeKeyA, kVirtualKeyA, and user_data.
flutter::testing::TEST | ( | KeyboardKeyEmbedderHandlerTest | , |
SynthesizeForDesyncToggledState | |||
) |
Definition at line 939 of file keyboard_key_embedder_handler_unittests.cc.
References callback, kScanCodeKeyA, kVirtualKeyA, and user_data.
flutter::testing::TEST | ( | KeyboardKeyEmbedderHandlerTest | , |
SynthesizeForDesyncToggledStateByItselfsDown | |||
) |
Definition at line 1119 of file keyboard_key_embedder_handler_unittests.cc.
flutter::testing::TEST | ( | KeyboardKeyEmbedderHandlerTest | , |
SynthesizeForDesyncToggledStateByItselfsUp | |||
) |
Definition at line 1059 of file keyboard_key_embedder_handler_unittests.cc.
flutter::testing::TEST | ( | KeyboardKeyEmbedderHandlerTest | , |
SynthesizeModifierLeftKeyDownWhenNotPressed | |||
) |
Definition at line 519 of file keyboard_key_embedder_handler_unittests.cc.
References callback, flutter::kControl, flutter::kShift, and user_data.
flutter::testing::TEST | ( | KeyboardKeyEmbedderHandlerTest | , |
SynthesizeModifierUpWhenPressed | |||
) |
Definition at line 615 of file keyboard_key_embedder_handler_unittests.cc.
References callback, flutter::kScanCodeControlLeft, flutter::kScanCodeControlRight, flutter::kScanCodeShiftLeft, flutter::kScanCodeShiftRight, and user_data.
flutter::testing::TEST | ( | KeyboardKeyEmbedderHandlerTest | , |
SynthesizeWithInitialTogglingState | |||
) |
Definition at line 1177 of file keyboard_key_embedder_handler_unittests.cc.
flutter::testing::TEST | ( | KeyboardKeyEmbedderHandlerTest | , |
SysKeyPress | |||
) |
Definition at line 1213 of file keyboard_key_embedder_handler_unittests.cc.
flutter::testing::TEST | ( | KeyboardKeyEmbedderHandlerTest | , |
ToggleNumLockDuringNumpadPress | |||
) |
Definition at line 187 of file keyboard_key_embedder_handler_unittests.cc.
flutter::testing::TEST | ( | KeyboardKeyHandlerTest | , |
HandlerGetPressedState | |||
) |
Definition at line 311 of file keyboard_key_handler_unittests.cc.
References callback, kScanCodeKeyA, kVirtualKeyA, message, and user_data.
flutter::testing::TEST | ( | KeyboardKeyHandlerTest | , |
KeyboardChannelGetPressedState | |||
) |
Definition at line 335 of file keyboard_key_handler_unittests.cc.
References flutter::KeyboardKeyHandler::AddDelegate(), callback, flutter::KeyboardKeyHandler::InitKeyboardChannel(), flutter::KeyboardKeyHandler::KeyboardHook(), kScanCodeKeyA, kVirtualKeyA, and user_data.
flutter::testing::TEST | ( | KeyboardKeyHandlerTest | , |
SingleDelegateWithAsyncResponds | |||
) |
Test 1: One event that is handled by the framework
Test 2: Two events that are unhandled by the framework
Definition at line 208 of file keyboard_key_handler_unittests.cc.
References hook_history, and message.
flutter::testing::TEST | ( | KeyboardKeyHandlerTest | , |
SingleDelegateWithSyncResponds | |||
) |
Test 1: One event that is handled by the framework
Test 2: An event unhandled by the framework
Definition at line 270 of file keyboard_key_handler_unittests.cc.
References hook_history, and message.
flutter::testing::TEST | ( | KeyboardWin32CommonTest | , |
EncodeUtf16 | |||
) |
flutter::testing::TEST | ( | MockWindow | , |
CreateDestroy | |||
) |
Definition at line 23 of file window_unittests.cc.
flutter::testing::TEST | ( | MockWindow | , |
DISABLED_GetObjectUia | |||
) |
Definition at line 364 of file window_unittests.cc.
flutter::testing::TEST | ( | MockWindow | , |
GetDpiAfterCreate | |||
) |
Definition at line 28 of file window_unittests.cc.
flutter::testing::TEST | ( | MockWindow | , |
HorizontalScroll | |||
) |
Definition at line 152 of file window_unittests.cc.
flutter::testing::TEST | ( | MockWindow | , |
KeyDown | |||
) |
Definition at line 179 of file window_unittests.cc.
flutter::testing::TEST | ( | MockWindow | , |
KeyDownPrintable | |||
) |
flutter::testing::TEST | ( | MockWindow | , |
KeyDownWithCtrl | |||
) |
Definition at line 230 of file window_unittests.cc.
flutter::testing::TEST | ( | MockWindow | , |
KeyDownWithCtrlToggled | |||
) |
flutter::testing::TEST | ( | MockWindow | , |
KeyUp | |||
) |
Definition at line 187 of file window_unittests.cc.
flutter::testing::TEST | ( | MockWindow | , |
MouseLeave | |||
) |
Definition at line 163 of file window_unittests.cc.
flutter::testing::TEST | ( | MockWindow | , |
OnImeCompositionClearChange | |||
) |
Definition at line 135 of file window_unittests.cc.
flutter::testing::TEST | ( | MockWindow | , |
OnImeCompositionCompose | |||
) |
Definition at line 45 of file window_unittests.cc.
flutter::testing::TEST | ( | MockWindow | , |
OnImeCompositionResult | |||
) |
Definition at line 71 of file window_unittests.cc.
flutter::testing::TEST | ( | MockWindow | , |
OnImeCompositionResultAndCompose | |||
) |
Definition at line 97 of file window_unittests.cc.
flutter::testing::TEST | ( | MockWindow | , |
Paint | |||
) |
Definition at line 281 of file window_unittests.cc.
flutter::testing::TEST | ( | MockWindow | , |
PointerHitTest | |||
) |
flutter::testing::TEST | ( | MockWindow | , |
SysKeyDown | |||
) |
Definition at line 195 of file window_unittests.cc.
flutter::testing::TEST | ( | MockWindow | , |
SysKeyUp | |||
) |
Definition at line 203 of file window_unittests.cc.
flutter::testing::TEST | ( | MockWindow | , |
TouchPadHitTest | |||
) |
flutter::testing::TEST | ( | MockWindow | , |
UnknownPointerTypeSkipsDirectManipulation | |||
) |
flutter::testing::TEST | ( | MockWindow | , |
VerticalScroll | |||
) |
Definition at line 33 of file window_unittests.cc.
flutter::testing::TEST | ( | SequentialIdGeneratorTest | , |
MaybeRemoveNumbers | |||
) |
Definition at line 35 of file sequential_id_generator_unittests.cc.
References flutter::SequentialIdGenerator::GetGeneratedId(), flutter::SequentialIdGenerator::HasGeneratedIdFor(), and flutter::SequentialIdGenerator::ReleaseNumber().
flutter::testing::TEST | ( | SequentialIdGeneratorTest | , |
RemoveMultipleNumbers | |||
) |
Definition at line 12 of file sequential_id_generator_unittests.cc.
References flutter::SequentialIdGenerator::GetGeneratedId(), flutter::SequentialIdGenerator::HasGeneratedIdFor(), and flutter::SequentialIdGenerator::ReleaseNumber().
flutter::testing::TEST | ( | SettingsPluginTest | , |
HighContrastModeHonored | |||
) |
flutter::testing::TEST | ( | SettingsPluginTest | , |
SendSettingsGetsSettings | |||
) |
flutter::testing::TEST | ( | SettingsPluginTest | , |
SendSettingsSendsMessage | |||
) |
flutter::testing::TEST | ( | SettingsPluginTest | , |
StartWatchingStartsWatchingChanges | |||
) |
flutter::testing::TEST | ( | SystemUtils | , |
GetPreferredLanguageInfo | |||
) |
Definition at line 16 of file system_utils_unittests.cc.
References flutter::GetPreferredLanguageInfo().
flutter::testing::TEST | ( | SystemUtils | , |
GetPreferredLanguages | |||
) |
Definition at line 26 of file system_utils_unittests.cc.
References flutter::GetPreferredLanguages().
flutter::testing::TEST | ( | SystemUtils | , |
GetUserTimeFormat | |||
) |
flutter::testing::TEST | ( | SystemUtils | , |
ParseLanguageNameGeneric | |||
) |
Definition at line 53 of file system_utils_unittests.cc.
References flutter::LanguageInfo::language, flutter::ParseLanguageName(), flutter::LanguageInfo::region, and flutter::LanguageInfo::script.
flutter::testing::TEST | ( | SystemUtils | , |
ParseLanguageNameWithRegion | |||
) |
Definition at line 60 of file system_utils_unittests.cc.
References flutter::LanguageInfo::language, flutter::ParseLanguageName(), flutter::LanguageInfo::region, and flutter::LanguageInfo::script.
flutter::testing::TEST | ( | SystemUtils | , |
ParseLanguageNameWithRegionAndScript | |||
) |
Definition at line 74 of file system_utils_unittests.cc.
References flutter::LanguageInfo::language, flutter::ParseLanguageName(), flutter::LanguageInfo::region, and flutter::LanguageInfo::script.
flutter::testing::TEST | ( | SystemUtils | , |
ParseLanguageNameWithScript | |||
) |
Definition at line 67 of file system_utils_unittests.cc.
References flutter::LanguageInfo::language, flutter::ParseLanguageName(), flutter::LanguageInfo::region, and flutter::LanguageInfo::script.
flutter::testing::TEST | ( | SystemUtils | , |
ParseLanguageNameWithSuplementalLanguage | |||
) |
Definition at line 81 of file system_utils_unittests.cc.
References flutter::LanguageInfo::language, flutter::ParseLanguageName(), flutter::LanguageInfo::region, and flutter::LanguageInfo::script.
flutter::testing::TEST | ( | SystemUtils | , |
ParseLanguageNameWithThreeCharacterLanguage | |||
) |
Definition at line 89 of file system_utils_unittests.cc.
References flutter::LanguageInfo::language, flutter::ParseLanguageName(), flutter::LanguageInfo::region, and flutter::LanguageInfo::script.
flutter::testing::TEST | ( | SystemUtils | , |
Prefer24HourTimeHandles12Hour | |||
) |
Definition at line 105 of file system_utils_unittests.cc.
References flutter::Prefer24HourTime().
flutter::testing::TEST | ( | SystemUtils | , |
Prefer24HourTimeHandles24Hour | |||
) |
Definition at line 109 of file system_utils_unittests.cc.
References flutter::Prefer24HourTime().
flutter::testing::TEST | ( | SystemUtils | , |
Prefer24HourTimeHandlesEmptyFormat | |||
) |
Definition at line 101 of file system_utils_unittests.cc.
References flutter::Prefer24HourTime().
flutter::testing::TEST | ( | TaskRunnerTest | , |
MaybeExecuteTaskOnlyExpired | |||
) |
Definition at line 68 of file task_runner_unittests.cc.
flutter::testing::TEST | ( | TaskRunnerTest | , |
MaybeExecuteTaskWithExactOrder | |||
) |
Definition at line 45 of file task_runner_unittests.cc.
flutter::testing::TEST | ( | WindowProcDelegateManagerTest | , |
CallsCorrectly | |||
) |
Definition at line 54 of file window_proc_delegate_manager_unittests.cc.
References message, flutter::WindowProcDelegateManager::OnTopLevelWindowProc(), and flutter::WindowProcDelegateManager::RegisterTopLevelWindowProcDelegate().
flutter::testing::TEST | ( | WindowProcDelegateManagerTest | , |
ConflictingDelegates | |||
) |
Definition at line 163 of file window_proc_delegate_manager_unittests.cc.
References message, flutter::WindowProcDelegateManager::OnTopLevelWindowProc(), and flutter::WindowProcDelegateManager::RegisterTopLevelWindowProcDelegate().
flutter::testing::TEST | ( | WindowProcDelegateManagerTest | , |
Ordered | |||
) |
Definition at line 128 of file window_proc_delegate_manager_unittests.cc.
References message, flutter::WindowProcDelegateManager::OnTopLevelWindowProc(), and flutter::WindowProcDelegateManager::RegisterTopLevelWindowProcDelegate().
flutter::testing::TEST | ( | WindowProcDelegateManagerTest | , |
RegisterMultiple | |||
) |
Definition at line 102 of file window_proc_delegate_manager_unittests.cc.
References message, flutter::WindowProcDelegateManager::OnTopLevelWindowProc(), and flutter::WindowProcDelegateManager::RegisterTopLevelWindowProcDelegate().
flutter::testing::TEST | ( | WindowProcDelegateManagerTest | , |
ReplacementRegister | |||
) |
Definition at line 76 of file window_proc_delegate_manager_unittests.cc.
References message, flutter::WindowProcDelegateManager::OnTopLevelWindowProc(), and flutter::WindowProcDelegateManager::RegisterTopLevelWindowProcDelegate().
flutter::testing::TEST | ( | WindowProcDelegateManagerTest | , |
Unregister | |||
) |
Definition at line 192 of file window_proc_delegate_manager_unittests.cc.
References message, flutter::WindowProcDelegateManager::OnTopLevelWindowProc(), flutter::WindowProcDelegateManager::RegisterTopLevelWindowProcDelegate(), and flutter::WindowProcDelegateManager::UnregisterTopLevelWindowProcDelegate().
flutter::testing::TEST | ( | WindowsNoFixtureTest | , |
GetTextureRegistrar | |||
) |
Definition at line 64 of file flutter_windows_unittests.cc.
References FlutterDesktopEngineProperties::assets_path, FlutterDesktopEngineCreate(), FlutterDesktopEngineDestroy(), FlutterDesktopEngineGetTextureRegistrar(), and FlutterDesktopEngineProperties::icu_data_path.
flutter::testing::TEST_F | ( | CompositorOpenGLTest | , |
CreateBackingStore | |||
) |
Definition at line 125 of file compositor_opengl_unittests.cc.
flutter::testing::TEST_F | ( | CompositorOpenGLTest | , |
InitializationFailure | |||
) |
Definition at line 138 of file compositor_opengl_unittests.cc.
flutter::testing::TEST_F | ( | CompositorOpenGLTest | , |
NoSurfaceIgnored | |||
) |
Definition at line 188 of file compositor_opengl_unittests.cc.
flutter::testing::TEST_F | ( | CompositorOpenGLTest | , |
Present | |||
) |
Definition at line 150 of file compositor_opengl_unittests.cc.
flutter::testing::TEST_F | ( | CompositorOpenGLTest | , |
PresentEmpty | |||
) |
Definition at line 174 of file compositor_opengl_unittests.cc.
flutter::testing::TEST_F | ( | CompositorSoftwareTest | , |
CreateBackingStore | |||
) |
Definition at line 70 of file compositor_software_unittests.cc.
References flutter::CompositorSoftware::CollectBackingStore(), and flutter::CompositorSoftware::CreateBackingStore().
flutter::testing::TEST_F | ( | CompositorSoftwareTest | , |
Present | |||
) |
Definition at line 80 of file compositor_software_unittests.cc.
References flutter::CompositorSoftware::CollectBackingStore(), flutter::CompositorSoftware::CreateBackingStore(), and flutter::CompositorSoftware::Present().
flutter::testing::TEST_F | ( | CompositorSoftwareTest | , |
PresentEmpty | |||
) |
Definition at line 101 of file compositor_software_unittests.cc.
References flutter::CompositorSoftware::Present().
flutter::testing::TEST_F | ( | CompositorSoftwareTest | , |
PresentMultiLayers | |||
) |
Definition at line 117 of file compositor_software_unittests.cc.
References flutter::CompositorSoftware::CollectBackingStore(), flutter::CompositorSoftware::CreateBackingStore(), and flutter::CompositorSoftware::Present().
flutter::testing::TEST_F | ( | CompositorSoftwareTest | , |
PresentOffsetLayers | |||
) |
Definition at line 167 of file compositor_software_unittests.cc.
References flutter::CompositorSoftware::CollectBackingStore(), flutter::CompositorSoftware::CreateBackingStore(), and flutter::CompositorSoftware::Present().
flutter::testing::TEST_F | ( | CursorHandlerTest | , |
ActivateSystemCursor | |||
) |
flutter::testing::TEST_F | ( | CursorHandlerTest | , |
ActivateSystemCursorRequiresView | |||
) |
flutter::testing::TEST_F | ( | CursorHandlerTest | , |
CreateCustomCursor | |||
) |
flutter::testing::TEST_F | ( | CursorHandlerTest | , |
DeleteCustomCursor | |||
) |
Definition at line 291 of file cursor_handler_unittests.cc.
References kCreateCustomCursorMethod, and kDeleteCustomCursorMethod.
flutter::testing::TEST_F | ( | CursorHandlerTest | , |
DeleteNonexistentCustomCursor | |||
) |
flutter::testing::TEST_F | ( | CursorHandlerTest | , |
SetCustomCursor | |||
) |
Definition at line 181 of file cursor_handler_unittests.cc.
References kCreateCustomCursorMethod, and kSetCustomCursorMethod.
flutter::testing::TEST_F | ( | CursorHandlerTest | , |
SetCustomCursorRequiresView | |||
) |
Definition at line 221 of file cursor_handler_unittests.cc.
References kCreateCustomCursorMethod, and kSetCustomCursorMethod.
flutter::testing::TEST_F | ( | CursorHandlerTest | , |
SetNonexistentCustomCursor | |||
) |
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
AccessibilityAnnouncement | |||
) |
Definition at line 657 of file flutter_windows_engine_unittests.cc.
References flutter::FlutterWindowsEngine::UpdateSemanticsEnabled().
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
AccessibilityAnnouncementHeadless | |||
) |
Definition at line 695 of file flutter_windows_engine_unittests.cc.
References flutter::FlutterWindowsEngine::UpdateSemanticsEnabled().
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
AccessibilityTooltip | |||
) |
Definition at line 719 of file flutter_windows_engine_unittests.cc.
References FlutterDesktopViewControllerGetEngine(), and flutter::FlutterWindowsEngine::UpdateSemanticsEnabled().
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
AddPluginRegistrarDestructionCallback | |||
) |
Definition at line 510 of file flutter_windows_engine_unittests.cc.
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
AddViewFailureDoesNotHang | |||
) |
Definition at line 1268 of file flutter_windows_engine_unittests.cc.
References flutter::FlutterEngine::Run().
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
ApplicationLifecycleExternalWindow | |||
) |
Definition at line 992 of file flutter_windows_engine_unittests.cc.
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
AppStartsInResumedState | |||
) |
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
ChannelListenedTo | |||
) |
Definition at line 1217 of file flutter_windows_engine_unittests.cc.
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
ConfiguresFrameVsync | |||
) |
Definition at line 167 of file flutter_windows_engine_unittests.cc.
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
DispatchSemanticsAction | |||
) |
Definition at line 464 of file flutter_windows_engine_unittests.cc.
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
EnableApplicationLifecycle | |||
) |
Definition at line 972 of file flutter_windows_engine_unittests.cc.
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
EnableLifecycleState | |||
) |
Definition at line 1116 of file flutter_windows_engine_unittests.cc.
References flutter::kHide, flutter::kShow, and message.
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
ExternalWindowMessage | |||
) |
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
GetExecutableName | |||
) |
Definition at line 573 of file flutter_windows_engine_unittests.cc.
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
InnerWindowHidden | |||
) |
Definition at line 1082 of file flutter_windows_engine_unittests.cc.
References flutter::kFocus, flutter::kHide, flutter::kInactive, flutter::kResumed, and flutter::kShow.
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
LifecycleManagerDisabledByDefault | |||
) |
Definition at line 953 of file flutter_windows_engine_unittests.cc.
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
LifecycleStateToFrom | |||
) |
Definition at line 1168 of file flutter_windows_engine_unittests.cc.
References flutter::kHide, flutter::kShow, and message.
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
LifecycleStateTransition | |||
) |
Definition at line 1029 of file flutter_windows_engine_unittests.cc.
References flutter::kHidden, flutter::kInactive, and flutter::kResumed.
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
PlatformMessageRespondOnDifferentThread | |||
) |
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
PlatformMessageRoundTrip | |||
) |
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
PostRasterThreadTask | |||
) |
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
ReceivePlatformViewMessage | |||
) |
Definition at line 1243 of file flutter_windows_engine_unittests.cc.
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
RemoveViewFailureDoesNotHang | |||
) |
Definition at line 1298 of file flutter_windows_engine_unittests.cc.
References flutter::FlutterEngine::Run().
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
RunDoesExpectedInitialization | |||
) |
Definition at line 51 of file flutter_windows_engine_unittests.cc.
References message, flutter::FlutterEngine::Run(), and user_data.
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
RunHeadless | |||
) |
Definition at line 39 of file flutter_windows_engine_unittests.cc.
References flutter::kImplicitViewId.
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
RunWithoutANGLEOnImpellerFailsToStart | |||
) |
Definition at line 247 of file flutter_windows_engine_unittests.cc.
References message, and flutter::FlutterEngine::Run().
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
RunWithoutANGLEUsesSoftware | |||
) |
Definition at line 194 of file flutter_windows_engine_unittests.cc.
References message, flutter::FlutterEngine::Run(), and user_data.
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
ScheduleFrame | |||
) |
Definition at line 541 of file flutter_windows_engine_unittests.cc.
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
SendPlatformMessageWithoutResponse | |||
) |
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
SendPlatformMessageWithResponse | |||
) |
Definition at line 405 of file flutter_windows_engine_unittests.cc.
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
SetNextFrameCallback | |||
) |
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
SetsThreadPriority | |||
) |
Definition at line 489 of file flutter_windows_engine_unittests.cc.
References flutter::WindowsPlatformThreadPrioritySetter().
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
TestExit | |||
) |
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
TestExitCancel | |||
) |
Definition at line 811 of file flutter_windows_engine_unittests.cc.
References flutter::kResumed, and message.
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
TestExitCloseMultiWindow | |||
) |
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
TestExitSecondCloseMessage | |||
) |
Definition at line 859 of file flutter_windows_engine_unittests.cc.
References flutter::kResumed, message, and user_data.
flutter::testing::TEST_F | ( | FlutterWindowsEngineTest | , |
UpdateHighContrastFeature | |||
) |
flutter::testing::TEST_F | ( | FlutterWindowTest | , |
AccessibilityNodeWithoutView | |||
) |
Definition at line 310 of file flutter_window_unittests.cc.
flutter::testing::TEST_F | ( | FlutterWindowTest | , |
AlertNode | |||
) |
flutter::testing::TEST_F | ( | FlutterWindowTest | , |
CachedLifecycleMessage | |||
) |
Definition at line 382 of file flutter_window_unittests.cc.
References flutter::kFocus, and flutter::kShow.
flutter::testing::TEST_F | ( | FlutterWindowTest | , |
CreateDestroy | |||
) |
Definition at line 118 of file flutter_window_unittests.cc.
flutter::testing::TEST_F | ( | FlutterWindowTest | , |
LifecycleFocusMessages | |||
) |
Definition at line 350 of file flutter_window_unittests.cc.
References flutter::kFocus, flutter::kHide, flutter::kShow, and flutter::kUnfocus.
flutter::testing::TEST_F | ( | FlutterWindowTest | , |
OnBitmapSurfaceUpdated | |||
) |
Definition at line 123 of file flutter_window_unittests.cc.
References flutter::FlutterWindow::OnBitmapSurfaceUpdated().
flutter::testing::TEST_F | ( | FlutterWindowTest | , |
OnCursorRectUpdatedHighDPI | |||
) |
Definition at line 153 of file flutter_window_unittests.cc.
flutter::testing::TEST_F | ( | FlutterWindowTest | , |
OnCursorRectUpdatedRegularDPI | |||
) |
Definition at line 140 of file flutter_window_unittests.cc.
flutter::testing::TEST_F | ( | FlutterWindowTest | , |
OnPointerStarSendsDeviceType | |||
) |
flutter::testing::TEST_F | ( | FlutterWindowTest | , |
OnScrollCallsGetScrollOffsetMultiplier | |||
) |
Definition at line 265 of file flutter_window_unittests.cc.
flutter::testing::TEST_F | ( | FlutterWindowTest | , |
OnThemeChange | |||
) |
Definition at line 296 of file flutter_window_unittests.cc.
flutter::testing::TEST_F | ( | FlutterWindowTest | , |
OnWindowRepaint | |||
) |
Definition at line 285 of file flutter_window_unittests.cc.
flutter::testing::TEST_F | ( | FlutterWindowTest | , |
UpdateCursor | |||
) |
Definition at line 415 of file flutter_window_unittests.cc.
References flutter::FlutterWindow::UpdateFlutterCursor().
flutter::testing::TEST_F | ( | KeyboardTest | , |
AltGrModifiedKey | |||
) |
Definition at line 1240 of file keyboard_unittests.cc.
References EXPECT_CALL_IS_EVENT, and EXPECT_CALL_IS_TEXT.
flutter::testing::TEST_F | ( | KeyboardTest | , |
AltGrTwice | |||
) |
flutter::testing::TEST_F | ( | KeyboardTest | , |
AltLeftUnhandled | |||
) |
flutter::testing::TEST_F | ( | KeyboardTest | , |
AltRightUnhandled | |||
) |
flutter::testing::TEST_F | ( | KeyboardTest | , |
ArrowLeftHandled | |||
) |
flutter::testing::TEST_F | ( | KeyboardTest | , |
ArrowLeftUnhandled | |||
) |
flutter::testing::TEST_F | ( | KeyboardTest | , |
CtrlLeftDigit1 | |||
) |
flutter::testing::TEST_F | ( | KeyboardTest | , |
CtrlLeftKeyA | |||
) |
Definition at line 1092 of file keyboard_unittests.cc.
References EXPECT_CALL_IS_EVENT, kScanCodeKeyA, and kVirtualKeyA.
flutter::testing::TEST_F | ( | KeyboardTest | , |
CtrlLeftUnhandled | |||
) |
flutter::testing::TEST_F | ( | KeyboardTest | , |
CtrlRightUnhandled | |||
) |
flutter::testing::TEST_F | ( | KeyboardTest | , |
DeadKeyThatCombines | |||
) |
Definition at line 1430 of file keyboard_unittests.cc.
References EXPECT_CALL_IS_EVENT, and EXPECT_CALL_IS_TEXT.
flutter::testing::TEST_F | ( | KeyboardTest | , |
DeadKeyThatDoesNotCombine | |||
) |
Definition at line 1574 of file keyboard_unittests.cc.
References EXPECT_CALL_IS_EVENT, and EXPECT_CALL_IS_TEXT.
flutter::testing::TEST_F | ( | KeyboardTest | , |
DeadKeyTwiceThenLetter | |||
) |
Definition at line 1643 of file keyboard_unittests.cc.
References callback, EXPECT_CALL_IS_EVENT, and EXPECT_CALL_IS_TEXT.
flutter::testing::TEST_F | ( | KeyboardTest | , |
DeadKeyWithoutDeadMaskThatCombines | |||
) |
Definition at line 1493 of file keyboard_unittests.cc.
References EXPECT_CALL_IS_EVENT, EXPECT_CALL_IS_TEXT, and flutter::kScanCodeShiftLeft.
flutter::testing::TEST_F | ( | KeyboardTest | , |
Digit1OnFrenchLayout | |||
) |
Definition at line 1207 of file keyboard_unittests.cc.
References EXPECT_CALL_IS_EVENT, and EXPECT_CALL_IS_TEXT.
flutter::testing::TEST_F | ( | KeyboardTest | , |
DoubleCapsLock | |||
) |
Definition at line 2466 of file keyboard_unittests.cc.
flutter::testing::TEST_F | ( | KeyboardTest | , |
ImeExtendedEventsAreIgnored | |||
) |
flutter::testing::TEST_F | ( | KeyboardTest | , |
LowerCaseAHandled | |||
) |
Definition at line 568 of file keyboard_unittests.cc.
References EXPECT_CALL_IS_EVENT, kScanCodeKeyA, and kVirtualKeyA.
flutter::testing::TEST_F | ( | KeyboardTest | , |
LowerCaseAUnhandled | |||
) |
Definition at line 599 of file keyboard_unittests.cc.
References EXPECT_CALL_IS_EVENT, EXPECT_CALL_IS_TEXT, kScanCodeKeyA, and kVirtualKeyA.
flutter::testing::TEST_F | ( | KeyboardTest | , |
MetaLeftUnhandled | |||
) |
flutter::testing::TEST_F | ( | KeyboardTest | , |
MetaRightUnhandled | |||
) |
flutter::testing::TEST_F | ( | KeyboardTest | , |
MultibyteCharacter | |||
) |
Definition at line 1727 of file keyboard_unittests.cc.
References EXPECT_CALL_IS_EVENT, and EXPECT_CALL_IS_TEXT.
flutter::testing::TEST_F | ( | KeyboardTest | , |
RepeatA | |||
) |
Definition at line 971 of file keyboard_unittests.cc.
References EXPECT_CALL_IS_EVENT, kScanCodeKeyA, and kVirtualKeyA.
flutter::testing::TEST_F | ( | KeyboardTest | , |
RestartClearsKeyboardState | |||
) |
Definition at line 1000 of file keyboard_unittests.cc.
References EXPECT_CALL_IS_EVENT, kScanCodeKeyA, and kVirtualKeyA.
flutter::testing::TEST_F | ( | KeyboardTest | , |
ShiftLeftKeyA | |||
) |
Definition at line 1032 of file keyboard_unittests.cc.
References EXPECT_CALL_IS_EVENT, EXPECT_CALL_IS_TEXT, kScanCodeKeyA, flutter::kScanCodeShiftLeft, and kVirtualKeyA.
flutter::testing::TEST_F | ( | KeyboardTest | , |
ShiftLeftUnhandled | |||
) |
Definition at line 693 of file keyboard_unittests.cc.
References EXPECT_CALL_IS_EVENT, and flutter::kScanCodeShiftLeft.
flutter::testing::TEST_F | ( | KeyboardTest | , |
ShiftRightUnhandled | |||
) |
Definition at line 738 of file keyboard_unittests.cc.
References EXPECT_CALL_IS_EVENT, and flutter::kScanCodeShiftRight.
flutter::testing::TEST_F | ( | KeyboardTest | , |
SlowFrameworkResponse | |||
) |
Definition at line 2059 of file keyboard_unittests.cc.
References callback, EXPECT_CALL_IS_EVENT, EXPECT_CALL_IS_TEXT, kScanCodeKeyA, and kVirtualKeyA.
flutter::testing::TEST_F | ( | KeyboardTest | , |
SlowFrameworkResponseForIdenticalEvents | |||
) |
Definition at line 2122 of file keyboard_unittests.cc.
References callback, EXPECT_CALL_IS_EVENT, EXPECT_CALL_IS_TEXT, kScanCodeKeyA, and kVirtualKeyA.
flutter::testing::TEST_F | ( | KeyboardTest | , |
SynthesizeModifiers | |||
) |
flutter::testing::TEST_F | ( | KeyboardTest | , |
TextInputSubmit | |||
) |
Definition at line 2198 of file keyboard_unittests.cc.
References EXPECT_CALL_IS_EVENT, EXPECT_CALL_IS_TEXT, EXPECT_CALL_IS_TEXT_METHOD_CALL, kScanCodeKeyA, and kVirtualKeyA.
flutter::testing::TEST_F | ( | KeyboardTest | , |
UpOnlyImeEventsAreCorrectlyHandled | |||
) |
Definition at line 2020 of file keyboard_unittests.cc.
References EXPECT_CALL_IS_EVENT, and flutter::kScanCodeShiftLeft.
flutter::testing::TEST_F | ( | KeyboardTest | , |
VietnameseTelexAddDiacriticWithFastResponse | |||
) |
Definition at line 2266 of file keyboard_unittests.cc.
References EXPECT_CALL_IS_EVENT, EXPECT_CALL_IS_TEXT, kScanCodeKeyA, and kVirtualKeyA.
flutter::testing::TEST_F | ( | KeyboardTest | , |
VietnameseTelexAddDiacriticWithSlowFalseResponse | |||
) |
Definition at line 2456 of file keyboard_unittests.cc.
References VietnameseTelexAddDiacriticWithSlowResponse().
flutter::testing::TEST_F | ( | KeyboardTest | , |
VietnameseTelexAddDiacriticWithSlowTrueResponse | |||
) |
Definition at line 2460 of file keyboard_unittests.cc.
References VietnameseTelexAddDiacriticWithSlowResponse().
flutter::testing::TEST_F | ( | PlatformHandlerTest | , |
ClipboardHasStrings | |||
) |
flutter::testing::TEST_F | ( | PlatformHandlerTest | , |
ClipboardHasStringsIgnoresPermissionErrors | |||
) |
flutter::testing::TEST_F | ( | PlatformHandlerTest | , |
ClipboardHasStringsRejectsUnknownContentType | |||
) |
Definition at line 309 of file platform_handler_unittests.cc.
flutter::testing::TEST_F | ( | PlatformHandlerTest | , |
ClipboardHasStringsReportsErrors | |||
) |
Definition at line 356 of file platform_handler_unittests.cc.
flutter::testing::TEST_F | ( | PlatformHandlerTest | , |
ClipboardHasStringsRequiresView | |||
) |
Definition at line 321 of file platform_handler_unittests.cc.
flutter::testing::TEST_F | ( | PlatformHandlerTest | , |
ClipboardHasStringsReturnsFalse | |||
) |
flutter::testing::TEST_F | ( | PlatformHandlerTest | , |
ClipboardSetData | |||
) |
flutter::testing::TEST_F | ( | PlatformHandlerTest | , |
ClipboardSetDataReportsOpenFailure | |||
) |
Definition at line 441 of file platform_handler_unittests.cc.
flutter::testing::TEST_F | ( | PlatformHandlerTest | , |
ClipboardSetDataReportsSetDataFailure | |||
) |
flutter::testing::TEST_F | ( | PlatformHandlerTest | , |
ClipboardSetDataRequiresView | |||
) |
Definition at line 427 of file platform_handler_unittests.cc.
flutter::testing::TEST_F | ( | PlatformHandlerTest | , |
ClipboardSetDataTextMustBeString | |||
) |
Definition at line 403 of file platform_handler_unittests.cc.
flutter::testing::TEST_F | ( | PlatformHandlerTest | , |
ClipboardSetDataUnknownType | |||
) |
Definition at line 415 of file platform_handler_unittests.cc.
flutter::testing::TEST_F | ( | PlatformHandlerTest | , |
GetClipboardData | |||
) |
flutter::testing::TEST_F | ( | PlatformHandlerTest | , |
GetClipboardDataRejectsUnknownContentType | |||
) |
Definition at line 196 of file platform_handler_unittests.cc.
flutter::testing::TEST_F | ( | PlatformHandlerTest | , |
GetClipboardDataReportsGetDataFailure | |||
) |
flutter::testing::TEST_F | ( | PlatformHandlerTest | , |
GetClipboardDataReportsOpenFailure | |||
) |
Definition at line 223 of file platform_handler_unittests.cc.
flutter::testing::TEST_F | ( | PlatformHandlerTest | , |
GetClipboardDataRequiresView | |||
) |
Definition at line 209 of file platform_handler_unittests.cc.
flutter::testing::TEST_F | ( | PlatformHandlerTest | , |
PlaySystemSound | |||
) |
Definition at line 484 of file platform_handler_unittests.cc.
flutter::testing::TEST_F | ( | PlatformHandlerTest | , |
SystemExitApplicationCancelableCancel | |||
) |
flutter::testing::TEST_F | ( | PlatformHandlerTest | , |
SystemExitApplicationCancelableExit | |||
) |
flutter::testing::TEST_F | ( | PlatformHandlerTest | , |
SystemExitApplicationRequired | |||
) |
flutter::testing::TEST_F | ( | TextInputPluginTest | , |
ClearClientRequiresView | |||
) |
Definition at line 207 of file text_input_plugin_unittest.cc.
References flutter::JsonMethodCodec::GetInstance(), kChannelName, and message.
flutter::testing::TEST_F | ( | TextInputPluginTest | , |
ClearClientResetsComposing | |||
) |
Definition at line 188 of file text_input_plugin_unittest.cc.
References flutter::JsonMethodCodec::GetInstance(), kChannelName, and message.
flutter::testing::TEST_F | ( | TextInputPluginTest | , |
CompositionCursorPos | |||
) |
Definition at line 453 of file text_input_plugin_unittest.cc.
References flutter::MethodCodec< T >::DecodeMethodCall(), flutter::MethodCodec< T >::EncodeMethodCall(), flutter::JsonMethodCodec::GetInstance(), kChannelName, kSelectionBaseKey, kSelectionExtentKey, kSetClientMethod, kUpdateEditingStateMethod, and message.
flutter::testing::TEST_F | ( | TextInputPluginTest | , |
SetMarkedTextRectRequiresView | |||
) |
Definition at line 583 of file text_input_plugin_unittest.cc.
References flutter::JsonMethodCodec::GetInstance(), kChannelName, and message.
flutter::testing::TEST_F | ( | TextInputPluginTest | , |
TextEditingWorksWithDeltaModel | |||
) |
Definition at line 395 of file text_input_plugin_unittest.cc.
References flutter::TextInputPlugin::ComposeBeginHook(), flutter::TextInputPlugin::ComposeChangeHook(), flutter::TextInputPlugin::ComposeCommitHook(), flutter::TextInputPlugin::ComposeEndHook(), flutter::MethodCodec< T >::EncodeMethodCall(), flutter::JsonMethodCodec::GetInstance(), kChannelName, kEnableDeltaModel, flutter::TextInputPlugin::KeyboardHook(), kSetClientMethod, message, and text.
flutter::testing::TEST_F | ( | TextInputPluginTest | , |
TextMethodsWorksWithEmptyModel | |||
) |
Definition at line 163 of file text_input_plugin_unittest.cc.
References flutter::TextInputPlugin::ComposeBeginHook(), flutter::TextInputPlugin::ComposeChangeHook(), flutter::TextInputPlugin::ComposeEndHook(), flutter::TextInputPlugin::KeyboardHook(), message, and text.
flutter::testing::TEST_F | ( | TextInputPluginTest | , |
TransformCursorRect | |||
) |
Definition at line 512 of file text_input_plugin_unittest.cc.
References flutter::JsonMethodCodec::GetInstance(), kChannelName, and message.
flutter::testing::TEST_F | ( | TextInputPluginTest | , |
VerifyComposingSendStateUpdate | |||
) |
Definition at line 234 of file text_input_plugin_unittest.cc.
References flutter::TextInputPlugin::ComposeBeginHook(), flutter::TextInputPlugin::ComposeChangeHook(), flutter::TextInputPlugin::ComposeCommitHook(), flutter::TextInputPlugin::ComposeEndHook(), flutter::JsonMethodCodec::GetInstance(), kEnableDeltaModel, and message.
flutter::testing::TEST_F | ( | TextInputPluginTest | , |
VerifyInputActionNewlineInsertNewLine | |||
) |
Definition at line 290 of file text_input_plugin_unittest.cc.
References flutter::JsonMethodCodec::GetInstance(), flutter::TextInputPlugin::KeyboardHook(), kUpdateEditingStateMethod, and message.
flutter::testing::TEST_F | ( | TextInputPluginTest | , |
VerifyInputActionSendDoesNotInsertNewLine | |||
) |
Definition at line 348 of file text_input_plugin_unittest.cc.
References flutter::JsonMethodCodec::GetInstance(), flutter::TextInputPlugin::KeyboardHook(), and message.
flutter::testing::TEST_F | ( | WindowsLifecycleManagerTest | , |
StateTransitions | |||
) |
Definition at line 15 of file windows_lifecycle_manager_unittests.cc.
References flutter::WindowsLifecycleManager::GetLifecycleState(), flutter::kFocus, flutter::kHidden, flutter::kHide, flutter::kInactive, flutter::kResumed, flutter::kShow, flutter::kUnfocus, flutter::WindowsLifecycleManager::OnWindowStateEvent(), and flutter::WindowsLifecycleManager::SetLifecycleState().
flutter::testing::TEST_F | ( | WindowsTest | , |
AddRemoveView | |||
) |
Definition at line 574 of file flutter_windows_unittests.cc.
References FlutterDesktopEngineCreateViewController(), FlutterDesktopViewControllerGetEngine(), FlutterDesktopViewControllerProperties::height, and FlutterDesktopViewControllerProperties::width.
flutter::testing::TEST_F | ( | WindowsTest | , |
EngineCanTransitionToHeadless | |||
) |
Definition at line 152 of file flutter_windows_unittests.cc.
References FlutterDesktopEngineCreateViewController().
flutter::testing::TEST_F | ( | WindowsTest | , |
GetGraphicsAdapter | |||
) |
Definition at line 411 of file flutter_windows_unittests.cc.
References FlutterDesktopViewControllerGetView(), and FlutterDesktopViewGetGraphicsAdapter().
flutter::testing::TEST_F | ( | WindowsTest | , |
GetKeyboardStateHeadless | |||
) |
Definition at line 548 of file flutter_windows_unittests.cc.
flutter::testing::TEST_F | ( | WindowsTest | , |
GetViewId | |||
) |
Definition at line 400 of file flutter_windows_unittests.cc.
References FlutterDesktopViewControllerGetViewId(), and flutter::kImplicitViewId.
flutter::testing::TEST_F | ( | WindowsTest | , |
LaunchConflictingCustomEntrypoints | |||
) |
flutter::testing::TEST_F | ( | WindowsTest | , |
LaunchCustomEntrypoint | |||
) |
Definition at line 103 of file flutter_windows_unittests.cc.
flutter::testing::TEST_F | ( | WindowsTest | , |
LaunchCustomEntrypointInEngineRunInvocation | |||
) |
flutter::testing::TEST_F | ( | WindowsTest | , |
LaunchHeadlessEngine | |||
) |
Definition at line 126 of file flutter_windows_unittests.cc.
flutter::testing::TEST_F | ( | WindowsTest | , |
LaunchMain | |||
) |
Definition at line 76 of file flutter_windows_unittests.cc.
flutter::testing::TEST_F | ( | WindowsTest | , |
LaunchMainHasNoOutput | |||
) |
Definition at line 84 of file flutter_windows_unittests.cc.
flutter::testing::TEST_F | ( | WindowsTest | , |
LaunchRefreshesAccessibility | |||
) |
Definition at line 176 of file flutter_windows_unittests.cc.
References FlutterDesktopViewControllerCreate(), and flutter::FlutterWindowsEngine::UpdateAccessibilityFeatures().
flutter::testing::TEST_F | ( | WindowsTest | , |
Lifecycle | |||
) |
Definition at line 503 of file flutter_windows_unittests.cc.
References FlutterDesktopViewControllerCreate(), FlutterDesktopViewControllerGetView(), FlutterDesktopViewGetHWND(), flutter::kHidden, and flutter::kResumed.
flutter::testing::TEST_F | ( | WindowsTest | , |
NextFrameCallback | |||
) |
Definition at line 309 of file flutter_windows_unittests.cc.
References FlutterDesktopEngineSetNextFrameCallback(), FlutterDesktopViewControllerGetEngine(), and user_data.
flutter::testing::TEST_F | ( | WindowsTest | , |
PlatformExecutable | |||
) |
Definition at line 254 of file flutter_windows_unittests.cc.
flutter::testing::TEST_F | ( | WindowsTest | , |
PluginRegistrarGetImplicitView | |||
) |
Definition at line 426 of file flutter_windows_unittests.cc.
References FlutterDesktopEngineGetPluginRegistrar(), FlutterDesktopPluginRegistrarGetView(), and FlutterDesktopViewControllerGetEngine().
flutter::testing::TEST_F | ( | WindowsTest | , |
PluginRegistrarGetView | |||
) |
Definition at line 442 of file flutter_windows_unittests.cc.
References FlutterDesktopEngineGetPluginRegistrar(), FlutterDesktopPluginRegistrarGetViewById(), FlutterDesktopViewControllerGetEngine(), and FlutterDesktopViewControllerGetViewId().
flutter::testing::TEST_F | ( | WindowsTest | , |
PluginRegistrarGetViewHeadless | |||
) |
Definition at line 465 of file flutter_windows_unittests.cc.
References FlutterDesktopEngineGetPluginRegistrar(), FlutterDesktopPluginRegistrarGetView(), and FlutterDesktopPluginRegistrarGetViewById().
flutter::testing::TEST_F | ( | WindowsTest | , |
PresentHeadless | |||
) |
Definition at line 363 of file flutter_windows_unittests.cc.
References FlutterDesktopEngineSetNextFrameCallback(), flutter::kImplicitViewId, and user_data.
flutter::testing::TEST_F | ( | WindowsTest | , |
SurfaceOptional | |||
) |
Definition at line 485 of file flutter_windows_unittests.cc.
References FlutterDesktopViewControllerCreate().
flutter::testing::TEST_F | ( | WindowsTest | , |
VerifyNativeFunction | |||
) |
Definition at line 212 of file flutter_windows_unittests.cc.
flutter::testing::TEST_F | ( | WindowsTest | , |
VerifyNativeFunctionWithParameters | |||
) |
Definition at line 231 of file flutter_windows_unittests.cc.
flutter::testing::TEST_F | ( | WindowsTest | , |
VerifyNativeFunctionWithReturn | |||
) |
Definition at line 279 of file flutter_windows_unittests.cc.
void flutter::testing::VietnameseTelexAddDiacriticWithSlowResponse | ( | WindowsTestContext & | context, |
bool | backspace_response | ||
) |
Definition at line 2349 of file keyboard_unittests.cc.
References callback, EXPECT_CALL_IS_EVENT, EXPECT_CALL_IS_TEXT, kScanCodeKeyA, and kVirtualKeyA.
Referenced by TEST_F().
|
constexpr |
Definition at line 42 of file flutter_windows_view_unittests.cc.
Referenced by TEST(), TEST_F(), and VietnameseTelexAddDiacriticWithSlowResponse().
|
constexpr |
Definition at line 43 of file flutter_windows_view_unittests.cc.
Referenced by TEST(), TEST_F(), and VietnameseTelexAddDiacriticWithSlowResponse().