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

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 282 bool resizesToContentsEnabled() const { return !m_resizesToContentsLayoutSize.isEmpty(); }
283 WebCore::IntSize resizesToContentsLayoutSize() const { return m_resizesToContentsLayoutSize; }
620 WebCore::IntSize m_resizesToContentsLayoutSize;
WebPage.cpp 559 if (!m_resizesToContentsLayoutSize.isEmpty())
585 if (m_resizesToContentsLayoutSize == targetLayoutSize)
588 m_resizesToContentsLayoutSize = targetLayoutSize;
591 if (m_resizesToContentsLayoutSize.isEmpty()) {
599 frame->view()->setFixedLayoutSize(m_resizesToContentsLayoutSize);
606 if (m_resizesToContentsLayoutSize.isEmpty())
    [all...]

Completed in 207 milliseconds