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

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHandle.h148 template<typename RootsAccessor, typename Owner> friend class PersistentBase;
383 class PersistentBase : public PersistentNode { class in namespace:blink
385 ~PersistentBase()
397 inline PersistentBase() function in class:blink::PersistentBase
410 inline explicit PersistentBase(const PersistentBase& otherref) function in class:blink::PersistentBase
421 PersistentBase* other = const_cast<PersistentBase*>(&otherref);
428 inline PersistentBase& operator=(const PersistentBase
[all...]
/external/chromium_org/v8/include/
H A Dv8.h105 template<class T> class PersistentBase;
254 const PersistentBase<S>& that) const {
294 const PersistentBase<T>& that) {
301 template<class F> friend class PersistentBase;
372 const PersistentBase<T>& that);
377 template<class F> friend class PersistentBase;
438 * allocated, a PersistentBase handle remains valid until it is explicitly
444 * cell can be created using the constructor or PersistentBase::Reset and
445 * existing handles can be disposed using PersistentBase::Reset.
448 template <class T> class PersistentBase { class in namespace:v8
571 explicit V8_INLINE PersistentBase(T* val) : val_(val) {} function in class:v8::PersistentBase
[all...]

Completed in 73 milliseconds