HomeSort by relevance Sort by last modified time
    Searched refs:PersistentBase (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/v8/include/
v8.h 105 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 {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Handle.h 148 template<typename RootsAccessor, typename Owner> friend class PersistentBase;
383 class PersistentBase : public PersistentNode {
385 ~PersistentBase()
397 inline PersistentBase()
410 inline explicit PersistentBase(const PersistentBase& otherref)
421 PersistentBase* other = const_cast<PersistentBase*>(&otherref);
428 inline PersistentBase& operator=(const PersistentBase& otherref) { return *this;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
WrapperTypeInfo.h 113 void configureWrapper(v8::PersistentBase<v8::Object>* wrapper) const

Completed in 144 milliseconds