HomeSort by relevance Sort by last modified time
    Searched defs:toLast (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/platform/
DeprecatedPtrList.h 79 ConstIterator end() const { ConstIterator itr(*this); itr.toLast(); ++itr; return itr; }
100 T *toLast() { return (T *)impl.toLast(); }
DeprecatedPtrListImpl.cpp 470 void *DeprecatedPtrListImplIterator::toLast()

Completed in 253 milliseconds