Searched refs:GetScheme (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Durlmsw.cpp219 if ( owner->GetScheme() == wxT("http") )
223 else if ( owner->GetScheme() == wxT("ftp") )
H A Dmediactrl_wmp10.cpp908 wxBasicString(location.GetScheme()).Get(), &lOldSetting
912 wxBasicString(location.GetScheme()).Get(), // protocol
919 wxBasicString(location.GetScheme()).Get(),
922 wxBasicString(location.GetScheme()).Get(),
929 server = proxy.GetScheme();
939 wxBasicString(location.GetScheme()).Get(), // proto
943 wxBasicString(location.GetScheme()).Get(), // proto
951 wxBasicString(location.GetScheme()).Get(), // protocol
955 wxBasicString(location.GetScheme()).Get(), // protocol
960 wxBasicString(location.GetScheme())
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/uris/
H A Duris.cpp104 wxPrintf(wxT("SCHEME:%s\n"), uri.GetScheme());\
374 CPPUNIT_ASSERT( test.GetScheme() == wxT("file") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Duri.h69 const wxString& GetScheme() const { return m_scheme; } function in class:wxURI
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Duri.tex50 \helpref{GetScheme}{wxurigetscheme}\\
79 protocol = myuri.GetScheme();
223 \membersection{wxURI::GetScheme}\label{wxurigetscheme}
225 \constfunc{const wxString&}{GetScheme}{\void}
H A Dtchanges.tex78 \item Many accessors of \helpref{wxURL}{wxurl} - GetHostName, GetProtocolName, and GetPath, have been replaced by its parent's (\helpref{wxURI}{wxuri}) counterparts - \helpref{GetServer}{wxurigetserver}, \helpref{GetScheme}{wxurigetscheme}, and \helpref{GetPath}{wxurigetpath}, respectively.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dutilscmn.cpp752 wxRegKey key(wxRegKey::HKCR, uri.GetScheme() + _T("\\shell\\open"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dmediactrl.cpp1195 if(location.GetScheme().CmpNoCase(wxT("file")) == 0)

Completed in 75 milliseconds