Searched refs:is_post_param (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url.cc699 r->is_post_param = true;
779 if (replacement.is_post_param) {
829 DCHECK(!i->is_post_param);
847 DCHECK(!i->is_post_param);
853 DCHECK(!i->is_post_param);
863 DCHECK(!i->is_post_param);
871 DCHECK(!i->is_post_param);
881 DCHECK(!i->is_post_param);
891 DCHECK(!i->is_post_param);
900 DCHECK(!i->is_post_param);
[all...]
H A Dtemplate_url.h282 : type(type), index(index), is_post_param(false) {}
286 // |is_post_param| is false, |index| indicates the byte position in
288 bool is_post_param; member in struct:TemplateURLRef::Replacement
H A Dtemplate_url_unittest.cc232 if (j->is_post_param && j->index ==

Completed in 56 milliseconds