HomeSort by relevance Sort by last modified time
    Searched full:bindings (Results 51 - 75 of 394) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/WebCore/bindings/v8/
NPV8Object.h 37 // the Chromium source repository under third_party/npapi/bindings.
40 #include <bindings/npruntime.h>
  /external/webkit/WebCore/bridge/c/
c_instance.h 41 namespace Bindings {
84 } // namespace Bindings
  /external/webkit/WebCore/bridge/jni/
JNIBridge.h 43 namespace Bindings {
117 } // namespace Bindings
  /external/webkit/WebCore/bridge/jni/jsc/
JNIBridgeJSC.h 38 namespace Bindings {
83 } // namespace Bindings
JavaInstanceJSC.h 38 namespace Bindings {
102 } // namespace Bindings
JavaStringJSC.h 36 namespace Bindings {
80 } // namespace Bindings
  /external/webkit/WebCore/bridge/jni/v8/
JavaInstanceV8.h 40 namespace Bindings {
96 } // namespace Bindings
  /external/webkit/WebCore/bridge/jsc/
BridgeJSC.cpp 40 namespace Bindings {
124 } // namespace Bindings
  /external/webkit/WebCore/bridge/objc/
objc_instance.h 34 namespace Bindings {
78 } // namespace Bindings
  /external/webkit/WebCore/bridge/qt/
qt_instance.h 32 namespace Bindings {
91 } // namespace Bindings
qt_pixmapruntime.h 28 namespace Bindings {
  /external/webkit/WebCore/bridge/
runtime_root.h 46 namespace Bindings {
87 } // namespace Bindings
  /external/webkit/WebCore/dom/
MessageEvent.h 60 // FIXME: remove this when we update the ObjC bindings (bug #28774).
62 // FIXME: remove this when we update the ObjC bindings (bug #28774).
Entity.h 29 // FIXME: This abstract class is only here so that the JavaScript and Objective-C bindings
  /external/webkit/WebKit/android/benchmark/
Intercept.h 55 : WebCoreResourceLoader(JSC::Bindings::getJNIEnv(), MY_JOBJECT)
68 : WebFrame(JSC::Bindings::getJNIEnv(), MY_JOBJECT, MY_JOBJECT, page)
  /external/webkit/WebKit/android/jni/
JavaBridge.cpp 162 JNIEnv* env = JSC::Bindings::getJNIEnv();
176 JNIEnv* env = JSC::Bindings::getJNIEnv();
184 JNIEnv* env = JSC::Bindings::getJNIEnv();
192 JNIEnv* env = JSC::Bindings::getJNIEnv();
206 JNIEnv* env = JSC::Bindings::getJNIEnv();
222 JNIEnv* env = JSC::Bindings::getJNIEnv();
232 JNIEnv* env = JSC::Bindings::getJNIEnv();
250 JNIEnv* env = JSC::Bindings::getJNIEnv();
272 JNIEnv* env = JSC::Bindings::getJNIEnv();
279 JNIEnv* env = JSC::Bindings::getJNIEnv()
    [all...]
  /external/webkit/WebCore/
ChangeLog-2008-08-10 17 * bindings/js/ScriptControllerGtk.cpp: Fix the logic.
18 * bindings/js/ScriptControllerWin.cpp: Ditto.
19 * bindings/js/ScriptControllerQt.cpp: Switch to isPluginView for consistency with Gtk and Windows.
565 * bindings/js/ScriptControllerGtk.cpp:
622 * bindings/js/ScriptControllerWin.cpp: add runtime.h include
623 * bindings/js/ScriptControllerQt.cpp: add QWidget include
637 * bindings/js/ScriptController.h: wrap RetainPtr include in PLATFORM(MAC)
663 * bindings/js/ScriptController.cpp:
674 * bindings/js/ScriptController.h:
677 * bindings/js/ScriptControllerGtk.cpp: Copied from WebCore/page/gtk/FrameGtk.cpp
    [all...]
  /external/webkit/WebCore/bindings/js/
JSClipboardCustom.cpp 80 // FIXME: It does not match the rest of the JS bindings to throw on invalid number of arguments.
86 // FIXME: It does not match the rest of the JS bindings to throw on invalid number of arguments.
104 // FIXME: It does not match the rest of the JS bindings to throw on invalid number of arguments.
118 // FIXME: It does not match the rest of the JS bindings to throw on invalid number of arguments.
ScriptControllerAndroid.cpp 35 PassRefPtr<JSC::Bindings::Instance> ScriptController::createScriptInstanceForWidget(Widget* widget)
ScriptControllerWx.cpp 36 PassRefPtr<JSC::Bindings::Instance> ScriptController::createScriptInstanceForWidget(Widget* widget)
ScriptController.cpp 315 // Our bindings do not do anything in this case.
318 Bindings::RootObject* ScriptController::bindingRootObject()
325 m_bindingRootObject = Bindings::RootObject::create(0, globalObject(pluginWorld()));
330 PassRefPtr<Bindings::RootObject> ScriptController::createRootObject(void* nativeHandle)
336 RefPtr<Bindings::RootObject> rootObject = Bindings::RootObject::create(nativeHandle, globalObject(pluginWorld()));
353 Bindings::RootObject* root = bindingRootObject();
  /external/webkit/WebKit/wx/
Bakefiles.bkgen 38 bindings/python/wxwebkit-py.bkl
85 <add-flags files="bindings/python/wxwebkit-py.bkl" formats="gnu">
88 <add-flags files="bindings/python/wxwebkit-py.bkl" formats="msvs2005prj">
91 <add-flags files="bindings/python/wxwebkit-py.bkl" formats="msvc">
  /external/webkit/WebKitTools/Scripts/
clean-header-guards 19 %r|bindings/objc|,
  /packages/apps/Browser/tests/assets/
bindings_test.html 45 var expectedCharReturn = 98; // 'b'; Currently bindings in JSC and V8 return chars as their ASCII equivalent.
114 // members in the bindings though.
150 // members in the bindings though.
239 <p id="status">Running JNI Bindings test...</p>
  /external/webkit/WebKit/android/WebCoreSupport/
MediaPlayerPrivateAndroid.cpp 62 JNIEnv* env = JSC::Bindings::getJNIEnv();
89 JNIEnv* env = JSC::Bindings::getJNIEnv();
102 JNIEnv* env = JSC::Bindings::getJNIEnv();
146 JNIEnv* env = JSC::Bindings::getJNIEnv();
219 JNIEnv* env = JSC::Bindings::getJNIEnv();
293 JNIEnv* env = JSC::Bindings::getJNIEnv();
324 JNIEnv* env = JSC::Bindings::getJNIEnv();

Completed in 847 milliseconds

1 23 4 5 6 7 8 91011>>