Searched defs:WebViewImpl (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebViewImpl.h89 class WebViewImpl : public WebView, public RefCounted<WebViewImpl> { class in namespace:WebKit
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
H A DWebViewImpl.cpp32 #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) function in class:WebKit::WebViewImpl
365 WebViewImpl
[all...]

Completed in 408 milliseconds