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

/external/chromium_org/components/autofill/core/browser/
H A Dform_structure.h58 std::string* encoded_xml) const;
65 std::string* encoded_xml) const;
74 std::string* encoded_xml);
H A Dform_structure_unittest.cc1428 std::string encoded_xml; local
1443 &encoded_xml));
1446 EXPECT_EQ(kResponse1, encoded_xml);
1453 &encoded_xml));
1456 EXPECT_EQ(kResponse1, encoded_xml);
1467 &encoded_xml));
1495 EXPECT_EQ(kResponse2, encoded_xml);
1509 &encoded_xml));
1513 EXPECT_EQ(kResponse2, encoded_xml);
1520 &encoded_xml));
1594 std::string encoded_xml; local
1751 std::string encoded_xml; local
1839 std::string encoded_xml; local
2096 std::string encoded_xml; local
2291 std::string encoded_xml; local
[all...]
H A Dform_structure.cc423 std::string* encoded_xml) const {
457 *encoded_xml = kXMLDeclaration;
458 *encoded_xml += autofill_request_xml.Str().c_str();
461 VLOG(2) << "\n" << *encoded_xml;
468 std::string* encoded_xml) const {
482 *encoded_xml = kXMLDeclaration;
483 *encoded_xml += autofill_request_xml.Str().c_str();
492 std::string* encoded_xml) {
494 DCHECK(encoded_xml);
495 encoded_xml
489 EncodeQueryRequest( const std::vector<FormStructure*>& forms, std::vector<std::string>* encoded_signatures, std::string* encoded_xml) argument
[all...]

Completed in 288 milliseconds