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

  /external/webkit/Source/WebKit/wx/
WebSettings.cpp 35 void wxWebSettings::SetDefaultFixedFontSize(int size)
41 int wxWebSettings::GetDefaultFixedFontSize() const
49 void wxWebSettings::SetDefaultFontSize(int size)
55 int wxWebSettings::GetDefaultFontSize() const
63 void wxWebSettings::SetMinimumFontSize(int size)
69 int wxWebSettings::GetMinimumFontSize() const
77 void wxWebSettings::SetLoadsImagesAutomatically(bool loadAutomatically)
83 bool wxWebSettings::LoadsImagesAutomatically() const
91 void wxWebSettings::SetJavaScriptEnabled(bool enabled)
97 bool wxWebSettings::IsJavaScriptEnabled() cons
    [all...]
WebSettings.h 52 @class wxWebSettings
61 class WXDLLIMPEXP_WEBKIT wxWebSettings: public wxObject {
63 wxWebSettings(WebCore::Settings* settings) :
68 wxWebSettings() : wxObject() {}
70 virtual ~wxWebSettings() { }
WebView.cpp 1134 wxWebSettings wxWebView::GetWebSettings()
1138 return wxWebSettings(m_impl->page->settings());
1140 return wxWebSettings();
WebView.h 223 wxWebSettings GetWebSettings();
  /external/webkit/Tools/wx/browser/
browser.cpp 60 wxWebSettings settings = frame->webview->GetWebSettings();

Completed in 306 milliseconds