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

/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DChromeClientWx.h39 class ChromeClientWx : public ChromeClient { class in namespace:WebCore
41 ChromeClientWx(wxWebView*);
42 virtual ~ChromeClientWx();
H A DChromeClientWx.cpp30 #include "ChromeClientWx.h"
78 ChromeClientWx::ChromeClientWx(wxWebView* webView) function in class:WebCore::ChromeClientWx
83 ChromeClientWx::~ChromeClientWx()
87 void ChromeClientWx::chromeDestroyed()
92 void ChromeClientWx::setWindowRect(const FloatRect&)
97 FloatRect ChromeClientWx::windowRect()
103 FloatRect ChromeClientWx::pageRect()
109 float ChromeClientWx
[all...]

Completed in 137 milliseconds