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

  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/
jstemplate_compiled.js 693 function JsExprContext(opt_data, opt_parent) {
733 JsExprContext.prototype.jseval = function(expr, template) {
760 * @return {JsExprContext}
762 JsExprContext.prototype.clone = function(data, index) {
763 var ret = new JsExprContext(data, this);
781 JsExprContext.prototype.setVariable = function(name, value) {
797 JsExprContext.prototype.setSubTemplateResolver = function(resolver) {
813 JsExprContext.prototype.getSubTemplate = function(id) {
825 * @param {JsExprContext} context Context created from the input data
881 * @param {JsExprContext} contex
    [all...]
tabs_api.js 39 var input = new JsExprContext(windowList);
181 var input = new JsExprContext(tab);
245 var input = new JsExprContext(window);
294 var input = new JsExprContext(tabs[0]);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jsevalcontext.js 140 * A map of globally defined symbols. Every instance of JsExprContext
  /external/chromium_org/third_party/jstemplate/
jsevalcontext.js 141 * A map of globally defined symbols. Every instance of JsExprContext

Completed in 70 milliseconds