Searched defs:findItem (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
H A DSVGAnimatedPathSegListPropertyTearOff.h48 int findItem(const RefPtr<SVGPathSeg>& segment) const function in class:WebCore::SVGAnimatedPathSegListPropertyTearOff
52 return static_cast<SVGPathSegListPropertyTearOff*>(m_baseVal.get())->findItem(segment);
H A DSVGAnimatedListPropertyTearOff.h58 int findItem(SVGProperty* property) const function in class:WebCore::SVGAnimatedListPropertyTearOff
63 return static_cast<ListPropertyTearOff*>(m_baseVal.get())->findItem(static_cast<ListItemTearOff*>(property));
H A DSVGPathSegListPropertyTearOff.h44 int findItem(const ListItemType& item) const function in class:WebCore::SVGPathSegListPropertyTearOff
H A DSVGListPropertyTearOff.h51 int findItem(ListItemTearOff* item) const function in class:WebCore::SVGListPropertyTearOff
184 int indexToRemove = propertyTearOff->findItem(newItem.get());
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/view/
H A DTestMenu.java100 MenuItem menuItem = findItem(id);
131 public MenuItem findItem(int id) { method in class:TestMenu
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
H A DMenuLoaderTest.java148 public MenuItem findItem(int id) { method in class:MenuLoaderTest.TestMenu
/external/oprofile/gui/
H A Doprof_start.cpp271 QListViewItem * findItem(QListView * view, char const * name) function in namespace:__anon23748
273 // Qt 2.3.1 does not have QListView::findItem()
295 QListViewItem * item = findItem(events_list, descr.name);
352 QListViewItem * item = findItem(events_list, ev_name.c_str());
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpackage.cpp844 Package::findItem(const char *name, int32_t length) const { function in class:Package
913 findNextIndex=findItem(findPrefix, findPrefixLength);
977 idx=findItem(name);
1172 if(me->findItem(targetName)<0) {
/external/icu4c/tools/toolutil/
H A Dpackage.cpp900 Package::findItem(const char *name, int32_t length) const { function in class:Package
969 findNextIndex=findItem(findPrefix, findPrefixLength);
1033 idx=findItem(name);
1228 if(me->findItem(targetName)<0) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.views_3.5.0.I20100527-0800.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.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.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 954 milliseconds