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

  /external/chromium_org/third_party/WebKit/Source/modules/quota/
DeprecatedStorageQuota.h 50 Persistent,
  /external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
stubs.h 169 template<typename T> class Persistent {
  /external/chromium_org/tools/clang/blink_gc_plugin/
Edge.h 21 class Persistent;
33 virtual void VisitPersistent(Persistent*) {}
47 virtual void VisitPersistent(Persistent*) override;
64 virtual void AtPersistent(Persistent*);
188 class Persistent : public PtrEdge {
190 explicit Persistent(Edge* ptr) : PtrEdge(ptr) { }
  /external/clang/tools/libclang/
Indexing.cpp 625 bool Persistent = requestedToGetTU;
651 Persistent,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Handle.h 197 // Don't allow delete being called on wrapper persistent nodes. We
264 // We have a free persistent slot in this region.
342 WrapperPersistentNode* persistent = const_cast<WrapperPersistentNode*>(node); local
343 persistent->region()->free(persistent);
346 // RootsAccessor for Persistent that provides access to thread-local list
347 // of persistent handles. Can only be used to create handles that
364 // RootsAccessor for Persistent that provides synchronized access to global
365 // list of persistent handles. Can be used for persistent handles that ar
    [all...]
  /external/chromium_org/v8/include/
v8.h 107 class M = NonCopyablePersistentTraits<T> > class Persistent;
185 * There are two types of handles: local and persistent handles.
187 * local operations. They are managed by HandleScopes. Persistent
273 const Persistent<S>& that) const {
300 template<class F, class M> friend class Persistent;
378 template<class F, class M> friend class Persistent;
441 * A persistent handle contains a reference to a storage cell within
563 template<class F1, class F2> friend class Persistent;
581 * Default traits for Persistent. This class does not allow
589 typedef Persistent<T, NonCopyablePersistentTraits<T> > NonCopyablePersistent
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddmmc.h 31 UCHAR Persistent:1;

Completed in 470 milliseconds