Searched refs:contextWrapper (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/glx/
H A DGLContextGLX.cpp57 GLContextGLX* contextWrapper = new GLContextGLX(context);
58 contextWrapper->m_window = window;
59 return adoptPtr(contextWrapper);
100 GLContextGLX* contextWrapper = new GLContextGLX(context); local
101 contextWrapper->m_pbuffer = pbuffer;
102 return adoptPtr(contextWrapper);
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSWorkerGlobalScopeBase.cpp122 JSWorkerGlobalScope* contextWrapper = script->workerGlobalScopeWrapper();
123 ASSERT(contextWrapper);
124 return contextWrapper;
H A DScheduledAction.cpp138 JSWorkerGlobalScope* contextWrapper = scriptController->workerGlobalScopeWrapper(); local
139 executeFunctionInContext(contextWrapper, contextWrapper, workerGlobalScope);
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp8202 OSData * contextWrapper = NULL; // must release local
8293 contextWrapper = OSData::withBytes((void *)&context, sizeof(void *));
8303 if (!contextWrapper || !_OSKextSetRequestArgument(callbackRecord,
8304 kKextRequestArgumentContextKey, contextWrapper)) {
8359 if (contextWrapper) contextWrapper->release();
8458 OSData * contextWrapper = NULL; // do not release local
8484 contextWrapper = OSDynamicCast(OSData, _OSKextGetRequestArgument(callbackRecord,
8486 context = _OSKextExtractPointer(contextWrapper);
8487 if (contextWrapper
8587 OSData * contextWrapper = NULL; // do not release local
[all...]

Completed in 198 milliseconds