Searched refs:SupplementArgumentType (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DSupplementable.h102 typedef RawPtr<SupplementBase<T, true> > SupplementArgumentType; typedef in struct:blink::SupplementableTraits
107 typedef PassOwnPtr<SupplementBase<T, false> > SupplementArgumentType; typedef in struct:blink::SupplementableTraits
136 static void provideTo(SupplementableBase<T, isGarbageCollected>& host, const char* key, typename SupplementableTraits<T, isGarbageCollected>::SupplementArgumentType supplement)
179 void provideSupplement(const char* key, typename SupplementableTraits<T, isGarbageCollected>::SupplementArgumentType supplement)

Completed in 75 milliseconds