Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.h559 IntSize m_layoutSize; variable
DFrameView.cpp1699 return scrollbarInclusion == ExcludeScrollbars ? excludeScrollbars(m_layoutSize) : m_layoutSize; in layoutSize()
3490 if (m_layoutSize == size) in setLayoutSizeInternal()
3493 m_layoutSize = size; in setLayoutSizeInternal()