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

  /external/webkit/Source/WebKit/wx/
WebFrame.h 156 bool CanIncreaseTextSize() const;
WebFrame.cpp 362 bool wxWebFrame::CanIncreaseTextSize() const
373 if (CanIncreaseTextSize()) {
WebBrowserShell.cpp 310 if (webview->CanIncreaseTextSize())
WebView.cpp 608 bool wxWebView::CanIncreaseTextSize() const
611 return m_mainFrame->CanIncreaseTextSize();
WebView.h 181 bool CanIncreaseTextSize() const;

Completed in 213 milliseconds