Home
last modified time | relevance | path

Searched refs:aForceRefresh (Results 1 – 15 of 15) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/
H A Dsymbol_tree_synchronizing_adapter.h44 void Sync( const wxString& aForceRefresh,
H A Dsymbol_tree_synchronizing_adapter.cpp67 void SYMBOL_TREE_SYNCHRONIZING_ADAPTER::Sync( const wxString& aForceRefresh, in Sync() argument
93 || name == aForceRefresh ) in Sync()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/platforms/
H A DPDMFactory.h84 static MediaCodecsSupported Supported(bool aForceRefresh = false);
H A DPDMFactory.cpp653 PDMFactory::MediaCodecsSupported PDMFactory::Supported(bool aForceRefresh) { in Supported() argument
704 if (aForceRefresh) { in Supported()
/dports/www/firefox/firefox-99.0/dom/media/platforms/
H A DPDMFactory.h84 static MediaCodecsSupported Supported(bool aForceRefresh = false);
H A DPDMFactory.cpp663 PDMFactory::MediaCodecsSupported PDMFactory::Supported(bool aForceRefresh) { in Supported() argument
714 if (aForceRefresh) { in Supported()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/platforms/
H A DPDMFactory.h84 static MediaCodecsSupported Supported(bool aForceRefresh = false);
H A DPDMFactory.cpp653 PDMFactory::MediaCodecsSupported PDMFactory::Supported(bool aForceRefresh) { in Supported() argument
704 if (aForceRefresh) { in Supported()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/providers/ics/
H A DCalICSCalendar.jsm167 prepareChannel(aChannel, aForceRefresh) {
173 this.mHooks.onBeforeGet(aChannel, aForceRefresh);
921 onBeforeGet(aChannel, aForceRefresh) {
950 onBeforeGet(aChannel, aForceRefresh) {
954 if (this.mEtag && !aForceRefresh) {
958 } else if (!aForceRefresh && this.mLastModified) {
1100 onBeforeGet(aChannel, aForceRefresh) {
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/symbol_editor/
H A Dsymbol_edit_frame.h297 void SyncLibraries( bool aShowProgress, const wxString& aForceRefresh = wxEmptyString );
H A Dsymbol_library_manager.h62 void Sync( const wxString& aForceRefresh,
H A Dsymbol_edit_frame.cpp909 void SYMBOL_EDIT_FRAME::SyncLibraries( bool aShowProgress, const wxString& aForceRefresh ) in SyncLibraries() argument
921 m_libMgr->Sync( aForceRefresh, in SyncLibraries()
930 m_libMgr->Sync( aForceRefresh, in SyncLibraries()
H A Dsymbol_library_manager.cpp62 void SYMBOL_LIBRARY_MANAGER::Sync( const wxString& aForceRefresh, in Sync() argument
68 getAdapter()->Sync( aForceRefresh, aProgressCallback ); in Sync()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/vr/
H A DgfxVROculus.h46 void Refresh(bool aForceRefresh = false);
H A DgfxVROculus.cpp338 void VROculusSession::Refresh(bool aForceRefresh) { in Refresh() argument
341 if (mDrawBlack && !aForceRefresh) { in Refresh()
372 if (!aForceRefresh) { in Refresh()