Searched defs:setFixedLayoutSize (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DScrollView.cpp271 void ScrollView::setFixedLayoutSize(const IntSize& newSize) function in class:WebCore::ScrollView
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.cpp599 frame->view()->setFixedLayoutSize(m_resizesToContentsLayoutSize);
730 view->setFixedLayoutSize(IntSize());
733 void WebPage::setFixedLayoutSize(const IntSize& size) function in class:WebKit::WebPage
743 view->setFixedLayoutSize(size);
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.cpp1124 void WebPageProxy::setFixedLayoutSize(const IntSize& size) function in class:WebKit::WebPageProxy

Completed in 489 milliseconds