Home | History | Annotate | Download | only in base

Lines Matching defs:QueryIterator

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()) {