Searched refs:KeepAlive (Results 1 – 16 of 16) sorted by relevance
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | automatic_keep_alive.dart | 16 /// This widget is like [KeepAlive] but instead of being explicitly configured, 27 /// [KeepAlive] widget appropriately. 104 /// Get the [Element] for the only [KeepAlive] child. 122 // (KeepAlive) as the parent of the node that reports the notifications 183 // mind about how we built, so we can give the KeepAlive widget a 231 return KeepAlive(
|
D | sliver.dart | 79 /// * Letting [KeepAlive] be the root widget of the sliver child widget subtree 80 /// that needs to be preserved. The [KeepAlive] widget marks the child 96 /// off-screen like [KeepAlive], [AutomaticKeepAlive] can let whether to 367 /// are going to manually maintain their [KeepAlive] state. It may also be 573 /// are going to manually maintain their [KeepAlive] state. It may also be 698 /// A base class for sliver that have [KeepAlive] children. 1423 /// each child, causing [KeepAlive] widgets to be automatically added and 1427 /// notifications than to directly deal with [KeepAlive] widgets. 1432 class KeepAlive extends ParentDataWidget<SliverWithKeepAliveWidget> { 1436 const KeepAlive({
|
D | page_view.dart | 614 /// return KeepAlive( 643 /// class KeepAlive extends StatefulWidget { 644 /// const KeepAlive({Key key, this.data}) : super(key: key); 652 /// class _KeepAliveState extends State<KeepAlive> with AutomaticKeepAliveClientMixin{
|
D | scroll_view.dart | 720 /// * Letting [KeepAlive] be the root widget of the list child widget subtree 721 /// that needs to be preserved. The [KeepAlive] widget marks the child 734 /// child element subtree when scrolling off-screen like [KeepAlive], 1102 /// return KeepAlive( 1131 /// class KeepAlive extends StatefulWidget { 1132 /// const KeepAlive({Key key, this.data}) : super(key: key); 1140 /// class _KeepAliveState extends State<KeepAlive> with AutomaticKeepAliveClientMixin{
|
D | framework.dart | 4356 /// that its child must be kept alive, it will apply a [KeepAlive] widget out 4360 /// purpose of updating the [KeepAlive] widget.
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | slivers_test.dart | 40 child: KeepAlive( 408 class KeepAlive extends StatefulWidget { 409 const KeepAlive(this.data); 417 class KeepAliveState extends State<KeepAlive> with AutomaticKeepAliveClientMixin {
|
D | keep_alive_test.dart | 27 return KeepAlive( 46 testWidgets('KeepAlive with ListView with itemExtent', (WidgetTester tester) async { 94 testWidgets('KeepAlive with ListView without itemExtent', (WidgetTester tester) async { 141 testWidgets('KeepAlive with GridView', (WidgetTester tester) async { 190 testWidgets('KeepAlive render tree description', (WidgetTester tester) async {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | JITLink.cpp | 63 case Edge::KeepAlive: in getGenericEdgeKindName()
|
D | EHFrameSupport.cpp | 489 PCBeginBlock->addEdge(Edge::KeepAlive, 0, FDESymbol, 0); in processFDE()
|
/third_party/boost/boost/asio/detail/impl/ |
D | winrt_ssocket_service_base.ipp | 251 impl.socket_->Control->KeepAlive = !!value; 306 int value = impl.socket_->Control->KeepAlive ? 1 : 0;
|
/third_party/boost/libs/asio/include/boost/asio/detail/impl/ |
D | winrt_ssocket_service_base.ipp | 251 impl.socket_->Control->KeepAlive = !!value; 306 int value = impl.socket_->Control->KeepAlive ? 1 : 0;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
D | JITLink.h | 64 KeepAlive = FirstKeepAlive, // Tag first edge kind that preserves liveness. enumerator
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | sliver_multi_box_adaptor.dart | 135 /// This class exists to dissociate [KeepAlive] from [RenderSliverMultiBoxAdaptor].
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | tabs_test.dart | 2122 testWidgets('Skipping tabs with a KeepAlive child works', (WidgetTester tester) async {
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_ARCHIVE.md | 531 * http: Proper KeepAlive behavior (isaacs)
|
/third_party/NuttX/ |
D | ReleaseNotes | 17872 can be used to test TCP KeepAlive.
|