Searched refs:zoomTextOnly (Results 1 – 4 of 4) sorted by relevance
310 Q_PROPERTY(bool zoomTextOnly READ zoomTextOnly WRITE setZoomTextOnly) in Q_PROPERTY()360 bool zoomTextOnly() const { return s->testAttribute(QWebSettings::ZoomTextOnly); } in zoomTextOnly() function
208 …QAction* zoomTextOnly = viewMenu->addAction("Zoom Text Only", this, SLOT(toggleZoomTextOnly(bool))… in createChrome() local209 zoomTextOnly->setCheckable(true); in createChrome()210 zoomTextOnly->setChecked(false); in createChrome()
9522 (WebKit::WebViewImpl::zoomTextOnly):
6495 (QDeclarativeWebSettings::zoomTextOnly):