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

  /external/webkit/Source/JavaScriptGlue/ForwardingHeaders/wtf/
OwnFastMallocPtr.h 1 #include <JavaScriptCore/OwnFastMallocPtr.h>
  /external/webkit/Source/WebCore/ForwardingHeaders/wtf/
OwnFastMallocPtr.h 1 #include <JavaScriptCore/OwnFastMallocPtr.h>
  /external/webkit/Source/JavaScriptCore/wtf/
OwnFastMallocPtr.h 29 template<class T> class OwnFastMallocPtr {
30 WTF_MAKE_NONCOPYABLE(OwnFastMallocPtr);
32 explicit OwnFastMallocPtr(T* ptr) : m_ptr(ptr)
36 ~OwnFastMallocPtr()
50 using WTF::OwnFastMallocPtr;
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.h 30 #include <wtf/OwnFastMallocPtr.h>
61 typedef OwnFastMallocPtr<const UChar> SharableUChar;
  /external/webkit/Source/WebCore/bindings/js/
JSWebGLRenderingContextCustom.cpp 71 #include <wtf/OwnFastMallocPtr.h>

Completed in 484 milliseconds