Searched refs:Bindings (Results 51 - 75 of 150) sorted by relevance

123456

/external/webkit/Source/WebCore/bridge/jni/
H A DJavaMethodJobject.h39 namespace Bindings { namespace in namespace:JSC
66 } // namespace Bindings
H A Djni_objc.mm36 using namespace JSC::Bindings;
49 bool JSC::Bindings::dispatchJNICall(ExecState* exec, const void* targetAppletView, jobject obj, bool isStatic, JavaType returnType, jmethodID methodID, jvalue* args, jvalue &result, const char*, JSValue& exceptionDescription)
/external/webkit/Source/WebCore/bridge/jni/jsc/
H A DJavaFieldJSC.h40 namespace Bindings { namespace in namespace:JSC
63 } // namespace Bindings
H A DJavaStringJSC.h38 namespace Bindings { namespace in namespace:JSC
81 } // namespace Bindings
H A DJavaInstanceJSC.h38 namespace Bindings { namespace in namespace:JSC
77 } // namespace Bindings
/external/webkit/Source/WebCore/bridge/jni/v8/
H A DJavaClassJobjectV8.h36 namespace Bindings { namespace in namespace:JSC
69 } // namespace Bindings
H A DJavaFieldJobjectV8.cpp31 using namespace JSC::Bindings;
H A DJavaInstanceJobjectV8.h47 namespace Bindings { namespace in namespace:JSC
75 } // namespace Bindings
H A DJavaStringV8.h37 namespace Bindings { namespace in namespace:JSC
65 } // namespace Bindings
/external/webkit/Source/WebCore/bridge/objc/
H A Dobjc_utility.h42 namespace Bindings { namespace in namespace:JSC
85 } // namespace Bindings
H A Dobjc_instance.h34 namespace Bindings { namespace in namespace:JSC
82 } // namespace Bindings
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_pixmapruntime.h28 namespace Bindings { namespace in namespace:JSC
/external/webkit/Source/WebCore/platform/qt/
H A DTemporaryLinkStubsQt.cpp95 PassRefPtr<JSC::Bindings::Instance> PluginView::bindingInstance()
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromiumInit.cpp73 jni::SetJavaVM(JSC::Bindings::getJavaVM());
H A DMediaPlayerPrivateAndroid.cpp78 JNIEnv* env = JSC::Bindings::getJNIEnv();
101 JNIEnv* env = JSC::Bindings::getJNIEnv();
120 JNIEnv* env = JSC::Bindings::getJNIEnv();
229 JNIEnv* env = JSC::Bindings::getJNIEnv();
250 JNIEnv* env = JSC::Bindings::getJNIEnv();
270 JNIEnv* env = JSC::Bindings::getJNIEnv();
342 JNIEnv* env = JSC::Bindings::getJNIEnv();
375 JNIEnv* env = JSC::Bindings::getJNIEnv();
422 JNIEnv* env = JSC::Bindings::getJNIEnv();
440 JNIEnv* env = JSC::Bindings
[all...]
/external/webkit/Source/WebKit/android/jni/
H A DMIMETypeRegistry.cpp45 JNIEnv* env = JSC::Bindings::getJNIEnv();
H A DJavaBridge.cpp168 JNIEnv* env = JSC::Bindings::getJNIEnv();
183 JNIEnv* env = JSC::Bindings::getJNIEnv();
193 JNIEnv* env = JSC::Bindings::getJNIEnv();
203 JNIEnv* env = JSC::Bindings::getJNIEnv();
220 JNIEnv* env = JSC::Bindings::getJNIEnv();
238 JNIEnv* env = JSC::Bindings::getJNIEnv();
250 JNIEnv* env = JSC::Bindings::getJNIEnv();
270 JNIEnv* env = JSC::Bindings::getJNIEnv();
294 JNIEnv* env = JSC::Bindings::getJNIEnv();
303 JNIEnv* env = JSC::Bindings
[all...]
/external/webkit/Source/WebCore/bindings/js/
H A DScriptController.cpp351 Bindings::RootObject* ScriptController::cacheableBindingRootObject()
358 m_cacheableBindingRootObject = Bindings::RootObject::create(0, globalObject(pluginWorld()));
363 Bindings::RootObject* ScriptController::bindingRootObject()
370 m_bindingRootObject = Bindings::RootObject::create(0, globalObject(pluginWorld()));
375 PassRefPtr<Bindings::RootObject> ScriptController::createRootObject(void* nativeHandle)
381 RefPtr<Bindings::RootObject> rootObject = Bindings::RootObject::create(nativeHandle, globalObject(pluginWorld()));
404 Bindings::RootObject* root = bindingRootObject();
/external/webkit/Source/WebCore/bridge/
H A Druntime_method.cpp40 using namespace Bindings;
46 RuntimeMethod::RuntimeMethod(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, const Identifier& ident, Bindings::MethodList& m)
H A Druntime_object.h34 namespace Bindings { namespace in namespace:JSC
H A Druntime_root.h45 namespace Bindings { namespace in namespace:JSC
97 } // namespace Bindings
/external/webkit/Source/WebCore/bridge/c/
H A Dc_instance.h41 namespace Bindings { namespace in namespace:JSC
87 } // namespace Bindings
H A Dc_runtime.cpp40 namespace Bindings { namespace in namespace:JSC
/external/webkit/Source/WebCore/bridge/jsc/
H A DBridgeJSC.cpp43 namespace Bindings { namespace in namespace:JSC
122 } // namespace Bindings
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DMediaTexture.cpp47 JNIEnv* env = JSC::Bindings::getJNIEnv();
64 JNIEnv* env = JSC::Bindings::getJNIEnv();
99 JNIEnv* env = JSC::Bindings::getJNIEnv();
205 JNIEnv* env = JSC::Bindings::getJNIEnv();

Completed in 156 milliseconds

123456