HomeSort by relevance Sort by last modified time
    Searched full:wrappers (Results 1 - 25 of 286) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/manual-tests/inspector-wrappers/
console-eval.html 3 <script src="inspector-wrappers-test-utils.js"></script>
console-str-getter.html 3 <script src="inspector-wrappers-test-utils.js"></script>
inspector-evaluate.html 3 <script src="inspector-wrappers-test-utils.js"></script>
console-alert-document-body.html 3 <script src="inspector-wrappers-test-utils.js"></script>
console-alert-object.html 3 <script src="inspector-wrappers-test-utils.js"></script>
console-alert-this.html 3 <script src="inspector-wrappers-test-utils.js"></script>
console-str-alert-object.html 3 <script src="inspector-wrappers-test-utils.js"></script>
inspector-treeElementIdentifier.html 3 <script src="inspector-wrappers-test-utils.js"></script>
inspector-hasAttributes.html 3 <script src="inspector-wrappers-test-utils.js"></script>
  /external/clearsilver/man/man3/
hdf_obj_top.3 31 implementations of language wrappers where individual
  /external/clearsilver/cgi/
fcgi_hello.c 45 /* Then, we install our own wrappers for some cgiwrap calls that aren't
46 * already wrapped in the standard wrappers. */
  /external/chromium/base/crypto/
cssm_init.h 20 // Set of pointers to memory function wrappers that are required for CSSM
  /external/kernel-headers/original/linux/
irq_cpustat.h 14 * Simple wrappers reducing source bloat. Define all irq_stat fields
thread_info.h 26 * flag set/clear/test wrappers
  /external/yaffs2/yaffs2/
yaffs_mtdif.h 3 * yaffs_mtdif.h NAND mtd interface wrappers
  /external/webkit/WebCore/bindings/v8/
DOMWrapperWorld.h 40 // This class represent a collection of DOM wrappers for a specific world.
41 // The base class is pretty boring because the wrappers are actually stored
IsolatedWorld.h 52 // The backing store for the isolated world's DOM wrappers. This class
53 // doesn't have visibility into the wrappers. This handle simply helps
V8DOMMap.h 70 // A table of wrappers with weak pointers.
81 fprintf(stderr, "Leak %d JS wrappers.\n", m_map.size());
146 // An opaque class that represents a set of DOM wrappers.
149 // A utility class to manage the lifetime of set of DOM wrappers.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
debug.h 34 * wrappers to verify certain properties. The __glibcxx_requires_xxx
35 * macros are merely wrappers around the __glibcxx_check_xxx wrappers
  /external/openssl/crypto/rc2/
version 12 I have no test values for any mode other than ecb, my wrappers for the
  /external/skia/src/images/
SkImageRef_GlobalPool.cpp 57 // global imagerefpool wrappers
  /external/webkit/WebKitTools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupportTiger.pm 44 # ------- FUNCTION WRAPPERS --------
  /packages/apps/Email/src/org/apache/commons/io/
overview.html 26 The utilities provide convenience wrappers around the JDK, simplifying
  /external/webkit/WebCore/bindings/js/
JSDOMBinding.cpp 94 // For debugging, keep a set of wrappers currently cached, and check that
96 // - wrappers being deleted without being removed from the cache
97 // - wrappers being cached twice
287 DOMObjectWrapperMap& wrappers = static_cast<WebCoreJSClientData*>(clientData)->normalWorld()->m_wrappers; local
288 if (wrappers.uncheckedRemove(objectHandle, wrapper)) {
343 JSWrapperCache* wrappers = document->wrapperCacheMap().take(world); local
344 ASSERT(wrappers); // 'world' should only know about 'document' if 'document' knows about 'world'!
345 delete wrappers;
401 // FIXME: The DOM should manage this issue without the help of JavaScript wrappers.
439 // (e.g. an XMLHttpRequest), we need to keep JS wrappers alive
    [all...]
  /external/bluetooth/glib/glib/
gstdio.h 1 /* gstdio.h - GFilename wrappers for C library functions
61 /* Wrappers for C library functions that take pathname arguments. On

Completed in 1959 milliseconds

1 2 3 4 5 6 7 8 91011>>