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

  /external/webkit/Source/WebKit2/UIProcess/
DrawingAreaProxyImpl.cpp 55 , m_isBackingStoreDiscardable(true)
154 if (m_isBackingStoreDiscardable == isBackingStoreDiscardable)
157 m_isBackingStoreDiscardable = isBackingStoreDiscardable;
158 if (m_isBackingStoreDiscardable)
334 if (!m_isBackingStoreDiscardable)
DrawingAreaProxyImpl.h 102 bool m_isBackingStoreDiscardable;

Completed in 44 milliseconds