Lines Matching defs:base
18 #include "base/strings/string_piece.h"
19 #include "ui/base/ui_export.h"
21 namespace base {
42 UI_EXPORT std::string GetTemplateHtml(const base::StringPiece& html_template,
43 const base::DictionaryValue* json,
44 const base::StringPiece& template_id);
50 const base::StringPiece& html_template,
51 const base::DictionaryValue* json);
56 UI_EXPORT std::string GetTemplatesHtml(const base::StringPiece& html_template,
57 const base::DictionaryValue* json,
58 const base::StringPiece& template_id);
65 UI_EXPORT void AppendJsonHtml(const base::DictionaryValue* json,
70 UI_EXPORT void AppendJsonJS(const base::DictionaryValue* json,
78 UI_EXPORT void AppendJsTemplateProcessHtml(const base::StringPiece& template_id,