HomeSort by relevance Sort by last modified time
    Searched refs:Persistent (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /external/chromium_org/third_party/skia/experimental/SkV8Example/
JsContext.h 53 Persistent<Function> fOnDraw;
57 static Persistent<ObjectTemplate> gContextTemplate;
Global.h 24 typedef Persistent<Function, CopyablePersistentTraits<Function> > CopyablePersistentFn;
73 Persistent<Context> fContext;
  /external/skia/experimental/SkV8Example/
JsContext.h 53 Persistent<Function> fOnDraw;
57 static Persistent<ObjectTemplate> gContextTemplate;
Global.h 24 typedef Persistent<Function, CopyablePersistentTraits<Function> > CopyablePersistentFn;
73 Persistent<Context> fContext;
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
GeolocationInspectorAgent.h 67 Persistent<GeolocationPosition> m_geolocationPosition;
68 Persistent<GeolocationPosition> m_platformGeolocationPosition;
  /external/chromium_org/gin/test/
v8_test.h 30 v8::Persistent<v8::Context> context_;
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
WebIDBDatabaseCallbacksImpl.h 53 Persistent<IDBDatabaseCallbacks> m_callbacks;
IDBTransactionTest.cpp 99 Persistent<IDBDatabase> db = IDBDatabase::create(executionContext(), backend.release(), FakeIDBDatabaseCallbacks::create());
103 Persistent<IDBTransaction> transaction = IDBTransaction::create(executionContext(), transactionId, transactionScope, blink::WebIDBTransactionModeReadOnly, db.get());
110 Persistent<IDBRequest> request = IDBRequest::create(scriptState(), IDBAny::createUndefined(), transaction.get());
129 Persistent<IDBDatabase> db = IDBDatabase::create(executionContext(), backend.release(), FakeIDBDatabaseCallbacks::create());
133 Persistent<IDBTransaction> transaction = IDBTransaction::create(executionContext(), transactionId, transactionScope, blink::WebIDBTransactionModeReadOnly, db.get());
  /external/chromium_org/tools/clang/blink_gc_plugin/tests/
cycle_sub.h 31 Persistent<A> m_a;
cycle_super.h 36 Persistent<C> m_c;
cycle_super_neg.h 32 Persistent<B> m_b;
persistent_field_in_gc_managed_class.h 17 Persistent<HeapObject> m_obj;
cycle_ptrs.h 49 Persistent<A> m_a;
member_in_offheap_class.h 19 Persistent<HeapVector<Member<HeapObject> > > m_objs; // OK
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DataEquivalency.h 30 bool dataEquivalent(const Persistent<T>& a, const Persistent<T>& b)
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
DeprecatedStorageQuota.h 49 Persistent,
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptWrappable.h 50 * ScriptWrappable acts much like a v8::Persistent<> in that it keeps a
52 * object or an actual v8 persistent (or is empty).
58 * - if odd: a pointer to v8::Persistent<v8::Object> + 1.
72 * - setWrapper: install a v8::Persistent (or empty)
74 * remove v8::Persistent and install a TypeInfo of the previous value.
99 v8::Persistent<v8::Object> persistent(isolate, wrapper);
100 configuration.configureWrapper(&persistent);
101 persistent.SetWeak(this, &setWeakCallback);
102 m_wrapperOrTypeInfo = reinterpret_cast<uintptr_t>(persistent.ClearAndLeak()) | 1
108 v8::Persistent<v8::Object> persistent; local
119 v8::Persistent<v8::Object> persistent; local
135 v8::Persistent<v8::Object> persistent; local
156 v8::Persistent<v8::Object> persistent; local
176 v8::Persistent<v8::Object> persistent; local
240 v8::Persistent<v8::Object> persistent; local
255 v8::Persistent<v8::Object> persistent; local
    [all...]
NPV8Object.h 55 v8::Persistent<v8::Object> v8Object;
ScopedPersistent.h 95 ALWAYS_INLINE v8::Persistent<T>& getUnsafe()
100 v8::Persistent<T> m_handle;
WrapperTypeInfo.h 58 typedef void (*ResolveWrapperReachabilityFunction)(void*, const v8::Persistent<v8::Object>&, v8::Isolate*);
72 inline void setObjectGroup(void* object, const v8::Persistent<v8::Object>& wrapper, v8::Isolate* isolate)
128 void visitDOMWrapper(void* object, const v8::Persistent<v8::Object>& wrapper, v8::Isolate* isolate) const
154 inline T* getInternalField(const v8::Persistent<v8::Object>& persistent)
157 const v8::Handle<v8::Object>& object = reinterpret_cast<const v8::Handle<v8::Object>&>(persistent);
169 inline void* toNative(const v8::Persistent<v8::Object>& wrapper)
179 inline const WrapperTypeInfo* toWrapperTypeInfo(const v8::Persistent<v8::Object>& wrapper)
191 // Persistent handle is stored in the last internal field.
  /external/chromium_org/third_party/WebKit/Source/web/
GeolocationClientProxy.h 56 WebCore::Persistent<WebCore::GeolocationPosition> m_lastPosition;
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Handle.h 142 // RootsAccessor for Persistent that provides access to thread-local list
143 // of persistent handles. Can only be used to create handles that
160 // RootsAccessor for Persistent that provides synchronized access to global
161 // list of persistent handles. Can be used for persistent handles that are
175 // Base class for persistent handles. RootsAccessor specifies which list to
229 // A dummy Persistent handle that ensures the list of persistents is never null.
243 // persistent or e.g. be RefCountedGarbageCollected we cannot guarantee there are no remaining Persistents at
258 // For global persistent handles we cannot check that the
271 // Persistent handles are used to store pointers into th
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DirectoryReaderSync.cpp 62 Persistent<DirectoryReaderSync> m_reader;
78 Persistent<DirectoryReaderSync> m_reader;
DirectoryReader.cpp 54 // FIXME: This Persistent keeps the reader alive until all of the readDirectory results are received. crbug.com/350285
55 Persistent<DirectoryReader> m_reader;
71 Persistent<DirectoryReader> m_reader;
  /external/chromium_org/tools/clang/blink_gc_plugin/
Edge.cpp 22 void RecursiveEdgeVisitor::AtPersistent(Persistent*) {}
63 void RecursiveEdgeVisitor::VisitPersistent(Persistent* e) {

Completed in 766 milliseconds

1 2 3 4 5 6