Home | History | Annotate | Download | only in src

Lines Matching refs:enable

328 #if ENABLE(INPUT_SPEECH)
349 #if ENABLE(INPUT_SPEECH)
740 #if ENABLE(TOUCH_EVENTS)
997 #if ENABLE(REQUEST_ANIMATION_FRAME)
1214 #if ENABLE(TOUCH_EVENTS)
1237 void WebViewImpl::setFocus(bool enable)
1239 m_page->focusController()->setFocused(enable);
1240 if (enable) {
1733 if (action.enable)
1739 mediaElement->setMuted(action.enable);
1742 mediaElement->setLoop(action.enable);
1745 mediaElement->setControls(action.enable);
2217 #if ENABLE(NOTIFICATIONS)
2267 void WebViewImpl::setTabsToLinks(bool enable)
2269 m_tabsToLinks = enable;