Home
last modified time | relevance | path

Searched refs:doPushState (Results 1 – 1 of 1) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DInternalContext.java110 doPushState(dependency, source); in pushDependency()
124 doPushState(key, source); in pushState()
128 private void doPushState(Object dependencyOrKey, Object source) { in doPushState() method in InternalContext