Home
last modified time | relevance | path

Searched refs:scalePage (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/page/
DFrame.h166 void scalePage(float scale, const IntPoint& origin);
DFrame.cpp1032 void Frame::scalePage(float scale, const IntPoint& origin) in scalePage() function in WebCore::Frame
/external/webkit/Source/WebCore/loader/
DHistoryController.cpp126 m_frame->scalePage(m_currentItem->pageScaleFactor(), m_currentItem->scrollPoint()); in restoreScrollPositionAndViewState()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.cpp705 frame->scalePage(scale, origin); in scaleWebView()
/external/webkit/Source/WebKit/mac/WebView/
DWebView.mm2731 coreFrame->scalePage(scale, IntPoint(origin));
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1627875 (WebCore::Frame::scalePage):
27977 Plumb scaling factor from Frame::scalePage() down into all layers with content. It
27984 (WebCore::Frame::scalePage):
45853 <rdar://problem/8740920> Gestures: Frame::scalePage() broken by r73885
DChangeLog-2010-12-0612237 Frame::scalePage() should treat the origin as an absolute
12243 (WebCore::Frame::scalePage):
14650 (WebCore::Frame::scalePage):
24436 scalePage() is called, it modifies the RenderView's style to
24441 (WebCore::Frame::scalePage):
DChangeLog27697 Frame::scalePage() results in visual artifacts with scale factors less than 1
30558 … (WebCore::Frame::scalePage): Avoid an unnecessary layout if the page scale isn’t changing. This