Home
last modified time | relevance | path

Searched refs:post_content (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/tab_contents/
Dcore_tab_helper.cc236 TemplateURLRef::PostContent post_content; in OnRequestThumbnailForContextNodeACK() local
238 search_args, &post_content)); in OnRequestThumbnailForContextNodeACK()
245 const std::string& content_type = post_content.first; in OnRequestThumbnailForContextNodeACK()
246 std::string* post_data = &post_content.second; in OnRequestThumbnailForContextNodeACK()
/external/chromium_org/chrome/browser/search_engines/
Dtemplate_url.cc284 PostContent* post_content) const { in EncodeFormData()
287 if (!post_content) in EncodeFormData()
298 post_content->first = kUploadDataMIMEType; in EncodeFormData()
299 post_content->first += boundary; in EncodeFormData()
301 std::string* post_data = &post_content->second; in EncodeFormData()
326 PostContent* post_content) const { in ReplaceSearchTerms()
329 post_content); in ReplaceSearchTerms()
335 PostContent* post_content) const { in ReplaceSearchTermsUsingTermsData()
341 post_content)); in ReplaceSearchTermsUsingTermsData()
791 PostContent* post_content) const { in HandleReplacements()
[all …]
Dtemplate_url.h166 PostContent* post_content) const;
181 PostContent* post_content) const;
345 PostContent* post_content) const;
362 PostContent* post_content) const;
Dtemplate_url_unittest.cc213 TemplateURLRef::PostContent post_content; in TEST_F() local
216 search_args, search_terms_data, &post_content)); in TEST_F()
219 ASSERT_FALSE(post_content.first.empty()); in TEST_F()
220 ASSERT_FALSE(post_content.second.empty()); in TEST_F()