OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ChromeClientImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.h
68
class
ChromeClientImpl
: public WebCore::ChromeClient {
70
explicit
ChromeClientImpl
(WebViewImpl* webView);
71
virtual ~
ChromeClientImpl
();
168
//
ChromeClientImpl
:
231
inline
ChromeClientImpl
* toChromeClientImpl(WebCore::ChromeClient& client)
234
return static_cast<
ChromeClientImpl
*>(&client);
ChromeClientImpl.cpp
33
#include "
ChromeClientImpl
.h"
135
ChromeClientImpl
::
ChromeClientImpl
(WebViewImpl* webView)
146
ChromeClientImpl
::~
ChromeClientImpl
()
150
void*
ChromeClientImpl
::webView() const
155
void
ChromeClientImpl
::chromeDestroyed()
160
void
ChromeClientImpl
::setWindowRect(const FloatRect& r)
166
FloatRect
ChromeClientImpl
::windowRect()
181
FloatRect
ChromeClientImpl
::pageRect(
[
all
...]
Completed in 172 milliseconds