Lines Matching refs:webViewHost
57 #include "WebViewHost.h"
231 if (m_controller->m_shell->webViewHost()->topLoadingFrame())
252 if (!m_controller->m_waitUntilDone && !shell->webViewHost()->topLoadingFrame())
377 if (m_waitUntilDone && !m_shell->webViewHost()->topLoadingFrame() && m_workQueue.isEmpty()) {
472 shell->webViewHost()->loadURLForFrame(m_url, m_target);
806 m_shell->webViewHost()->setCustomPolicyDelegate(enable, permissive);
813 m_shell->webViewHost()->waitForPolicyDelegate();
823 m_shell->webViewHost()->addClearHeader(String::fromUTF8(header.c_str()));
831 m_shell->webViewHost()->setBlockRedirects(arguments[0].value.boolValue);
838 m_shell->webViewHost()->setRequestReturnNull(arguments[0].value.boolValue);
895 m_shell->webViewHost()->setSmartInsertDeleteEnabled(arguments[0].value.boolValue);
902 m_shell->webViewHost()->setSelectTrailingWhitespaceEnabled(arguments[0].value.boolValue);
1128 WebViewHost* host = m_shell->webViewHost();
1139 WebViewHost* host = m_shell->webViewHost();
1506 Vector<WebViewHost*> windowList = m_shell->windowList();
1515 m_shell->webViewHost()->didAddMessageToConsole(
1586 m_shell->webViewHost()->deviceOrientationClientMock()->setOrientation(orientation);
1596 Vector<WebViewHost*> windowList = m_shell->windowList();
1606 Vector<WebViewHost*> windowList = m_shell->windowList();
1616 Vector<WebViewHost*> windowList = m_shell->windowList();
1632 m_shell->webViewHost()->speechInputControllerMock()->addMockRecognitionResult(cppVariantToWebString(arguments[0]), arguments[1].toDouble(), cppVariantToWebString(arguments[2]));