Home | History | Annotate | Download | only in heap

Lines Matching refs:IteratorGetType

1259     typedef blink::Member<T>* IteratorGetType;
1263 static IteratorReferenceType getToReferenceConversion(IteratorGetType x) { return *x; }
1286 typedef blink::WeakMember<T>* IteratorGetType;
1290 static IteratorReferenceType getToReferenceConversion(IteratorGetType x) { return *x; }