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

  /external/webkit/Source/WebKit/chromium/src/
ChromeClientImpl.h 56 class ChromeClientImpl : public WebCore::ChromeClientChromium {
58 explicit ChromeClientImpl(WebViewImpl* webView);
59 virtual ~ChromeClientImpl();
185 // ChromeClientImpl:
ChromeClientImpl.cpp 33 #include "ChromeClientImpl.h"
151 ChromeClientImpl::ChromeClientImpl(WebViewImpl* webView)
161 ChromeClientImpl::~ChromeClientImpl()
165 void* ChromeClientImpl::webView() const
170 void ChromeClientImpl::chromeDestroyed()
175 void ChromeClientImpl::setWindowRect(const FloatRect& r)
181 FloatRect ChromeClientImpl::windowRect()
196 FloatRect ChromeClientImpl::pageRect(
    [all...]

Completed in 20 milliseconds