Searched refs:theURI (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmediactrl.cpp476 wxString theURI = location.BuildURI(); local
483 wxCharBuffer buf = wxConvLocal.cWC2MB(theURI, theURI.length(), &len);
486 theURIString = theURI;
487 len = theURI.length();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmediactrl_qt.cpp796 wxString theURI = location.BuildURI(); local
798 Handle theHandle = m_lib.NewHandleClear(theURI.length() + 1);
801 m_lib.BlockMove(theURI.mb_str(), *theHandle, theURI.length() + 1);
H A Dmediactrl.cpp3656 wxString theURI = location.BuildURI(); local
3658 Handle theHandle = m_lib.NewHandleClear(theURI.length() + 1);
3661 m_lib.BlockMove(theURI.mb_str(), *theHandle, theURI.length() + 1);

Completed in 172 milliseconds