Home
last modified time | relevance | path

Searched defs:removeHead (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
DHandle.cpp43 WrapperPersistentRegion* WrapperPersistentRegion::removeHead(WrapperPersistentRegion** headPtr) in removeHead() function in blink::WrapperPersistentRegion
/external/chromium_org/third_party/WebKit/Source/wtf/
DDoublyLinkedList.h181 template<typename T> inline T* DoublyLinkedList<T>::removeHead() in removeHead() function