Searched refs:Descendant (Results 1 – 25 of 25) sorted by relevance
/third_party/flutter/flutter/packages/flutter_driver/test/src/ |
D | find_test.dart | 47 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);
|
D | extension_test.dart | 164 final Map<String, Object> arguments = GetText(Descendant(
|
/third_party/css-what/src/ |
D | types.ts | 19 Descendant = "descendant", enumerator 91 | SelectorType.Descendant
|
D | parse.ts | 81 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 });
|
D | stringify.ts | 56 case SelectorType.Descendant:
|
/third_party/flutter/flutter/packages/flutter_driver/lib/src/common/ |
D | find.dart | 184 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__/ |
D | tests.ts | 46 type: SelectorType.Descendant, 67 type: SelectorType.Descendant,
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | bottom_app_bar_theme.dart | 14 /// Descendant widgets obtain the current [BottomAppBarTheme] object using
|
D | bottom_sheet_theme.dart | 12 /// Descendant widgets obtain the current [BottomSheetThemeData] object
|
D | tab_bar_theme.dart | 17 /// Descendant widgets obtain the current theme's [TabBarTheme] object using
|
D | dialog_theme.dart | 14 /// Descendant widgets obtain the current [DialogTheme] object using
|
D | card_theme.dart | 14 /// Descendant widgets obtain the current [CardTheme] object using
|
D | app_bar_theme.dart | 15 /// Descendant widgets obtain the current [AppBarTheme] object using
|
D | banner_theme.dart | 12 /// Descendant widgets obtain the current [MaterialBannerThemeData] object using
|
D | popup_menu_theme.dart | 15 /// Descendant widgets obtain the current [PopupMenuThemeData] object
|
D | divider_theme.dart | 15 /// Descendant widgets obtain the current [DividerThemeData] object using
|
D | snack_bar_theme.dart | 34 /// Descendant widgets obtain the current [SnackBarThemeData] object using
|
D | floating_action_button_theme.dart | 13 /// Descendant widgets obtain the current [FloatingActionButtonThemeData] object
|
D | theme.dart | 22 /// Descendant widgets obtain the current theme's [ThemeData] object using
|
D | chip_theme.dart | 21 /// Descendant widgets obtain the current theme's [ChipThemeData] object using
|
D | slider_theme.dart | 117 /// Descendant widgets obtain the current theme's [SliderThemeData] object using
|
/third_party/flutter/flutter/packages/flutter_driver/lib/src/extension/ |
D | extension.dart | 153 'Descendant': (SerializableFinder finder) => _createDescendantFinder(finder), 335 Finder _createDescendantFinder(Descendant arguments) {
|
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/ |
D | theme.dart | 23 /// Descendant widgets can retrieve the current [CupertinoThemeData] by calling
|
/third_party/flutter/flutter/packages/flutter_driver/lib/src/driver/ |
D | driver.dart | 1212 }) => Descendant(of: of, matching: matching, matchRoot: matchRoot);
|
/third_party/flutter/flutter/packages/flutter/lib/src/semantics/ |
D | semantics.dart | 1187 /// 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
|