Home
last modified time | relevance | path

Searched refs:KeepAlive (Results 1 – 16 of 16) sorted by relevance

/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dautomatic_keep_alive.dart16 /// 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(
Dsliver.dart79 /// * 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({
Dpage_view.dart614 /// 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{
Dscroll_view.dart720 /// * 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{
Dframework.dart4356 /// 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/
Dslivers_test.dart40 child: KeepAlive(
408 class KeepAlive extends StatefulWidget {
409 const KeepAlive(this.data);
417 class KeepAliveState extends State<KeepAlive> with AutomaticKeepAliveClientMixin {
Dkeep_alive_test.dart27 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/
DJITLink.cpp63 case Edge::KeepAlive: in getGenericEdgeKindName()
DEHFrameSupport.cpp489 PCBeginBlock->addEdge(Edge::KeepAlive, 0, FDESymbol, 0); in processFDE()
/third_party/boost/boost/asio/detail/impl/
Dwinrt_ssocket_service_base.ipp251 impl.socket_->Control->KeepAlive = !!value;
306 int value = impl.socket_->Control->KeepAlive ? 1 : 0;
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Dwinrt_ssocket_service_base.ipp251 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/
DJITLink.h64 KeepAlive = FirstKeepAlive, // Tag first edge kind that preserves liveness. enumerator
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dsliver_multi_box_adaptor.dart135 /// This class exists to dissociate [KeepAlive] from [RenderSliverMultiBoxAdaptor].
/third_party/flutter/flutter/packages/flutter/test/material/
Dtabs_test.dart2122 testWidgets('Skipping tabs with a KeepAlive child works', (WidgetTester tester) async {
/third_party/node/doc/changelogs/
DCHANGELOG_ARCHIVE.md531 * http: Proper KeepAlive behavior (isaacs)
/third_party/NuttX/
DReleaseNotes17872 can be used to test TCP KeepAlive.