Home
last modified time | relevance | path

Searched refs:showMalformedSWFErrors (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libbase/
H A Drc.h89 bool showMalformedSWFErrors() const { return _verboseMalformedSWF; } in showMalformedSWFErrors() function
90 void showMalformedSWFErrors(bool value);
H A Dlog.h404 …_MALFORMED_SWF(x) { if ( gnash::RcInitFile::getDefaultInstance().showMalformedSWFErrors() ) { x; }…
H A Drc.cpp872 RcInitFile::showMalformedSWFErrors(bool value) in showMalformedSWFErrors() function in gnash::RcInitFile
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/gui/aos4/
H A Daos4.cpp360 _rcfile.showMalformedSWFErrors(iValue); in run()
901 localprefs->logmalformedswf = _rcfile.showMalformedSWFErrors(); in ReadPrefs()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/gui/qt/
H A DQt4Gui.cpp841 _malformedSWFToggle->setChecked(_rcfile.showMalformedSWFErrors()); in PreferencesDialog()
1013 _rcfile.showMalformedSWFErrors(_malformedSWFToggle->isChecked()); in savePreferences()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/gui/gtk/
H A Dgtk.cpp1118 _rcfile.showMalformedSWFErrors( in handlePrefs()
1369 _rcfile.showMalformedSWFErrors()); in addLoggingTab()