HomeSort by relevance Sort by last modified time
    Searched refs:m_parentDrawingBuffer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.h 90 RefPtr<DrawingBuffer> m_parentDrawingBuffer;
DrawingBuffer.cpp 284 // set m_parentDrawingBuffer to make sure 'this' stays alive as long as it has live mailboxes
285 ASSERT(!frontColorBufferMailbox->m_parentDrawingBuffer);
286 frontColorBufferMailbox->m_parentDrawingBuffer = this;
303 ASSERT(mailboxInfo->m_parentDrawingBuffer.get() == this);
304 mailboxInfo->m_parentDrawingBuffer.clear();
    [all...]

Completed in 2224 milliseconds