OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 37 milliseconds