Searched refs:newDelegatedHdf (Results 1 - 2 of 2) sorted by relevance

/external/jsilver/src/org/clearsilver/
H A DDelegatedCs.java51 protected abstract DelegatedHdf newDelegatedHdf(HDF hdf); method in class:DelegatedCs
62 return hdf != null ? newDelegatedHdf(hdf) : null;
H A DDelegatedHdf.java69 protected abstract DelegatedHdf newDelegatedHdf(HDF hdf); method in class:DelegatedHdf
134 return hdf != null ? newDelegatedHdf(hdf) : null;
139 return hdf != null ? newDelegatedHdf(hdf) : null;
144 return hdf != null ? newDelegatedHdf(hdf) : null;
153 return hdf != null ? newDelegatedHdf(hdf) : null;
166 return hdf != null ? newDelegatedHdf(hdf) : null;
171 return hdf != null ? newDelegatedHdf(hdf) : null;

Completed in 421 milliseconds