Searched refs:newDelegate (Results 1 - 12 of 12) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DUnmodifiableData.java35 protected DelegatedData newInstance(Data newDelegate) { argument
36 return newDelegate == null ? null : new UnmodifiableData(newDelegate);
H A DChainedData.java65 protected DelegatedData newInstance(Data newDelegate) { argument
66 return newDelegate == null ? null : new ChainedData(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/chromium_org/ui/app_list/cocoa/
H A Dapp_list_view_controller.h60 - (void)setDelegate:(app_list::AppListViewDelegate*)newDelegate;
H A Dapps_grid_controller.h68 - (void)setDelegate:(app_list::AppListViewDelegate*)newDelegate;
/external/guava/guava/src/com/google/common/collect/
H A DAbstractMultimap.java428 Collection<V> newDelegate = map.get(key);
429 if (newDelegate != null) {
430 delegate = newDelegate;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
H A DRuby.stg258 <grammar.delegators:{g|@<g:delegateName()> = <g:delegateName()><\n>}><grammar.directDelegates:{g|@<g:delegateName()> = <newDelegate(g)><\n>}><last(grammar.delegators):{g|@parent = @<g:delegateName()><\n>}><@init()>
1168 <grammar.delegators:{g|@<g:delegateName()> = <g:delegateName()><\n>}><grammar.directDelegates:{g|@<g:delegateName()> = <newDelegate(g)><\n>}><last(grammar.delegators):{g|@parent = @<g:delegateName()><\n>}><placeAction(scope="lexer",name="init")>
1462 newDelegate(gram) ::= <<
/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 210 milliseconds