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

  /external/webkit/WebKit/wx/WebKitSupport/
ChromeClientWx.h 38 class ChromeClientWx : public ChromeClient {
40 ChromeClientWx(wxWebView*);
41 virtual ~ChromeClientWx();
ChromeClientWx.cpp 29 #include "ChromeClientWx.h"
72 ChromeClientWx::ChromeClientWx(wxWebView* webView)
77 ChromeClientWx::~ChromeClientWx()
81 void ChromeClientWx::chromeDestroyed()
86 void ChromeClientWx::setWindowRect(const FloatRect&)
91 FloatRect ChromeClientWx::windowRect()
97 FloatRect ChromeClientWx::pageRect()
103 float ChromeClientWx::scaleFactor(
    [all...]

Completed in 10 milliseconds