Flutter Engine
The Flutter Engine
|
#include "flutter/shell/platform/windows/window_proc_delegate_manager.h"
#include "gtest/gtest.h"
Go to the source code of this file.
Namespaces | |
namespace | flutter |
namespace | flutter::testing |
Macros | |
#define | FLUTTER_NOINLINE __attribute__((noinline)) |
Functions | |
flutter::testing::TEST (WindowProcDelegateManagerTest, CallsCorrectly) | |
flutter::testing::TEST (WindowProcDelegateManagerTest, ReplacementRegister) | |
flutter::testing::TEST (WindowProcDelegateManagerTest, RegisterMultiple) | |
flutter::testing::TEST (WindowProcDelegateManagerTest, Ordered) | |
flutter::testing::TEST (WindowProcDelegateManagerTest, ConflictingDelegates) | |
flutter::testing::TEST (WindowProcDelegateManagerTest, Unregister) | |
#define FLUTTER_NOINLINE __attribute__((noinline)) |
Definition at line 16 of file window_proc_delegate_manager_unittests.cc.