| /expo/packages/expo-av/build/ |
| H A D | FullscreenUtils.web.js | 6 const supportsFullscreenAPI = (element) => 'requestFullscreen' in element; argument 11 const supportsWebkitFullscreenAPI = (element) => 'webkitEnterFullScreen' in element; argument 16 const supportsMsFullscreenAPI = (element) => 'msRequestFullscreen' in element; argument 29 function addEventListener(element, eventName, listener) { argument 41 const element = document.createElement(elementName); constant 48 export async function requestFullscreen(element) { argument 67 export async function exitFullscreen(element) { argument 88 export function addFullscreenListener(element, callback) { argument
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/core/tests/ |
| H A D | ABI47_0_0LayoutableShadowNodeTest.cpp | 32 auto element = in TEST() local 82 auto element = in TEST() local 135 auto element = in TEST() local 192 auto element = in TEST() local 248 auto element = in TEST() local 280 auto element = in TEST() local 322 auto element = in TEST() local 367 auto element = in TEST() local 403 auto element = in TEST() local
|
| H A D | ABI47_0_0FindNodeAtPointTest.cpp | 20 auto element = in TEST() local 63 auto element = in TEST() local 107 auto element = in TEST() local 152 auto element = in TEST() local 189 auto element = in TEST() local
|
| H A D | ABI47_0_0ConcreteShadowNodeTest.cpp | 25 auto element = Element<ScrollViewShadowNode>(); in TEST() local
|
| H A D | ABI47_0_0traitCastTest.cpp | 31 auto element = in TEST() local
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/core/tests/ |
| H A D | ABI48_0_0LayoutableShadowNodeTest.cpp | 35 auto element = in TEST() local 85 auto element = in TEST() local 138 auto element = in TEST() local 195 auto element = in TEST() local 251 auto element = in TEST() local 283 auto element = in TEST() local 325 auto element = in TEST() local 370 auto element = in TEST() local 406 auto element = in TEST() local 462 auto element = in TEST() local [all …]
|
| H A D | ABI48_0_0FindNodeAtPointTest.cpp | 20 auto element = in TEST() local 63 auto element = in TEST() local 107 auto element = in TEST() local 152 auto element = in TEST() local 189 auto element = in TEST() local
|
| H A D | ABI48_0_0ConcreteShadowNodeTest.cpp | 25 auto element = Element<ScrollViewShadowNode>(); in TEST() local
|
| H A D | ABI48_0_0traitCastTest.cpp | 31 auto element = in TEST() local
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/tests/ |
| H A D | ABI49_0_0LayoutableShadowNodeTest.cpp | 35 auto element = in TEST() local 80 auto element = in TEST() local 119 auto element = in TEST() local 172 auto element = in TEST() local 231 auto element = in TEST() local 284 auto element = in TEST() local 341 auto element = in TEST() local 397 auto element = in TEST() local 429 auto element = in TEST() local 471 auto element = in TEST() local [all …]
|
| H A D | ABI49_0_0FindNodeAtPointTest.cpp | 20 auto element = in TEST() local 63 auto element = in TEST() local 107 auto element = in TEST() local 152 auto element = in TEST() local 189 auto element = in TEST() local
|
| H A D | ABI49_0_0ConcreteShadowNodeTest.cpp | 25 auto element = Element<ScrollViewShadowNode>(); in TEST() local
|
| H A D | ABI49_0_0traitCastTest.cpp | 32 auto element = in TEST() local
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/element/ |
| H A D | ABI47_0_0ComponentBuilder.h | 45 std::shared_ptr<ShadowNodeT> build(Element<ShadowNodeT> element) const { in build()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/element/ |
| H A D | ABI48_0_0ComponentBuilder.h | 45 std::shared_ptr<ShadowNodeT> build(Element<ShadowNodeT> element) const { in build()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/element/ |
| H A D | ABI49_0_0ComponentBuilder.h | 45 std::shared_ptr<ShadowNodeT> build(Element<ShadowNodeT> element) const { in build()
|
| /expo/packages/expo-font/src/ |
| H A D | ExpoFontLoader.web.ts | 93 const element = document.getElementById(ID); constant 177 const element = document.getElementById(ID); constant
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/root/tests/ |
| H A D | ABI48_0_0RootShadowNodeTest.cpp | 26 auto element = in TEST() local
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/root/tests/ |
| H A D | ABI47_0_0RootShadowNodeTest.cpp | 26 auto element = in TEST() local
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/root/tests/ |
| H A D | ABI49_0_0RootShadowNodeTest.cpp | 26 auto element = in TEST() local
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/element/tests/ |
| H A D | ABI47_0_0ElementTest.cpp | 33 auto element = in TEST() local
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/element/tests/ |
| H A D | ABI48_0_0ElementTest.cpp | 33 auto element = in TEST() local
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/element/tests/ |
| H A D | ABI49_0_0ElementTest.cpp | 33 auto element = in TEST() local
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/functions/ |
| H A D | AnyFunction.kt | 70 val element = argIterator.next() in <lambda>() constant
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/manifest/ |
| H A D | ResponseHeaderData.kt | 58 val element = map[key]!! in headerDictionaryToJSONObject() constant
|