Lines Matching full:webview
175 // those in Apple's port in WebKit/WebKit/WebView/WebView.mm
176 const double WebView::textSizeMultiplierRatio = 1.2;
177 const double WebView::minTextSizeMultiplier = 0.5;
178 const double WebView::maxTextSizeMultiplier = 3.0;
214 // WebView ----------------------------------------------------------------
216 WebView* WebView::create(WebViewClient* client)
225 void WebView::setUseExternalPopupMenus(bool useExternalPopupMenus)
230 void WebView::updateVisitedLinkState(unsigned long long linkHash)
235 void WebView::resetVisitedLinkState()
240 void WebView::willEnterModalLoop()
253 void WebView::didExitModalLoop()
270 // (see WebView.mm WebView::_commonInitializationWithFrameName).
334 // WebKit/win/WebView.cpp does the same thing, except they call the
935 return static_cast<WebViewImpl*>(chromeClient->webView());
962 deref(); // Balances ref() acquired in WebView::create
1249 // If the selection was cleared while the WebView was not
1514 // WebView --------------------------------------------------------------------
1709 double WebView::zoomLevelToZoomFactor(double zoomLevel)
1714 double WebView::zoomFactorToZoomLevel(double factor)
1852 // If this webview transitions from the "drop accepting" state to the "not
1854 // flight, or else delayed by javascript processing in this webview. If a
1856 // the browser forwards the drop to this webview. So only allow a drop to
1857 // proceed if our webview m_dragOperation state is not DragOperationNone.
2042 // WebView --------------------------------------------------------------------
2101 void WebView::addUserScript(const WebString& sourceCode,
2103 WebView::UserScriptInjectAt injectAt,
2104 WebView::UserContentInjectIn injectIn)
2117 void WebView::addUserStyleSheet(const WebString& sourceCode,
2119 WebView::UserContentInjectIn injectIn,
2120 WebView::UserStyleInjectionTime injectionTime)
2139 void WebView::removeAllUserContent()