HomeSort by relevance Sort by last modified time
    Searched refs:encoded_xml (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/components/autofill/core/browser/
form_structure.h 60 std::string* encoded_xml) const;
67 std::string* encoded_xml) const;
76 std::string* encoded_xml);
form_structure_unittest.cc 1477 std::string encoded_xml; local
1629 std::string encoded_xml; local
1787 std::string encoded_xml; local
1876 std::string encoded_xml; local
2134 std::string encoded_xml; local
2332 std::string encoded_xml; local
    [all...]
form_structure.cc 409 std::string* encoded_xml) const {
443 *encoded_xml = kXMLDeclaration;
444 *encoded_xml += autofill_request_xml.Str().c_str();
447 VLOG(2) << "\n" << *encoded_xml;
454 std::string* encoded_xml) const {
468 *encoded_xml = kXMLDeclaration;
469 *encoded_xml += autofill_request_xml.Str().c_str();
478 std::string* encoded_xml) {
480 DCHECK(encoded_xml);
481 encoded_xml->clear()
    [all...]
  /external/chromium/chrome/browser/autofill/
form_structure.h 48 bool EncodeUploadRequest(bool autofill_used, std::string* encoded_xml) const;
57 std::string* encoded_xml);
form_structure_unittest.cc 1242 std::string encoded_xml; local
1387 std::string encoded_xml; local
1511 std::string encoded_xml; local
1598 std::string encoded_xml; local
    [all...]
form_structure.cc 122 std::string* encoded_xml) const {
123 DCHECK(encoded_xml);
124 encoded_xml->clear();
146 *encoded_xml = kXMLDeclaration;
147 *encoded_xml += autofill_request_xml.Str().c_str();
155 std::string* encoded_xml) {
157 DCHECK(encoded_xml);
158 encoded_xml->clear();
197 *encoded_xml = kXMLDeclaration;
198 *encoded_xml += autofill_request_xml.Str().c_str()
    [all...]

Completed in 156 milliseconds