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

/external/webkit/WebCore/page/
H A DFrame.cpp695 void Frame::setZoomFactor(float percent, bool isTextOnly) argument
697 if (m_zoomFactor == percent && isZoomFactorTextOnly() == isTextOnly)
714 if (!isTextOnly) {
722 m_page->settings()->setZoomsTextOnly(isTextOnly);
727 child->setZoomFactor(m_zoomFactor, isTextOnly);

Completed in 60 milliseconds