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

  /external/chromium_org/third_party/WebKit/Source/platform/
RefCountedSupplement.h 29 #include "platform/Supplementable.h"
57 static void provideTo(Supplementable<T>& host, const char* key, PassRefPtr<ThisType> supplement)
62 static ThisType* from(Supplementable<T>& host, const char* key)
Supplementable.h 41 // What you should know about Supplementable and Supplement
43 // Supplementable and Supplement instances are meant to be thread local. They
52 // as its key. The Supplementable's SupplementMap will use the address of the
84 // Supplementable object is passed to the final destination thread (i.e.
175 // Helper class for implementing Supplementable and HeapSupplementable.
224 class Supplementable : public SupplementableBase<T, false> { };
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Handle.h     [all...]

Completed in 67 milliseconds