HomeSort by relevance Sort by last modified time
    Searched refs:CanDecreaseTextSize (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebKit/wx/
WebFrame.h 158 bool CanDecreaseTextSize() const;
WebFrame.cpp 379 bool wxWebFrame::CanDecreaseTextSize() const
390 if (CanDecreaseTextSize()) {
WebBrowserShell.cpp 318 if (webview->CanDecreaseTextSize())
WebView.cpp 622 bool wxWebView::CanDecreaseTextSize() const
625 m_mainFrame->CanDecreaseTextSize();
WebView.h 183 bool CanDecreaseTextSize() const;

Completed in 115 milliseconds