Searched refs:wxURI_QUERY (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Duri.h36 wxURI_QUERY = 32, enumerator in enum:wxURIFieldType
66 bool HasQuery() const { return (m_fields & wxURI_QUERY) == wxURI_QUERY; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Duri.cpp730 m_fields |= wxURI_QUERY;
855 m_fields |= wxURI_QUERY;

Completed in 118 milliseconds