Flutter Engine
The Flutter Engine
|
#include <semantics_update.h>
Static Public Member Functions | |
static void | create (Dart_Handle semantics_update_handle, SemanticsNodeUpdates nodes, CustomAccessibilityActionUpdates actions) |
Additional Inherited Members | |
Public Types inherited from tonic::DartWrappable | |
enum | DartNativeFields { kPeerIndex , kNumberOfNativeFields } |
Protected Member Functions inherited from fml::RefCountedThreadSafe< SemanticsUpdate > | |
RefCountedThreadSafe () | |
~RefCountedThreadSafe () | |
Protected Member Functions inherited from fml::internal::RefCountedThreadSafeBase | |
RefCountedThreadSafeBase () | |
~RefCountedThreadSafeBase () | |
bool | Release () const |
void | Adopt () |
Protected Member Functions inherited from tonic::DartWrappable | |
virtual | ~DartWrappable () |
Static Protected Member Functions inherited from tonic::DartWrappable | |
static Dart_PersistentHandle | GetTypeForWrapper (tonic::DartState *dart_state, const tonic::DartWrapperInfo &wrapper_info) |
Definition at line 14 of file semantics_update.h.
|
overridedefault |
|
static |
Definition at line 21 of file semantics_update.cc.
void flutter::SemanticsUpdate::dispose | ( | ) |
Definition at line 43 of file semantics_update.cc.
CustomAccessibilityActionUpdates flutter::SemanticsUpdate::takeActions | ( | ) |
Definition at line 39 of file semantics_update.cc.
SemanticsNodeUpdates flutter::SemanticsUpdate::takeNodes | ( | ) |
Definition at line 35 of file semantics_update.cc.