Home
last modified time | relevance | path

Searched refs:Descendant (Results 1 – 25 of 25) sorted by relevance

/third_party/flutter/flutter/packages/flutter_driver/test/src/
Dfind_test.dart47 test('Descendant finder serialize', () {
51 final Descendant a = Descendant(
57 'finderType': 'Descendant',
67 test('Descendant finder deserialize', () {
69 'finderType': 'Descendant',
78 final Descendant a = Descendant.deserialize(serialized);
Dextension_test.dart164 final Map<String, Object> arguments = GetText(Descendant(
/third_party/css-what/src/
Dtypes.ts19 Descendant = "descendant", enumerator
91 | SelectorType.Descendant
Dparse.ts81 case SelectorType.Descendant:
226 tokens[tokens.length - 1].type === SelectorType.Descendant
258 tokens[tokens.length - 1].type === SelectorType.Descendant
288 tokens[0].type !== SelectorType.Descendant
291 tokens.push({ type: SelectorType.Descendant });
Dstringify.ts56 case SelectorType.Descendant:
/third_party/flutter/flutter/packages/flutter_driver/lib/src/common/
Dfind.dart184 case 'Descendant': return Descendant.deserialize(json);
360 class Descendant extends SerializableFinder {
362 const Descendant({
378 String get finderType => 'Descendant';
391 static Descendant deserialize(Map<String, String> json) {
404 return Descendant(
/third_party/css-what/src/__fixtures__/
Dtests.ts46 type: SelectorType.Descendant,
67 type: SelectorType.Descendant,
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dbottom_app_bar_theme.dart14 /// Descendant widgets obtain the current [BottomAppBarTheme] object using
Dbottom_sheet_theme.dart12 /// Descendant widgets obtain the current [BottomSheetThemeData] object
Dtab_bar_theme.dart17 /// Descendant widgets obtain the current theme's [TabBarTheme] object using
Ddialog_theme.dart14 /// Descendant widgets obtain the current [DialogTheme] object using
Dcard_theme.dart14 /// Descendant widgets obtain the current [CardTheme] object using
Dapp_bar_theme.dart15 /// Descendant widgets obtain the current [AppBarTheme] object using
Dbanner_theme.dart12 /// Descendant widgets obtain the current [MaterialBannerThemeData] object using
Dpopup_menu_theme.dart15 /// Descendant widgets obtain the current [PopupMenuThemeData] object
Ddivider_theme.dart15 /// Descendant widgets obtain the current [DividerThemeData] object using
Dsnack_bar_theme.dart34 /// Descendant widgets obtain the current [SnackBarThemeData] object using
Dfloating_action_button_theme.dart13 /// Descendant widgets obtain the current [FloatingActionButtonThemeData] object
Dtheme.dart22 /// Descendant widgets obtain the current theme's [ThemeData] object using
Dchip_theme.dart21 /// Descendant widgets obtain the current theme's [ChipThemeData] object using
Dslider_theme.dart117 /// Descendant widgets obtain the current theme's [SliderThemeData] object using
/third_party/flutter/flutter/packages/flutter_driver/lib/src/extension/
Dextension.dart153 'Descendant': (SerializableFinder finder) => _createDescendantFinder(finder),
335 Finder _createDescendantFinder(Descendant arguments) {
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Dtheme.dart23 /// Descendant widgets can retrieve the current [CupertinoThemeData] by calling
/third_party/flutter/flutter/packages/flutter_driver/lib/src/driver/
Ddriver.dart1212 }) => Descendant(of: of, matching: matching, matchRoot: matchRoot);
/third_party/flutter/flutter/packages/flutter/lib/src/semantics/
Dsemantics.dart1187 /// Descendant [SemanticsNode]s that are positioned outside of this rect will
1188 /// be excluded from the semantics tree. Descendant [SemanticsNode]s that are
1206 /// Descendant [SemanticsNode]s that are positioned outside of this rect will