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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameViewAutoSizeInfo.h 36 IntSize m_minAutoSize;
FrameViewAutoSizeInfo.cpp 34 if (m_minAutoSize == minSize && m_maxAutoSize == maxSize)
37 m_minAutoSize = minSize;
76 m_frameView->resize(m_frameView->frameRect().width(), m_minAutoSize.height());
124 newSize = newSize.expandedTo(m_minAutoSize);
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.h 389 return m_minAutoSize;
617 IntSize m_minAutoSize;
WebViewImpl.cpp     [all...]

Completed in 103 milliseconds