Searched refs:GlobalIntWrapperPersistent (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp479 typedef Persistent<IntWrapper, GlobalPersistents> GlobalIntWrapperPersistent; typedef
480 OwnPtr<GlobalIntWrapperPersistent> globalPersistent = adoptPtr(new GlobalIntWrapperPersistent(IntWrapper::create(0x0ed0cabb)));
485 globalPersistent = adoptPtr(new GlobalIntWrapperPersistent(IntWrapper::create(0x0ed0cabb)));

Completed in 105 milliseconds