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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DLayerBridge.cpp 326 // set m_parentLayerBridge to make sure 'this' stays alive as long as it has
328 ASSERT(!mailboxInfo->m_parentLayerBridge);
329 mailboxInfo->m_parentLayerBridge = this;
369 ASSERT(mailboxInfo->m_parentLayerBridge.get() == this);
370 mailboxInfo->m_parentLayerBridge.clear();
Canvas2DLayerBridge.h 115 RefPtr<Canvas2DLayerBridge> m_parentLayerBridge;

Completed in 41 milliseconds