Searched defs:WrapperPersistentRegion (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHandle.h164 WrapperPersistentRegion* region()
166 return reinterpret_cast<WrapperPersistentRegion*>(
209 // offset from this node to the base of the containing WrapperPersistentRegion.
212 friend class WrapperPersistentRegion;
238 class PLATFORM_EXPORT WrapperPersistentRegion { class in namespace:blink
239 WTF_MAKE_NONCOPYABLE(WrapperPersistentRegion);
241 WrapperPersistentRegion() function in class:blink::WrapperPersistentRegion
283 bool removeIfNotLast(WrapperPersistentRegion** headPtr);
284 static void insertHead(WrapperPersistentRegion** headPtr, WrapperPersistentRegion* newHea
[all...]

Completed in 277 milliseconds