Lines Matching refs:maPropStatProperties
322 std::vector< http_dav_ucp::DAVPropertyValue > maPropStatProperties; member in __anondc2fdb9d0411::WebDAVResponseParser
417 maPropStatProperties(), in WebDAVResponseParser()
492 maPropStatProperties.clear(); in startElement()
635 maPropStatProperties.push_back(aDAVPropertyValue); in endElement()
649 maPropStatProperties.push_back(aDAVPropertyValue); in endElement()
673 maPropStatProperties.push_back(aDAVPropertyValue); in endElement()
687 maPropStatProperties.push_back(aDAVPropertyValue); in endElement()
701 maPropStatProperties.push_back(aDAVPropertyValue); in endElement()
715 maPropStatProperties.push_back(aDAVPropertyValue); in endElement()
781 maPropStatProperties.push_back(aDAVPropertyValue); in endElement()
879 if(maPropStatProperties.size()) in endElement()
882 …ponseProperties.insert(maResponseProperties.end(), maPropStatProperties.begin(), maPropStatPropert… in endElement()