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

  /external/webkit/WebCore/ForwardingHeaders/runtime/
WeakGCPtr.h 3 #include <JavaScriptCore/WeakGCPtr.h>
  /external/webkit/JavaScriptCore/runtime/
WeakGCPtr.h 35 template <typename T> class WeakGCPtr : Noncopyable {
37 WeakGCPtr() : m_ptr(0) { }
38 WeakGCPtr(T* ptr) { assign(ptr); }
62 typedef T* WeakGCPtr::*UnspecifiedBoolType;
63 operator UnspecifiedBoolType() const { return get() ? &WeakGCPtr::m_ptr : 0; }
66 WeakGCPtr& operator=(T*);
79 template <typename T> inline WeakGCPtr<T>& WeakGCPtr<T>::operator=(T* optr)
85 template <typename T, typename U> inline bool operator==(const WeakGCPtr<T>& a, const WeakGCPtr<U>& b
    [all...]
Structure.h 39 #include "WeakGCPtr.h"
204 WeakGCPtr<JSPropertyNameIterator> m_enumerationCache;
  /external/webkit/JavaScriptCore/API/
JSClassRef.h 34 #include <runtime/WeakGCPtr.h>
80 JSC::WeakGCPtr<JSC::JSObject> cachedPrototype;
  /external/webkit/WebCore/bindings/js/
JSEventListener.h 25 #include <runtime/WeakGCPtr.h>
71 mutable JSC::WeakGCPtr<JSC::JSObject> m_wrapper;

Completed in 46 milliseconds