Home
last modified time | relevance | path

Searched refs:ChromeClientWx (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebKit/wx/WebKitSupport/
DChromeClientWx.cpp78 ChromeClientWx::ChromeClientWx(wxWebView* webView) in ChromeClientWx() function in WebCore::ChromeClientWx
83 ChromeClientWx::~ChromeClientWx() in ~ChromeClientWx()
87 void ChromeClientWx::chromeDestroyed() in chromeDestroyed()
92 void ChromeClientWx::setWindowRect(const FloatRect&) in setWindowRect()
97 FloatRect ChromeClientWx::windowRect() in windowRect()
103 FloatRect ChromeClientWx::pageRect() in pageRect()
109 float ChromeClientWx::scaleFactor() in scaleFactor()
115 void ChromeClientWx::focus() in focus()
120 void ChromeClientWx::unfocus() in unfocus()
125 bool ChromeClientWx::canTakeFocus(FocusDirection) in canTakeFocus()
[all …]
DChromeClientWx.h39 class ChromeClientWx : public ChromeClient {
41 ChromeClientWx(wxWebView*);
42 virtual ~ChromeClientWx();
/external/webkit/Source/WebKit/wx/
DChangeLog5 * WebKitSupport/ChromeClientWx.cpp:
6 (WebCore::ChromeClientWx::setCursor):
16 * WebKitSupport/ChromeClientWx.cpp:
17 (WebCore::ChromeClientWx::setCursor):
161 * WebKitSupport/ChromeClientWx.h:
171 * WebKitSupport/ChromeClientWx.cpp: (WebCore::ChromeClientWx::keyboardUIMode):
172 * WebKitSupport/ChromeClientWx.h:
288 * WebKitSupport/ChromeClientWx.h:
338 * WebKitSupport/ChromeClientWx.cpp:
339 (WebCore::ChromeClientWx::selectItemAlignmentFollowsMenuWritingDirection): Added.
[all …]
DWebFrame.h50 class ChromeClientWx; variable
103 friend class WebCore::ChromeClientWx;
DWebView.h49 class ChromeClientWx; variable
109 friend class WebCore::ChromeClientWx;
DWebView.cpp383 pageClients.chromeClient = new WebCore::ChromeClientWx(this); in Create()
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DChromeClientHaiku.cpp353 void ChromeClientWx::reachedMaxAppCacheSize(int64_t spaceNeeded) in reachedMaxAppCacheSize()
358 void ChromeClientWx::reachedApplicationCacheOriginQuota(SecurityOrigin*) in reachedApplicationCacheOriginQuota()
/external/webkit/Source/WebKit/haiku/
DChangeLog515 (WebCore::ChromeClientWx::reachedApplicationCacheOriginQuota):
/external/webkit/Source/WebKit/
DChangeLog2668 (WebCore::ChromeClientWx::reachedMaxAppCacheSize):