Searched refs:STRING_empty (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/jstemplate/
H A Djstemplate.js290 jstid = STRING_empty + ++JstProcessor.jstid_;
614 if (instance === null || instance === STRING_empty ||
754 domSetAttribute(template, label, STRING_empty + value);
779 var value = STRING_empty + context.jsexec(content, template);
947 domSetAttribute(template, ATT_instance, STRING_empty + index);
H A Djsevalcontext.js129 me.data_ = getDefaultObject(opt_data, STRING_empty);
H A Dutil.js22 /** @const */ var STRING_empty = ''; variable
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
H A Djstemplate.js308 jstid = STRING_empty + ++JstProcessor.jstid_;
647 if (instance === null || instance === STRING_empty ||
787 domSetAttribute(template, label, STRING_empty + value);
812 var value = STRING_empty + context.jsexec(content, template);
978 domSetAttribute(template, ATT_instance, STRING_empty + index);
H A Djsevalcontext.js128 me.data_ = getDefaultObject(opt_data, STRING_empty);
H A Dutil.js26 /** @const */ var STRING_empty = ''; variable

Completed in 313 milliseconds