Home
last modified time | relevance | path

Searched refs:startWrapper (Results 1 – 19 of 19) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/smil/
H A DnsSMILCSSValueType.cpp301 const ValueWrapper* startWrapper = ExtractValueWrapper(aStartVal); in Interpolate() local
305 const StyleAnimationValue* startCSSValue = startWrapper ? in Interpolate()
306 &startWrapper->mCSSValue : nullptr; in Interpolate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/streams/
H A Dunderlying_source_base.h33 ScriptPromise startWrapper(ScriptState*, ScriptValue stream);
H A Dunderlying_source_base.cc15 ScriptPromise UnderlyingSourceBase::startWrapper(ScriptState* script_state, in startWrapper() function in blink::UnderlyingSourceBase
H A Dunderlying_source_base.idl14 [CallWith=ScriptState, ImplementedAs=startWrapper] Promise<void> start(any stream);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/streams/
H A Dunderlying_source_base.h32 ScriptPromise startWrapper(ScriptState*, ScriptValue stream);
H A Dunderlying_source_base.cc15 ScriptPromise UnderlyingSourceBase::startWrapper(ScriptState* script_state, in startWrapper() function in blink::UnderlyingSourceBase
H A Dunderlying_source_base.idl14 [CallWith=ScriptState, ImplementedAs=startWrapper] Promise<void> start(any stream);
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/flow/
H A DWrapper.java66 getFOEventHandler().startWrapper(this); in startOfNode()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/
H A DDelegatingFOEventHandler.java378 public void startWrapper(Wrapper wrapper) { in startWrapper() method in DelegatingFOEventHandler
379 delegate.startWrapper(wrapper); in startWrapper()
H A DFOEventHandler.java528 public void startWrapper(Wrapper wrapper) { in startWrapper() method in FOEventHandler
/dports/lang/spidermonkey60/firefox-60.9.0/dom/smil/
H A DnsSMILCSSValueType.cpp580 const ValueWrapper* startWrapper = ExtractValueWrapper(aStartVal); in Interpolate() local
585 return InterpolateForServo(startWrapper, *endWrapper, aUnitDistance, in Interpolate()
590 return InterpolateForGecko(startWrapper, *endWrapper, aUnitDistance, aResult); in Interpolate()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/accessibility/fo/
H A DFO2StructureTreeConverter.java705 public void startWrapper(final Wrapper wrapper) { in startWrapper() method in FO2StructureTreeConverter
709 eventHandler.startWrapper(wrapper); in startWrapper()
712 super.startWrapper(wrapper); in startWrapper()
H A DStructureTreeEventTrigger.java432 public void startWrapper(Wrapper wrapper) { in startWrapper() method in StructureTreeEventTrigger
/dports/www/firefox-esr/firefox-91.8.0/dom/smil/
H A DSMILCSSValueType.cpp406 const ValueWrapper* startWrapper = ExtractValueWrapper(aStartVal); in Interpolate() local
409 return InterpolateForServo(startWrapper, *endWrapper, aUnitDistance, aResult); in Interpolate()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/smil/
H A DSMILCSSValueType.cpp406 const ValueWrapper* startWrapper = ExtractValueWrapper(aStartVal); in Interpolate() local
409 return InterpolateForServo(startWrapper, *endWrapper, aUnitDistance, aResult); in Interpolate()
/dports/www/firefox/firefox-99.0/dom/smil/
H A DSMILCSSValueType.cpp407 const ValueWrapper* startWrapper = ExtractValueWrapper(aStartVal); in Interpolate() local
410 return InterpolateForServo(startWrapper, *endWrapper, aUnitDistance, aResult); in Interpolate()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/smil/
H A DSMILCSSValueType.cpp406 const ValueWrapper* startWrapper = ExtractValueWrapper(aStartVal); in Interpolate() local
409 return InterpolateForServo(startWrapper, *endWrapper, aUnitDistance, aResult); in Interpolate()
/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/config/
H A Dconfig_test.go1279 return startWrapper(cfg), nil
1284 return startWrapper(wrapper)
1298 func startWrapper(wrapper Wrapper) *testWrapper { func
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/fo/
H A DDelegatingFOEventHandlerTestCase.java376 public void startWrapper(Wrapper wrapper) { in startWrapper() method in DelegatingFOEventHandlerTestCase.DelegatingFOEventHandlerTester