HomeSort by relevance Sort by last modified time
    Searched defs:Persistent (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/quota/
StorageQuota.h 49 Persistent,
  /external/clang/tools/libclang/
Indexing.cpp 636 bool Persistent = requestedToGetTU;
662 Persistent,
    [all...]
  /external/v8/include/
v8.h 103 template <class T> class Persistent;
133 typedef void (*WeakReferenceCallback)(Persistent<Value> object,
156 * There are two types of handles: local and persistent handles.
158 * local operations. They are managed by HandleScopes. Persistent
301 * allocated, a Persistent handle remains valid until it is explicitly
304 * A persistent handle contains a reference to a storage cell within
307 * cell can be created using Persistent::New and existing handles can
308 * be disposed using Persistent::Dispose. Since persistent handles
309 * are passed by value you may have many persistent handle object
    [all...]
  /external/chromium_org/v8/include/
v8.h 148 template <class T> class Persistent;
215 Persistent<T>* object,
239 * There are two types of handles: local and persistent handles.
241 * local operations. They are managed by HandleScopes. Persistent
316 bool operator==(const Persistent<S>& that) const) {
353 V8_INLINE(static Handle<T> New(Isolate* isolate, const Persistent<T>& that)) {
369 template<class F> friend class Persistent;
455 V8_INLINE(static Local<T> New(Isolate* isolate, const Persistent<T>& that));
466 template<class F> friend class Persistent;
484 * allocated, a Persistent handle remains valid until it is explicitl
    [all...]

Completed in 296 milliseconds