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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.h 211 Vector<RefPtr<MailboxInfo> > m_recycledMailboxes;
DrawingBuffer.cpp 228 m_recycledMailboxes.append(mailboxInfo.release());
237 if (!m_context || m_recycledMailboxes.isEmpty())
240 RefPtr<MailboxInfo> mailboxInfo = m_recycledMailboxes.last().release();
241 m_recycledMailboxes.removeLast();
458 m_recycledMailboxes.clear();

Completed in 55 milliseconds