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

  /external/webkit/Source/WebKit/mac/WebView/
WebSerializedJSValue.mm 43 - (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);
WebSerializedJSValue.h 35 - (id)initWithValue:(JSValueRef)object context:(JSContextRef)sourceContext exception:(JSValueRef*)exception;
  /external/webkit/Source/WebKit/win/
WebSerializedJSValue.cpp 85 HRESULT WebSerializedJSValue::serialize(JSContextRef sourceContext, JSValueRef value, JSValueRef* exception)
88 ASSERT_ARG(sourceContext, sourceContext);
90 if (!value || !sourceContext)
93 m_value = SerializedScriptValue::create(sourceContext, value, exception);
  /external/webkit/Source/WebCore/bridge/jni/
jni_jsobject.mm 120 CFRunLoopSourceContext sourceContext = {0, context, NULL, NULL, NULL, NULL, NULL, NULL, NULL, completedJavaScriptAccess};
121 completionSource = CFRunLoopSourceCreate(NULL, 0, &sourceContext);
143 CFRunLoopSourceContext sourceContext;
144 CFRunLoopSourceGetContext (completionSource, &sourceContext);
145 JSObjectCallContext *callContext = (JSObjectCallContext *)sourceContext.info;
167 CFRunLoopSourceContext sourceContext = {0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, performJavaScriptAccess};
168 _performJavaScriptSource = CFRunLoopSourceCreate(NULL, 0, &sourceContext);
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 428 milliseconds