OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:encoded_xml
(Results
1 - 3
of
3
) sorted by null
/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 761 milliseconds