Searched refs:oldItem (Results 1 - 10 of 10) sorted by last modified time

/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSsaInsn.java138 LocalItem oldItem = result.getLocalItem();
140 if (local != oldItem && (local == null
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGStringList.cpp69 String oldItem = m_values.at(index);
71 return oldItem;
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
H A DSVGListPropertyHelper.h267 RefPtr<ItemPropertyType> oldItem = m_values.at(index); local
269 oldItem->setOwnerList(0);
270 return oldItem.release();
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Darray_data_model.js230 * @param {*} oldItem Old item that is contained in the model. If the item
234 replaceItem: function(oldItem, newItem) {
235 var index = this.indexOf(oldItem);
/external/chromium_org/third_party/polymer/components-chromium/core-animated-pages/
H A Dcore-animated-pages-extracted.js163 selectedItemChanged: function(oldItem) {
166 if (!oldItem) {
172 this.applySelection(oldItem, false);
177 if (oldItem && this.selectedItem) {
182 self.applyTransition(oldItem, self.selectedItem);

Completed in 229 milliseconds