HomeSort by relevance Sort by last modified time
    Searched refs:contextType (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovieVisualContext.cpp 42 QTMovieVisualContextPriv(QTMovieVisualContext* parent, QTMovieVisualContextClient* client, QTPixelBuffer::Type contextType);
64 static CFDictionaryRef createPixelBufferOptionsDictionary(QTPixelBuffer::Type contextType)
67 const void* value = QTPixelBuffer::createPixelBufferAttributesDictionary(contextType);
73 static CFDictionaryRef pixelBufferCreationOptions(QTPixelBuffer::Type contextType)
75 if (contextType == QTPixelBuffer::ConfigureForCAImageQueue) {
76 static CFDictionaryRef imageQueueOptions = createPixelBufferOptionsDictionary(contextType);
80 ASSERT(contextType == QTPixelBuffer::ConfigureForCGImage);
81 static CFDictionaryRef cgImageOptions = createPixelBufferOptionsDictionary(contextType);
85 QTMovieVisualContextPriv::QTMovieVisualContextPriv(QTMovieVisualContext* parent, QTMovieVisualContextClient* client, QTPixelBuffer::Type contextType)
101 OSStatus status = pPixelBufferContextCreate(kCFAllocatorDefault, pixelBufferCreationOptions(contextType), &m_visualContext)
    [all...]
QTPixelBuffer.cpp 51 CFDictionaryRef QTPixelBuffer::createPixelBufferAttributesDictionary(QTPixelBuffer::Type contextType)
56 if (contextType == QTPixelBuffer::ConfigureForCAImageQueue) {
MediaPlayerPrivateQuickTimeVisualContext.cpp     [all...]
  /external/webkit/Source/WebCore/bindings/v8/
WorkerContextExecutionProxy.cpp 157 WrapperTypeInfo* contextType = &V8DedicatedWorkerContext::info;
160 contextType = &V8SharedWorkerContext::info;
162 v8::Handle<v8::Function> workerContextConstructor = V8DOMWrapper::getConstructorForContext(contextType, context);
171 V8DOMWrapper::setDOMWrapper(jsWorkerContext, contextType, m_workerContext);
  /prebuilt/common/ecj/
ecj.jar 

Completed in 1019 milliseconds