HomeSort by relevance Sort by last modified time
    Searched defs:WebViewHost (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.h 67 class WebViewHost : public WebKit::WebSpellCheckClient, public WebKit::WebViewClient, public WebKit::WebFrameClient, public NavigationHost {
69 WebViewHost(TestShell* shell);
70 ~WebViewHost();
227 class HostMethodTask : public MethodTask<WebViewHost> {
229 typedef void (WebViewHost::*CallbackMethodType)();
230 HostMethodTask(WebViewHost* object, CallbackMethodType callback)
231 : MethodTask<WebViewHost>(object)
286 // Non-owning pointer. The WebViewHost instance is owned by this TestShell instance.
WebViewHost.cpp 32 #include "WebViewHost.h"
232 WebView* WebViewHost::createView(WebFrame*, const WebURLRequest&, const WebWindowFeatures&, const WebString&)
239 WebWidget* WebViewHost::createPopupMenu(WebPopupType)
244 WebWidget* WebViewHost::createPopupMenu(const WebPopupMenuInfo&)
249 WebStorageNamespace* WebViewHost::createSessionStorageNamespace(unsigned quota)
254 void WebViewHost::didAddMessageToConsole(const WebConsoleMessage& message, const WebString& sourceName, unsigned sourceLine)
269 void WebViewHost::didStartLoading()
274 void WebViewHost::didStopLoading()
282 bool WebViewHost::shouldBeginEditing(const WebRange& range)
292 bool WebViewHost::shouldEndEditing(const WebRange& range
    [all...]

Completed in 18 milliseconds