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

1 2 3 4 5 6 7 891011>>

  /external/webkit/WebCore/page/
XSSAuditor.h 54 // Bindings
  /external/webkit/WebCore/platform/android/
GeolocationServiceAndroid.cpp 40 using JSC::Bindings::getJNIEnv;
GeolocationServiceBridge.cpp 37 using JSC::Bindings::getJNIEnv;
PlatformBridge.h 35 // V8 bindings use the ARRAYSIZE_UNSAFE macro. This macro was copied
  /external/webkit/WebCore/plugins/gtk/
gtk2xtbin.h 114 XtBoundActions proc_table; /* procedure bindings for actions */
  /external/webkit/WebKit/chromium/public/
WebBindings.h 35 #include <bindings/npruntime.h>
  /external/webkit/WebKitTools/wx/packaging/
build-mac-installer.py 137 shutil.copy(os.path.join(wxwk_root, "WebKit", "wx", "bindings", "python", "samples", "simple.py"), demodir)
  /frameworks/base/media/libdrm/mobile2/include/util/domcore/
DOMException.h 31 * For some bindings, for example, methods may return error codes similar to those listed in the corresponding
  /frameworks/base/opengl/tools/glgen/
gen 54 echo "Generating static OpenGLES 1.1 bindings"
  /ndk/build/platforms/android-3/arch-arm/usr/include/sys/
limits.h 133 #define _POSIX_VERSION 200112L /* Posix C language bindings version */
  /ndk/build/platforms/android-4/arch-arm/usr/include/sys/
limits.h 133 #define _POSIX_VERSION 200112L /* Posix C language bindings version */
  /ndk/build/platforms/android-5/arch-arm/usr/include/sys/
limits.h 133 #define _POSIX_VERSION 200112L /* Posix C language bindings version */
  /ndk/build/platforms/android-5/arch-x86/usr/include/sys/
limits.h 133 #define _POSIX_VERSION 200112L /* Posix C language bindings version */
  /ndk/build/platforms/android-8/arch-arm/usr/include/sys/
limits.h 133 #define _POSIX_VERSION 200112L /* Posix C language bindings version */
  /ndk/build/platforms/android-8/arch-x86/usr/include/sys/
limits.h 133 #define _POSIX_VERSION 200112L /* Posix C language bindings version */
  /external/webkit/WebCore/plugins/
PluginView.cpp 784 PassRefPtr<JSC::Bindings::Instance> PluginView::bindingInstance()
817 RefPtr<JSC::Bindings::RootObject> root = m_parentFrame->script()->createRootObject(this);
818 RefPtr<JSC::Bindings::Instance> instance = JSC::Bindings::CInstance::create(object, root.release());
850 // Bindings::CInstance (used in JSC version) retains the object, so in ~PluginView() it calls
    [all...]
  /external/expat/lib/
xmlparse.c 186 BINDING *bindings; member in struct:tag
871 /* moves list of bindings to freeBindingList */
873 moveToFreeBindingList(XML_Parser parser, BINDING *bindings)
875 while (bindings) {
876 BINDING *b = bindings;
877 bindings = bindings->nextTagBinding;
896 moveToFreeBindingList(parser, tag->bindings);
897 tag->bindings = NULL;
2373 BINDING *bindings = NULL; local
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
DatabaseUtils_InsertHelperTest.java 225 // subsequent insert() should ignore existing bindings
383 // previous bindings are forgotten
  /external/skia/src/views/
SkListWidget.cpp 440 if ((child = dom.getFirstChild(node, "bindings")) != NULL)
457 count = 0; // reuse this to count up to the number of valid bindings
  /external/webkit/WebCore/bindings/v8/
V8Index.h     [all...]
V8NPObject.cpp 362 // can be used by DOM bindings.
380 // KJS retains the object as part of its wrapper (see Bindings::CInstance).
  /external/webkit/WebCore/bridge/jni/v8/
JNIUtilityPrivate.cpp 35 namespace Bindings {
457 } // end of namespace Bindings
  /external/webkit/WebKit/android/plugins/
PluginWidgetAndroid.cpp 90 JNIEnv* env = JSC::Bindings::getJNIEnv();
257 JNIEnv* env = JSC::Bindings::getJNIEnv();
  /external/webkit/WebKit/win/Interfaces/
DOMHTML.idl 794 // FIXME - this is not in objC bindings at the moment
799 // FIXME - thisis not in the objC bindings at the moment
  /dalvik/libcore/sql/src/main/java/SQLite/
Stmt.java 79 * clearing parameter bindings.

Completed in 268 milliseconds

1 2 3 4 5 6 7 891011>>