HomeSort by relevance Sort by last modified time
    Searched refs:webViewHost (Results 1 - 4 of 4) sorted by null

  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.cpp 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);
    [all...]
TestShell.h 42 #include "WebViewHost.h"
89 WebViewHost* webViewHost() const { return m_webViewHost; }
156 WebViewHost* createNewWindow(const WebKit::WebURL&);
157 void closeWindow(WebViewHost*);
160 static void resizeWindowForTest(WebViewHost*, const WebKit::WebURL&);
167 WebViewHost* devToolsWebView() { return m_devTools; }
171 typedef Vector<WebViewHost*> WindowList;
175 WebViewHost* createNewWindow(const WebKit::WebURL&, DRTDevToolsAgent*);
190 WebViewHost* m_webViewHost
    [all...]
EventSender.cpp 600 m_shell->webViewHost()->setEditCommand(editCommand, "");
604 m_shell->webViewHost()->clearEditCommand();
778 m_shell->webViewHost()->clearContextMenuData();
791 WebContextMenuData* lastContextMenu = m_shell->webViewHost()->lastContextMenuData();
792 result->set(WebBindings::makeStringArray(makeMenuItemStringsFor(lastContextMenu, m_shell->webViewHost()->mockSpellCheck())));
    [all...]
TestShell.cpp 52 #include "WebViewHost.h"
143 // Destroy the WebView before its WebViewHost.
223 void TestShell::resizeWindowForTest(WebViewHost* window, const WebURL& url)
585 WebViewHost* TestShell::createNewWindow(const WebKit::WebURL& url)
590 WebViewHost* TestShell::createNewWindow(const WebKit::WebURL& url, DRTDevToolsAgent* devToolsAgent)
592 WebViewHost* host = new WebViewHost(this);
603 void TestShell::closeWindow(WebViewHost* window)
633 Vector<WebViewHost*> windowsToDelete;
635 if (m_windowList[i] != webViewHost())
    [all...]

Completed in 49 milliseconds