Home
last modified time | relevance | path

Searched defs:SOFT_LINK (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/avfoundation/
DMediaPlayerPrivateAVFoundationObjC.mm52 SOFT_LINK(CoreMedia, CMTimeCompare, int32_t, (CMTime time1, CMTime time2), (time1, time2)) function
53 SOFT_LINK(CoreMedia, CMTimeMakeWithSeconds, CMTime, (Float64 seconds, int32_t preferredTimeScale), … function
54 SOFT_LINK(CoreMedia, CMTimeGetSeconds, Float64, (CMTime time), (time)) function
55 SOFT_LINK(CoreMedia, CMTimeRangeGetEnd, CMTime, (CMTimeRange range), (range)) function
/external/webkit/Source/WebCore/platform/mac/
DSoftLinking.h48 #define SOFT_LINK(framework, functionName, resultType, parameterDeclarations, parameterNames) \ macro
/external/webkit/Source/WebCore/platform/win/
DSoftLinking.h51 #define SOFT_LINK(library, functionName, resultType, callingConvention, parameterDeclarations, para… macro
/external/webkit/Source/WebCore/platform/graphics/mac/
DMediaPlayerPrivateQTKit.mm78 SOFT_LINK(QTKit, QTMakeTime, QTTime, (long long timeValue, long timeScale), (timeValue, timeScale)) function