Searched refs:m_contentsSize (Results 1 – 5 of 5) sorted by relevance
68 return m_contentsSize; in platformContentsSize()
228 win->SetVirtualSize(m_contentsSize.width(), m_contentsSize.height()); in platformSetContentsSize()
131 int w = m_contentsSize.width();132 int h = m_contentsSize.height();
358 IntSize m_contentsSize; variable
296 return m_contentsSize; in contentsSize()303 m_contentsSize = newSize; in setContentsSize()