Searched defs:sharedMemory (Results 1 – 7 of 7) sorted by relevance
75 RefPtr<SharedMemory> sharedMemory = SharedMemory::create(numBytes); in createShareable() local82 …p> ShareableBitmap::create(const IntSize& size, Flags flags, PassRefPtr<SharedMemory> sharedMemory) in create()95 …RefPtr<SharedMemory> sharedMemory = SharedMemory::create(handle.m_handle, SharedMemory::ReadWrite); in create() local120 …bleBitmap::ShareableBitmap(const IntSize& size, Flags flags, PassRefPtr<SharedMemory> sharedMemory) in ShareableBitmap()
49 SharedMemory* sharedMemory() const { return m_sharedMemory.get(); } in sharedMemory() function
52 void VisitedLinkTable::setSharedMemory(PassRefPtr<SharedMemory> sharedMemory) in setSharedMemory()
113 RefPtr<SharedMemory> sharedMemory(adoptRef(new SharedMemory)); in create() local146 RefPtr<SharedMemory> sharedMemory(adoptRef(new SharedMemory)); in create() local
185 …RefPtr<SharedMemory> sharedMemory = SharedMemory::adopt(mapping, fileMappingSize, SharedMemory::Re… in toShareableBitmap() local
271 RefPtr<SharedMemory> sharedMemory = SharedMemory::create(handle, SharedMemory::ReadOnly); in setVisitedLinkTable() local
2701 "sharedMemory": { object