HomeSort by relevance Sort by last modified time
    Searched defs:QueryIterator (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/base/
url_util.h 50 class NET_EXPORT QueryIterator {
52 explicit QueryIterator(const GURL& url);
53 ~QueryIterator();
70 DISALLOW_COPY_AND_ASSIGN(QueryIterator);
url_util.cc 74 QueryIterator::QueryIterator(const GURL& url)
83 QueryIterator::~QueryIterator() {
86 std::string QueryIterator::GetKey() const {
93 std::string QueryIterator::GetValue() const {
100 const std::string& QueryIterator::GetUnescapedValue() {
112 bool QueryIterator::IsAtEnd() const {
116 void QueryIterator::Advance() {
128 for (QueryIterator it(url); !it.IsAtEnd(); it.Advance())
    [all...]

Completed in 127 milliseconds