Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/autofill/
Dautofill_download.h48 const std::string& heuristic_xml) = 0;
Dautofill_download_unittest.cc71 const std::string& heuristic_xml) { in OnLoadedAutofillHeuristics() argument
73 response.response = heuristic_xml; in OnLoadedAutofillHeuristics()
Dautofill_manager.h79 virtual void OnLoadedAutofillHeuristics(const std::string& heuristic_xml);
Dautofill_manager.cc652 const std::string& heuristic_xml) { in OnLoadedAutofillHeuristics() argument
655 FormStructure::ParseQueryResponse(heuristic_xml, in OnLoadedAutofillHeuristics()