Home
last modified time | relevance | path

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

12345678910>>...82

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/font_access/
H A Dnavigator_fonts.cc22 public Supplement<T>,
29 Supplement<T>::template From<NavigatorFontsImpl>(navigator)); in From()
32 Supplement<T>::ProvideTo(navigator, supplement); in From()
37 explicit NavigatorFontsImpl(T& navigator) : Supplement<T>(navigator) {} in NavigatorFontsImpl()
48 Supplement<T>::Trace(visitor); in Trace()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/locks/
H A Dnavigator_locks.cc20 public Supplement<T>,
27 Supplement<T>::template From<NavigatorLocksImpl>(navigator)); in From()
30 Supplement<T>::ProvideTo(navigator, supplement); in From()
35 explicit NavigatorLocksImpl(T& navigator) : Supplement<T>(navigator) {} in NavigatorLocksImpl()
46 Supplement<T>::Trace(visitor); in Trace()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/font_access/
H A Dnavigator_fonts.cc22 public Supplement<T>,
31 Supplement<T>::template From<NavigatorFontsImpl>(navigator)); in From()
34 Supplement<T>::ProvideTo(navigator, supplement); in From()
39 explicit NavigatorFontsImpl(T& navigator) : Supplement<T>(navigator) {} in NavigatorFontsImpl()
50 Supplement<T>::Trace(visitor); in Trace()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/locks/
H A Dnavigator_locks.cc20 public Supplement<T>,
29 Supplement<T>::template From<NavigatorLocksImpl>(navigator)); in From()
32 Supplement<T>::ProvideTo(navigator, supplement); in From()
37 explicit NavigatorLocksImpl(T& navigator) : Supplement<T>(navigator) {} in NavigatorLocksImpl()
48 Supplement<T>::Trace(visitor); in Trace()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Dscreen_orientation_controller.cc10 : Supplement<LocalFrame>(frame) {} in ScreenOrientationController()
15 return Supplement<LocalFrame>::From<ScreenOrientationController>(frame); in From()
19 Supplement<LocalFrame>::Trace(visitor); in Trace()
26 Supplement<LocalFrame>::ProvideTo(frame, controller); in ProvideTo()
H A Dpicture_in_picture_controller.cc14 : Supplement<Document>(document) {} in PictureInPictureController()
24 Supplement<Document>::From<PictureInPictureController>(document); in From()
40 Supplement<Document>::From<PictureInPictureController>(document); in IsElementInPictureInPicture()
45 Supplement<Document>::Trace(visitor); in Trace()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/media/
H A Dremote_playback_controller.cc16 return Supplement<HTMLMediaElement>::From<RemotePlaybackController>(element); in From()
20 Supplement<HTMLMediaElement>::Trace(visitor); in Trace()
24 : Supplement<HTMLMediaElement>(element) {} in RemotePlaybackController()
29 Supplement<HTMLMediaElement>::ProvideTo(element, controller); in ProvideTo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/media/
H A Dremote_playback_controller.cc16 return Supplement<HTMLMediaElement>::From<RemotePlaybackController>(element); in From()
20 Supplement<HTMLMediaElement>::Trace(visitor); in Trace()
24 : Supplement<HTMLMediaElement>(element) {} in RemotePlaybackController()
29 Supplement<HTMLMediaElement>::ProvideTo(element, controller); in ProvideTo()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/cookie_store/
H A Dglobal_cookie_store.cc27 public Supplement<T> {
35 Supplement<T>::template From<GlobalCookieStoreImpl>(supplementable); in From()
38 Supplement<T>::ProvideTo(supplementable, supplement); in From()
44 : Supplement<T>(supplementable) {} in GlobalCookieStoreImpl()
66 Supplement<T>::Trace(visitor); in Trace()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/cookie_store/
H A Dglobal_cookie_store.cc27 public Supplement<T> {
33 Supplement<T>::template From<GlobalCookieStoreImpl>(supplementable); in From()
36 Supplement<T>::ProvideTo(supplementable, supplement); in From()
42 : Supplement<T>(supplementable) {} in GlobalCookieStoreImpl()
64 Supplement<T>::Trace(visitor); in Trace()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/native_io/
H A Dglobal_native_io.cc27 public Supplement<T> {
33 Supplement<T>::template From<GlobalNativeIOImpl>(supplementable); in From()
36 Supplement<T>::ProvideTo(supplementable, supplement); in From()
42 : Supplement<T>(supplementable) {} in GlobalNativeIOImpl()
64 Supplement<T>::Trace(visitor); in Trace()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/native_io/
H A Dglobal_native_io.cc27 public Supplement<T> {
35 Supplement<T>::template From<GlobalNativeIOImpl>(supplementable); in From()
38 Supplement<T>::ProvideTo(supplementable, supplement); in From()
44 : Supplement<T>(supplementable) {} in GlobalNativeIOImpl()
66 Supplement<T>::Trace(visitor); in Trace()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/context_features/
H A Dcontext_feature_settings.cc13 : Supplement<ExecutionContext>(context) {} in ContextFeatureSettings()
23 Supplement<ExecutionContext>::From<ContextFeatureSettings>(context); in From()
26 Supplement<ExecutionContext>::ProvideTo(*context, settings); in From()
32 Supplement<ExecutionContext>::Trace(visitor); in Trace()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/context_features/
H A Dcontext_feature_settings.cc13 : Supplement<ExecutionContext>(context) {} in ContextFeatureSettings()
23 Supplement<ExecutionContext>::From<ContextFeatureSettings>(context); in From()
26 Supplement<ExecutionContext>::ProvideTo(*context, settings); in From()
32 Supplement<ExecutionContext>::Trace(visitor); in Trace()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/core/dataaccess/
H A Ddocumenteventnotifier.cxx98 const Any& Supplement ) in notifyDocumentEvent() argument
101 m_rDocument, EventName, ViewController, Supplement ) ); in notifyDocumentEvent()
105 const Any& Supplement ) in notifyDocumentEventAsync() argument
108 m_rDocument, EventName, ViewController, Supplement ) ); in notifyDocumentEventAsync()
273 const Reference< XController2 >& ViewController, const Any& Supplement ) in notifyDocumentEvent() argument
275 m_pImpl->notifyDocumentEvent( EventName, ViewController, Supplement ); in notifyDocumentEvent()
279 const Reference< XController2 >& ViewController, const Any& Supplement ) in notifyDocumentEventAsync() argument
281 m_pImpl->notifyDocumentEventAsync( EventName, ViewController, Supplement ); in notifyDocumentEventAsync()
/dports/devel/boost-docs/boost_1_72_0/libs/context/doc/
H A Dreference.qbk13 * AAPCS/LINUX: ARM GNU/Linux Application Binary Interface Supplement
18 * O32 ABI: SYSTEM V APPLICATION BINARY INTERFACE, MIPS RISC Processor Supplement
23 * SYSV ABI: SYSTEM V APPLICATION BINARY INTERFACE PowerPC Processor Supplement
33 * SYSV ABI: SYSTEM V APPLICATION BINARY INTERFACE, Intel386TM Architecture Processor Supplement
39 * SYSV ABI: System V Application Binary Interface, AMD64 Architecture Processor Supplement
/dports/devel/boost-python-libs/boost_1_72_0/libs/context/doc/
H A Dreference.qbk13 * AAPCS/LINUX: ARM GNU/Linux Application Binary Interface Supplement
18 * O32 ABI: SYSTEM V APPLICATION BINARY INTERFACE, MIPS RISC Processor Supplement
23 * SYSV ABI: SYSTEM V APPLICATION BINARY INTERFACE PowerPC Processor Supplement
33 * SYSV ABI: SYSTEM V APPLICATION BINARY INTERFACE, Intel386TM Architecture Processor Supplement
39 * SYSV ABI: System V Application Binary Interface, AMD64 Architecture Processor Supplement
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/context/doc/
H A Dreference.qbk13 * AAPCS/LINUX: ARM GNU/Linux Application Binary Interface Supplement
18 * O32 ABI: SYSTEM V APPLICATION BINARY INTERFACE, MIPS RISC Processor Supplement
23 * SYSV ABI: SYSTEM V APPLICATION BINARY INTERFACE PowerPC Processor Supplement
33 * SYSV ABI: SYSTEM V APPLICATION BINARY INTERFACE, Intel386TM Architecture Processor Supplement
39 * SYSV ABI: System V Application Binary Interface, AMD64 Architecture Processor Supplement
/dports/databases/percona57-server/boost_1_59_0/libs/context/doc/
H A Dreference.qbk13 * AAPCS/LINUX: ARM GNU/Linux Application Binary Interface Supplement
18 * O32 ABI: SYSTEM V APPLICATION BINARY INTERFACE, MIPS RISC Processor Supplement
23 * SYSV ABI: SYSTEM V APPLICATION BINARY INTERFACE PowerPC Processor Supplement
33 * SYSV ABI: SYSTEM V APPLICATION BINARY INTERFACE, Intel386TM Architecture Processor Supplement
39 * SYSV ABI: System V Application Binary Interface, AMD64 Architecture Processor Supplement
/dports/databases/xtrabackup/boost_1_59_0/libs/context/doc/
H A Dreference.qbk13 * AAPCS/LINUX: ARM GNU/Linux Application Binary Interface Supplement
18 * O32 ABI: SYSTEM V APPLICATION BINARY INTERFACE, MIPS RISC Processor Supplement
23 * SYSV ABI: SYSTEM V APPLICATION BINARY INTERFACE PowerPC Processor Supplement
33 * SYSV ABI: SYSTEM V APPLICATION BINARY INTERFACE, Intel386TM Architecture Processor Supplement
39 * SYSV ABI: System V Application Binary Interface, AMD64 Architecture Processor Supplement
/dports/databases/percona57-client/boost_1_59_0/libs/context/doc/
H A Dreference.qbk13 * AAPCS/LINUX: ARM GNU/Linux Application Binary Interface Supplement
18 * O32 ABI: SYSTEM V APPLICATION BINARY INTERFACE, MIPS RISC Processor Supplement
23 * SYSV ABI: SYSTEM V APPLICATION BINARY INTERFACE PowerPC Processor Supplement
33 * SYSV ABI: SYSTEM V APPLICATION BINARY INTERFACE, Intel386TM Architecture Processor Supplement
39 * SYSV ABI: System V Application Binary Interface, AMD64 Architecture Processor Supplement
/dports/devel/boost-libs/boost_1_72_0/libs/context/doc/
H A Dreference.qbk13 * AAPCS/LINUX: ARM GNU/Linux Application Binary Interface Supplement
18 * O32 ABI: SYSTEM V APPLICATION BINARY INTERFACE, MIPS RISC Processor Supplement
23 * SYSV ABI: SYSTEM V APPLICATION BINARY INTERFACE PowerPC Processor Supplement
33 * SYSV ABI: SYSTEM V APPLICATION BINARY INTERFACE, Intel386TM Architecture Processor Supplement
39 * SYSV ABI: System V Application Binary Interface, AMD64 Architecture Processor Supplement
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/context/doc/
H A Dreference.qbk13 * AAPCS/LINUX: ARM GNU/Linux Application Binary Interface Supplement
18 * O32 ABI: SYSTEM V APPLICATION BINARY INTERFACE, MIPS RISC Processor Supplement
23 * SYSV ABI: SYSTEM V APPLICATION BINARY INTERFACE PowerPC Processor Supplement
33 * SYSV ABI: SYSTEM V APPLICATION BINARY INTERFACE, Intel386TM Architecture Processor Supplement
39 * SYSV ABI: System V Application Binary Interface, AMD64 Architecture Processor Supplement
/dports/devel/hyperscan/boost_1_75_0/libs/context/doc/
H A Dreference.qbk13 * AAPCS/LINUX: ARM GNU/Linux Application Binary Interface Supplement
18 * O32 ABI: SYSTEM V APPLICATION BINARY INTERFACE, MIPS RISC Processor Supplement
23 * SYSV ABI: SYSTEM V APPLICATION BINARY INTERFACE PowerPC Processor Supplement
33 * SYSV ABI: SYSTEM V APPLICATION BINARY INTERFACE, Intel386TM Architecture Processor Supplement
39 * SYSV ABI: System V Application Binary Interface, AMD64 Architecture Processor Supplement
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/peerconnection/
H A Drtc_peer_connection_controller.cc19 Supplement<Document>::From<RTCPeerConnectionController>(document); in From()
22 Supplement<Document>::ProvideTo(document, supplement); in From()
28 : Supplement<Document>(document) {} in RTCPeerConnectionController()
45 Supplement<Document>::Trace(visitor); in Trace()

12345678910>>...82