Searched defs:HeapVector (Results 1 - 3 of 3) sorted by path

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8Binding.h408 v8::Handle<v8::Value> v8Array(const HeapVector<T, inlineCapacity>& iterator, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
412 typename HeapVector<T, inlineCapacity>::const_iterator end = iterator.end();
414 for (typename HeapVector<T, inlineCapacity>::const_iterator iter = iterator.begin(); iter != end; ++iter)
420 struct V8ValueTraits<HeapVector<T, inlineCapacity> > {
421 static v8::Handle<v8::Value> toV8Value(const HeapVector<T, inlineCapacity>& value, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
701 HeapVector<Member<T> > toMemberNativeArray(v8::Handle<v8::Value> value, int argumentIndex, v8::Isolate* isolate, ExceptionState& exceptionState)
710 return HeapVector<Member<T> >();
713 HeapVector<Member<T> > result;
721 return HeapVector<Member<T> >();
728 return HeapVector<Membe
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHandle.h86 typedef WTF::IsSubclassOfTemplateTypenameSize<NonConstType, HeapVector> HeapVectorSubclass;
700 class PersistentHeapVector : public PersistentHeapCollectionBase<HeapVector<T, inlineCapacity> > {
705 PersistentHeapVector(const HeapVector<T, otherCapacity>& other) argument
706 : PersistentHeapCollectionBase<HeapVector<T, inlineCapacity> >(other)
1044 #define WillBeHeapVector blink::HeapVector
1058 #define PersistentHeapVectorWillBeHeapVector blink::HeapVector
1226 template <typename T> struct VectorTraits<blink::HeapVector<T, 0> > : VectorTraitsBase<blink::HeapVector<T, 0> > {
1238 template <typename T, size_t inlineCapacity> struct VectorTraits<blink::HeapVector<T, inlineCapacity> > : VectorTraitsBase<blink::HeapVector<
[all...]
/external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
H A Dstubs.h182 class HeapVector : public Vector<T, inlineCapacity, HeapAllocator> { }; class in namespace:blink

Completed in 300 milliseconds