OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Bindings
(Results
76 - 100
of
150
) sorted by null
1
2
3
4
5
6
/external/webkit/Source/WebCore/platform/graphics/android/
MediaTexture.cpp
60
JNIEnv* env = JSC::
Bindings
::getJNIEnv();
80
JNIEnv* env = JSC::
Bindings
::getJNIEnv();
115
JNIEnv* env = JSC::
Bindings
::getJNIEnv();
223
JNIEnv* env = JSC::
Bindings
::getJNIEnv();
/external/webkit/Source/WebCore/plugins/
PluginViewNone.cpp
154
PassRefPtr<JSC::
Bindings
::Instance> PluginView::bindingInstance()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.h
37
namespace
Bindings
{
43
namespace
Bindings
{
72
friend class V8::
Bindings
::QtDRTNodeRuntime;
74
friend class JSC::
Bindings
::QtDRTNodeRuntime;
/external/webkit/Source/WebKit/android/jni/
WebCoreResourceLoader.cpp
83
JNIEnv* env = JSC::
Bindings
::getJNIEnv();
91
JNIEnv* env = JSC::
Bindings
::getJNIEnv();
98
JNIEnv* env = JSC::
Bindings
::getJNIEnv();
109
JNIEnv* env = JSC::
Bindings
::getJNIEnv();
121
JNIEnv* env = JSC::
Bindings
::getJNIEnv();
DeviceMotionClientImpl.cpp
36
using JSC::
Bindings
::getJNIEnv;
DeviceOrientationClientImpl.cpp
36
using JSC::
Bindings
::getJNIEnv;
WebViewCore.cpp
214
JNIEnv* env = JSC::
Bindings
::getJNIEnv();
230
JNIEnv* env = JSC::
Bindings
::getJNIEnv();
485
JNIEnv* env = JSC::
Bindings
::getJNIEnv();
770
JNIEnv* env = JSC::
Bindings
::getJNIEnv();
[
all
...]
WebCoreJniOnLoad.cpp
138
JSC::
Bindings
::setJavaVM(vm);
238
WebViewCore* webViewCore = new WebViewCore(JSC::
Bindings
::getJNIEnv(),
/external/webkit/Source/WebCore/bindings/objc/
DOMInternal.mm
122
JSC::
Bindings
::RootObject* rootObject = frame->script()->bindingRootObject();
/external/webkit/Source/WebCore/bridge/jni/v8/
JavaClassJobjectV8.cpp
34
using namespace JSC::
Bindings
;
JavaInstanceJobjectV8.cpp
42
using namespace JSC::
Bindings
;
/external/webkit/Source/WebCore/bridge/qt/
qt_instance.h
32
namespace
Bindings
{
92
} // namespace
Bindings
/external/webkit/Source/WebCore/bridge/
testqtbindings.cpp
75
using namespace JSC::
Bindings
;
npruntime.cpp
41
using namespace JSC::
Bindings
;
/external/webkit/Source/WebKit/qt/Api/
qwebelement.h
38
namespace
Bindings
{
44
namespace
Bindings
{
175
friend class V8::
Bindings
::QtWebElementRuntime;
177
friend class JSC::
Bindings
::QtWebElementRuntime;
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
ProxyInstance.mm
45
using namespace JSC::
Bindings
;
51
class ProxyClass : public JSC::
Bindings
::Class {
73
class ProxyField : public JSC::
Bindings
::Field {
99
class ProxyMethod : public JSC::
Bindings
::Method {
140
JSC::
Bindings
::Class* ProxyInstance::getClass() const
182
ProxyRuntimeMethod(ExecState* exec, JSGlobalObject* globalObject, const Identifier& name,
Bindings
::MethodList& list)
/external/webkit/Source/WebCore/bridge/c/
c_class.cpp
41
namespace JSC { namespace
Bindings
{
120
} } // namespace JSC::
Bindings
/external/webkit/Source/WebCore/bridge/jni/jsc/
JavaClassJSC.cpp
37
using namespace JSC::
Bindings
;
/external/webkit/Source/WebCore/bridge/jsc/
BridgeJSC.h
46
namespace
Bindings
{
150
} // namespace
Bindings
/external/webkit/Source/WebCore/bridge/objc/
objc_runtime.h
36
namespace
Bindings
{
126
} // namespace
Bindings
objc_instance.mm
48
using namespace JSC::
Bindings
;
163
Bindings
::Class* ObjcInstance::getClass() const
169
return static_cast<
Bindings
::Class*>(_class);
179
ObjCRuntimeMethod(ExecState* exec, JSGlobalObject* globalObject, const Identifier& name,
Bindings
::MethodList& list)
/external/webkit/Source/WebCore/platform/android/
GeolocationServiceAndroid.cpp
41
using JSC::
Bindings
::getJNIEnv;
/external/webkit/Source/WebCore/platform/graphics/wince/
MediaPlayerProxy.cpp
48
using namespace
Bindings
;
/external/webkit/Source/WebKit/android/benchmark/
MyJavaVM.cpp
129
JSC::
Bindings
::setJavaVM(s_jvm);
/external/webkit/Source/WebKit/mac/WebView/
WebScriptDebugDelegate.mm
125
Bindings
::RootObject* root1 = [globalObject _originRootObject];
129
Bindings
::RootObject* root2 = [globalObject _rootObject];
Completed in 547 milliseconds
1
2
3
4
5
6