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

  /external/webkit/Source/WebKit/wx/WebKitSupport/
ChromeClientWx.h 39 class ChromeClientWx : public ChromeClient {
41 ChromeClientWx(wxWebView*);
42 virtual ~ChromeClientWx();
ChromeClientWx.cpp 30 #include "ChromeClientWx.h"
78 ChromeClientWx::ChromeClientWx(wxWebView* webView)
83 ChromeClientWx::~ChromeClientWx()
87 void ChromeClientWx::chromeDestroyed()
92 void ChromeClientWx::setWindowRect(const FloatRect&)
97 FloatRect ChromeClientWx::windowRect()
103 FloatRect ChromeClientWx::pageRect()
109 float ChromeClientWx::scaleFactor(
    [all...]

Completed in 22 milliseconds