Searched refs:sourceContext (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebSerializedJSValue.mm43 - (id)initWithValue:(JSValueRef)value context:(JSContextRef)sourceContext exception:(JSValueRef*)exception
46 ASSERT_ARG(sourceContext, sourceContext);
48 if (!value || !sourceContext) {
59 _private->value = SerializedScriptValue::create(sourceContext, value, exception);
H A DWebSerializedJSValue.h35 - (id)initWithValue:(JSValueRef)object context:(JSContextRef)sourceContext exception:(JSValueRef*)exception;
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebSerializedJSValue.cpp85 HRESULT WebSerializedJSValue::serialize(JSContextRef sourceContext, JSValueRef value, JSValueRef* exception) argument
88 ASSERT_ARG(sourceContext, sourceContext);
90 if (!value || !sourceContext)
93 m_value = SerializedScriptValue::create(sourceContext, value, exception);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DImageBufferDataCG.cpp205 RetainPtr<CGContextRef> sourceContext = adoptCF(CGBitmapContextCreate(srcRows, width.unsafeGet(), height.unsafeGet(), 8, srcBytesPerRow, m_colorSpace, kCGImageAlphaPremultipliedLast)); local
206 RetainPtr<CGImageRef> sourceImage = adoptCF(CGBitmapContextCreateImage(sourceContext.get()));
294 RetainPtr<CGContextRef> sourceContext = adoptCF(CGBitmapContextCreate(srcRows, width.unsafeGet(), height.unsafeGet(), 8, srcBytesPerRow, m_colorSpace, kCGImageAlphaPremultipliedLast)); local
295 RetainPtr<CGImageRef> sourceImage = adoptCF(CGBitmapContextCreateImage(sourceContext.get()));
428 RetainPtr<CGContextRef> sourceContext = adoptCF(CGBitmapContextCreate(srcRows, width.unsafeGet(), height.unsafeGet(), 8, srcBytesPerRow, m_colorSpace, kCGImageAlphaPremultipliedLast)); local
429 RetainPtr<CGImageRef> sourceImage = adoptCF(CGBitmapContextCreateImage(sourceContext.get()));
507 RetainPtr<CGContextRef> sourceContext = adoptCF(CGBitmapContextCreate(srcRows, width.unsafeGet(), height.unsafeGet(), 8, srcBytesPerRow, m_colorSpace, kCGImageAlphaPremultipliedLast)); local
508 RetainPtr<CGImageRef> sourceImage = adoptCF(CGBitmapContextCreateImage(sourceContext.get()));
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_usernotification.c146 CFRunLoopSourceContext sourceContext; local
194 bzero(&sourceContext, sizeof(CFRunLoopSourceContext));
195 sourceContext.version = 0;
196 sourceContext.perform = _checkNotificationQueue;
198 (*sourcePriority)++, &sourceContext);
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DCanvasRenderingContext2D.cpp1391 CanvasRenderingContext* sourceContext = sourceCanvas->renderingContext(); local
1393 if (!isAccelerated() || !sourceContext || !sourceContext->isAccelerated() || !sourceContext->is2d())

Completed in 201 milliseconds