Searched refs:Persistent (Results 1 - 25 of 145) sorted by relevance

123456

/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A DJsContext.h53 Persistent<Function> fOnDraw;
57 static Persistent<ObjectTemplate> gContextTemplate;
H A DGlobal.h24 typedef Persistent<Function, CopyablePersistentTraits<Function> > CopyablePersistentFn;
73 Persistent<Context> fContext;
/external/skia/experimental/SkV8Example/
H A DJsContext.h53 Persistent<Function> fOnDraw;
57 static Persistent<ObjectTemplate> gContextTemplate;
H A DGlobal.h24 typedef Persistent<Function, CopyablePersistentTraits<Function> > CopyablePersistentFn;
73 Persistent<Context> fContext;
/external/chromium_org/tools/clang/blink_gc_plugin/tests/
H A Dpersistent_field_in_gc_managed_class.h17 Persistent<HeapObject> m_obj;
H A Dcycle_sub.h31 Persistent<A> m_a;
H A Dcycle_super.h36 Persistent<C> m_c;
H A Dcycle_super_neg.h32 Persistent<B> m_b;
H A Dmember_in_offheap_class.h19 Persistent<HeapVector<Member<HeapObject> > > m_objs; // OK
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DDataEquivalency.h30 bool dataEquivalent(const Persistent<T>& a, const Persistent<T>& b)
/external/chromium_org/gin/test/
H A Dv8_test.h30 v8::Persistent<v8::Context> context_;
/external/chromium_org/third_party/WebKit/Source/modules/battery/
H A DBatteryDispatcher.h34 Persistent<BatteryStatus> m_batteryStatus;
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
H A DDeviceMotionDispatcher.h65 Persistent<DeviceMotionData> m_lastDeviceMotionData;
H A DDeviceOrientationDispatcher.h65 Persistent<DeviceOrientationData> m_lastDeviceOrientationData;
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DWebIDBDatabaseCallbacksImpl.h53 Persistent<IDBDatabaseCallbacks> m_callbacks;
H A DIDBTransactionTest.cpp100 Persistent<IDBDatabase> db = IDBDatabase::create(executionContext(), backend.release(), FakeIDBDatabaseCallbacks::create());
104 Persistent<IDBTransaction> transaction = IDBTransaction::create(scriptState(), transactionId, transactionScope, WebIDBTransactionModeReadOnly, db.get());
111 Persistent<IDBRequest> request = IDBRequest::create(scriptState(), IDBAny::createUndefined(), transaction.get());
130 Persistent<IDBDatabase> db = IDBDatabase::create(executionContext(), backend.release(), FakeIDBDatabaseCallbacks::create());
134 Persistent<IDBTransaction> transaction = IDBTransaction::create(scriptState(), transactionId, transactionScope, WebIDBTransactionModeReadOnly, db.get());
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DFileSystemCallbacks.h84 Persistent<ErrorCallback> m_errorCallback;
85 Persistent<DOMFileSystemBase> m_fileSystem;
99 Persistent<EntryCallback> m_successCallback;
112 Persistent<EntriesCallback> m_successCallback;
113 Persistent<DirectoryReaderBase> m_directoryReader;
125 Persistent<FileSystemCallback> m_successCallback;
136 Persistent<EntryCallback> m_successCallback;
146 Persistent<MetadataCallback> m_successCallback;
156 Persistent<FileWriterBase> m_fileWriter;
157 Persistent<FileWriterBaseCallbac
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptWrappable.h102 * ScriptWrappable acts much like a v8::Persistent<> in that it keeps a
107 * - setWrapper: install a v8::Persistent (or empty)
109 * remove v8::Persistent and become empty.
133 v8::Persistent<v8::Object> persistent(isolate, wrapper);
142 v8::Persistent<v8::Object> persistent;
149 v8::Persistent<v8::Object> persistent;
170 v8::Persistent<v8::Object> persistent;
182 v8::Persistent<v8::Object> wrapper;
185 isolate->SetObjectGroupId(v8::Persistent<v8::Value>::Cast(wrapper), groupId);
188 void setReference(const v8::Persistent<v
[all...]
H A DScopedPersistent.h95 ALWAYS_INLINE v8::Persistent<T>& getUnsafe()
100 v8::Persistent<T> m_handle;
/external/chromium_org/third_party/WebKit/Source/modules/quota/
H A DDeprecatedStorageQuota.h50 Persistent, enumerator in enum:blink::FINAL::Type
H A DStorageErrorCallback.h63 Persistent<StorageErrorCallback> m_callback;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorNodeIds.cpp23 DEFINE_STATIC_LOCAL(Persistent<NodeToIdMap>, nodeToIdMap, (new NodeToIdMap()));
29 DEFINE_STATIC_LOCAL(Persistent<IdToNodeMap>, idToNodeMap, (new IdToNodeMap()));
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebSocketImpl.h79 Persistent<WebSocketChannel> m_private;
81 Persistent<WebSocketChannelClientProxy> m_channelProxy;
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp477 Persistent<IntWrapper> wrapper;
479 typedef Persistent<IntWrapper, GlobalPersistents> GlobalIntWrapperPersistent;
525 Persistent<HeapHashMap<ThreadMarker, WeakMember<IntWrapper> > > weakMap = new HeapHashMap<ThreadMarker, WeakMember<IntWrapper> >;
1091 DEFINE_STATIC_LOCAL(Persistent<ObserverMap>, observerMap, ());
1391 FinalizationAllocator(Persistent<IntWrapper>* wrapper)
1407 Persistent<IntWrapper>* m_wrapper;
1533 Persistent<DynamicallySizedObject> bigArea = DynamicallySizedObject::create(big);
1539 Persistent<DynamicallySizedObject>* persistents[numPersistents];
1544 persistents[persistentCount++] = new Persistent<DynamicallySizedObject>(DynamicallySizedObject::create(size));
1588 Persistent<DynamicallySizedObjec
[all...]
H A DHandle.h346 // RootsAccessor for Persistent that provides access to thread-local list
364 // RootsAccessor for Persistent that provides synchronized access to global
436 // A dummy Persistent handle that ensures the list of persistents is never null.
486 // Persistent handles are used to store pointers into the
487 // managed heap. As long as the Persistent handle is alive
488 // the GC will keep the object pointed to alive. Persistent
490 // Persistent handles must not be used to contain pointers
495 // A Persistent is always a GC root from the point of view of
498 // We have to construct and destruct Persistent with default RootsAccessor in
501 class Persistent class in namespace:blink
505 Persistent() : m_raw(0) { } function in class:blink::Persistent
507 Persistent(std::nullptr_t) : m_raw(0) { } function in class:blink::Persistent
509 Persistent(T* raw) : m_raw(raw) function in class:blink::Persistent
515 explicit Persistent(T& raw) : m_raw(&raw) function in class:blink::Persistent
521 Persistent(const Persistent& other) : m_raw(other) { recordBacktrace(); } function in class:blink::Persistent
524 Persistent(const Persistent<U, RootsAccessor>& other) argument
527 Persistent(const Member<U>& other) : m_raw(other) { recordBacktrace(); } function in class:blink::Persistent
530 Persistent(const RawPtr<U>& other) : m_raw(other.get()) { recordBacktrace(); } function in class:blink::Persistent
592 operator =(const Persistent<U, RootsAccessor>& other) argument
[all...]

Completed in 791 milliseconds

123456