HomeSort by relevance Sort by last modified time
    Searched full:pushexecutioncontext (Results 1 - 5 of 5) sorted by null

  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
InterpretedTemplate.java 66 context.pushExecutionContext(this);
InterpretedMacro.java 59 context.pushExecutionContext(this);
  /external/jsilver/src/com/google/clearsilver/jsilver/template/
RenderingContext.java 81 void pushExecutionContext(Template template);
84 * @see #pushExecutionContext(Template)
DefaultRenderingContext.java 167 public void pushExecutionContext(Template template) {
179 // of pushExecutionContext?
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
TemplateTranslator.java 202 java.writeStatement(callOn(CONTEXT, "pushExecutionContext", THIS_TEMPLATE));
674 java.writeStatement(callOn(CONTEXT, "pushExecutionContext", THIS_TEMPLATE));
    [all...]

Completed in 109 milliseconds