Home
last modified time | relevance | path

Searched defs:PersistentBase (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
DHandle.h148 template<typename RootsAccessor, typename Owner> friend class PersistentBase; variable
397 inline PersistentBase() in PersistentBase() function
410 inline explicit PersistentBase(const PersistentBase& otherref) in PersistentBase() function
/external/chromium_org/v8/include/
Dv8.h105 template<class T> class PersistentBase; variable
301 template<class F> friend class PersistentBase; variable
377 template<class F> friend class PersistentBase; variable
565 template<class F> friend class PersistentBase; variable
571 explicit V8_INLINE PersistentBase(T* val) : val_(val) {} in PersistentBase() function
5238 template <class T> friend class PersistentBase; variable