Searched refs:scalePage (Results 1 – 8 of 8) sorted by relevance
166 void scalePage(float scale, const IntPoint& origin);
1032 void Frame::scalePage(float scale, const IntPoint& origin) in scalePage() function in WebCore::Frame
126 m_frame->scalePage(m_currentItem->pageScaleFactor(), m_currentItem->scrollPoint()); in restoreScrollPositionAndViewState()
705 frame->scalePage(scale, origin); in scaleWebView()
2731 coreFrame->scalePage(scale, IntPoint(origin));
27875 (WebCore::Frame::scalePage):27977 Plumb scaling factor from Frame::scalePage() down into all layers with content. It27984 (WebCore::Frame::scalePage):45853 <rdar://problem/8740920> Gestures: Frame::scalePage() broken by r73885
12237 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):
27697 Frame::scalePage() results in visual artifacts with scale factors less than 130558 … (WebCore::Frame::scalePage): Avoid an unnecessary layout if the page scale isn’t changing. This