Searched defs:newDelegate (Results 1 - 8 of 8) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DChainedData.java65 protected DelegatedData newInstance(Data newDelegate) { argument
66 return newDelegate == null ? null : new ChainedData(newDelegate);
H A DUnmodifiableData.java35 protected DelegatedData newInstance(Data newDelegate) { argument
36 return newDelegate == null ? null : new UnmodifiableData(newDelegate);
H A DDelegatedData.java43 * @param newDelegate the Data object to wrap with a new delegator
46 protected DelegatedData newInstance(Data newDelegate) { argument
47 return newDelegate == null ? null : new DelegatedData(newDelegate);
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 138 milliseconds