Home
last modified time | relevance | path

Searched refs:m_backingStoreSize (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKit/win/
DWebView.cpp346 m_backingStoreSize.cx = m_backingStoreSize.cy = 0; in WebView()
740 m_backingStoreSize.cx = m_backingStoreSize.cy = 0; in deleteBackingStore()
749 …if (width > 0 && height > 0 && (width != m_backingStoreSize.cx || height != m_backingStoreSize.cy)… in ensureBackingStore()
752 m_backingStoreSize.cx = width; in ensureBackingStore()
753 m_backingStoreSize.cy = height; in ensureBackingStore()
754 BitmapInfo bitmapInfo = BitmapInfo::createBottomUp(IntSize(m_backingStoreSize)); in ensureBackingStore()
DWebView.h942 SIZE m_backingStoreSize; variable