Searched refs:ChromeClientWx (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/wx/WebKitSupport/
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...]
H A DChromeClientWx.h39 class ChromeClientWx : public ChromeClient { class in namespace:WebCore
41 ChromeClientWx(wxWebView*);
42 virtual ~ChromeClientWx();
/external/webkit/Source/WebKit/wx/
H A DWebFrame.h50 class ChromeClientWx;
101 // ChromeClientWx needs to get the Page* stored by the wxWebView
103 friend class WebCore::ChromeClientWx;
H A DWebView.h49 class ChromeClientWx;
107 // ChromeClientWx needs to get the Page* stored by the wxWebView
109 friend class WebCore::ChromeClientWx;
H A DWebView.cpp65 #include "ChromeClientWx.h"
383 pageClients.chromeClient = new WebCore::ChromeClientWx(this);
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DChromeClientHaiku.cpp353 void ChromeClientWx::reachedMaxAppCacheSize(int64_t spaceNeeded)
358 void ChromeClientWx::reachedApplicationCacheOriginQuota(SecurityOrigin*)

Completed in 175 milliseconds