Flutter Engine
The Flutter Engine
|
The peer class for all of the StringAttribute subclasses in semantics.dart. More...
#include <string_attribute.h>
Static Public Member Functions | |
static void | initSpellOutStringAttribute (Dart_Handle string_attribute_handle, int32_t start, int32_t end) |
The init method for SpellOutStringAttribute constructor. More... | |
static void | initLocaleStringAttribute (Dart_Handle string_attribute_handle, int32_t start, int32_t end, std::string locale) |
The init method for LocaleStringAttribute constructor. More... | |
Additional Inherited Members | |
Public Types inherited from tonic::DartWrappable | |
enum | DartNativeFields { kPeerIndex , kNumberOfNativeFields } |
Protected Member Functions inherited from fml::RefCountedThreadSafe< NativeStringAttribute > | |
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) |
The peer class for all of the StringAttribute subclasses in semantics.dart.
Definition at line 56 of file string_attribute.h.
|
override |
Definition at line 21 of file string_attribute.cc.
const StringAttributePtr flutter::NativeStringAttribute::GetAttribute | ( | ) | const |
Returns the c++ representataion of StringAttribute.
Definition at line 55 of file string_attribute.cc.
|
static |
The init method for LocaleStringAttribute constructor.
Definition at line 38 of file string_attribute.cc.
|
static |
The init method for SpellOutStringAttribute constructor.
Definition at line 23 of file string_attribute.cc.