Searched refs:IsLoaded (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddynload.h80 bool IsLoaded() const { return m_linkcount > 0; } function in class:wxPluginLibrary
118 ~wxPluginManager() { if ( IsLoaded() ) Unload(); }
123 bool IsLoaded() const { return m_entry && m_entry->IsLoaded(); } function in class:wxPluginManager
H A Ddynlib.h200 bool IsLoaded() const { return m_handle != 0; } function in class:wxDynamicLibrary
219 void Unload() { if ( IsLoaded() ) { Unload(m_handle); m_handle = 0; } }
H A Dintl.h486 bool IsLoaded(const wxChar *szDomain) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddynload.cpp270 if ( entry->IsLoaded() )
339 return IsLoaded();
H A Drendcmn.cpp176 if ( !dll.IsLoaded() )
H A Ddynlib.cpp137 return IsLoaded();
161 wxCHECK_MSG( IsLoaded(), NULL,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/gnome/
H A Dgvfs.cpp79 m_ok = m_gnome_vfs_lib->IsLoaded();
H A Dgprint.cpp202 m_ok = m_gnome_print_lib->IsLoaded();
206 m_ok = m_gnome_printui_lib->IsLoaded();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dstdpaths.cpp123 if ( !dllShellFunctions.IsLoaded() )
H A Dapp.cpp623 if ( !dllComCtl32.IsLoaded() )
630 if ( dllComCtl32.IsLoaded() )
H A Ddatectrl.cpp129 if ( dllComCtl32.IsLoaded() )
H A Ddlmsw.cpp192 if ( m_dll.IsLoaded() )
H A Dhelpchm.cpp55 if ( !s_dllHtmlHelp.IsLoaded() )
H A Ddisplay.cpp754 if ( dllDisplay.IsLoaded() )
832 if ( !m_dllDDraw.IsLoaded() )
H A Dutilsgui.cpp475 if ( dll.IsLoaded() )
H A Dvolume.cpp384 if (!s_mprLib.IsLoaded() && s_mprLib.Load(_T("mpr.dll")))
H A Ddialup.cpp394 if ( !m_dllRas.IsLoaded() )
688 return m_dllRas.IsLoaded();
983 if ( hDll.IsLoaded() )
H A Ddebughlp.cpp87 if ( dllDbgHelp.IsLoaded() )
H A Dtextctrl.cpp2908 if (ms_inkEditLib.IsLoaded())
2955 return ms_inkEditLib.IsLoaded();
H A Dmediactrl_qt.cpp196 if (m_dll.IsLoaded())
H A Dutils.cpp171 if ( dllWinsock.IsLoaded() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddynlib.tex138 \membersection{wxDynamicLibrary::IsLoaded}\label{wxdynamiclibraryisloaded}
140 \constfunc{bool}{IsLoaded}{\void}
H A Dlocale.tex439 \membersection{wxLocale::IsLoaded}\label{wxlocaleisloaded}
441 \constfunc{bool}{IsLoaded}{\param{const char* }{domain}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dsound.cpp521 if (!ms_backendSDL->IsLoaded())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPreferences.cpp751 if (locale_to_check.IsOk() && locale_to_check.IsLoaded(wxT(PACKAGE))) {

Completed in 148 milliseconds

12