Searched defs:NameValuePairsIterator (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_util.h308 // calls to GetNext() or after the NameValuePairsIterator is destroyed.
309 class NET_EXPORT NameValuePairsIterator { class in class:net::HttpUtil
311 NameValuePairsIterator(std::string::const_iterator begin,
314 ~NameValuePairsIterator();
355 // Do not store iterators into this string. The NameValuePairsIterator
H A Dhttp_util.cc844 HttpUtil::NameValuePairsIterator::NameValuePairsIterator( function in class:net::HttpUtil::NameValuePairsIterator
857 HttpUtil::NameValuePairsIterator::~NameValuePairsIterator() {}
869 bool HttpUtil::NameValuePairsIterator::GetNext() {

Completed in 544 milliseconds