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

  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.h 89 class WebViewImpl : public WebView, public RefCounted<WebViewImpl> {
199 // WebViewImpl
214 static WebViewImpl* fromPage(WebCore::Page*);
365 friend class WTF::RefCounted<WebViewImpl>;
372 WebViewImpl(WebViewClient*);
373 ~WebViewImpl();
448 // WebViewImpl since DragClient::startDrag does not pass the position the
WebViewImpl.cpp 32 #include "WebViewImpl.h"
221 // Pass the WebViewImpl's self-reference to the caller.
222 return adoptRef(new WebViewImpl(client)).leakRef();
261 void WebViewImpl::initializeMainFrame(WebFrameClient* frameClient)
274 void WebViewImpl::setDevToolsAgentClient(WebDevToolsAgentClient* devToolsClient)
282 void WebViewImpl::setAutoFillClient(WebAutoFillClient* autoFillClient)
287 void WebViewImpl::setSpellCheckClient(WebSpellCheckClient* spellCheckClient)
292 WebViewImpl::WebViewImpl(WebViewClient* client)
365 WebViewImpl::~WebViewImpl(
    [all...]

Completed in 159 milliseconds