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

  /external/webkit/Source/WebKit2/Shared/
VisitedLinkTable.h 49 SharedMemory* sharedMemory() const { return m_sharedMemory.get(); }
52 RefPtr<SharedMemory> m_sharedMemory;
ShareableBitmap.h 99 bool isBackedBySharedMemory() const { return m_sharedMemory; }
128 RefPtr<SharedMemory> m_sharedMemory;
  /external/webkit/Source/WebKit2/Shared/gtk/
UpdateChunk.h 61 mutable RefPtr<SharedMemory> m_sharedMemory;
  /external/webkit/Source/WebKit2/Shared/qt/
UpdateChunk.h 60 mutable RefPtr<SharedMemory> m_sharedMemory;

Completed in 43 milliseconds