HomeSort by relevance Sort by last modified time
    Searched defs:newItem (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPathSegListPropertyTearOff.cpp 76 ListItemType newItem = passNewItem;
77 return Base::replaceItemValues(newItem, index, es);
95 bool SVGPathSegListPropertyTearOff::processIncomingListItemValue(const ListItemType& newItem, unsigned* indexToModify)
97 SVGPathSegWithContext* newItemWithContext = static_cast<SVGPathSegWithContext*>(newItem.get());
106 // newItem belongs to a SVGPathElement, but its associated SVGAnimatedProperty is not an animated list tear off.
111 // Spec: If newItem is already in a list, it is removed from its previous list before it is inserted into this list.
112 // 'newItem' is already living in another list. If it's not our list, synchronize the other lists wrappers after the removal.
115 int indexToRemove = propertyTearOff->findItem(newItem.get());
118 // Do not remove newItem if already in this list at the target index.
SVGPathSegListPropertyTearOff.h 80 ListItemType newItem = passNewItem;
81 return Base::initializeValues(newItem, es);
94 ListItemType newItem = passNewItem;
95 return Base::insertItemBeforeValues(newItem, index, es);
110 ListItemType newItem = passNewItem;
111 return Base::appendItemValues(newItem, es);
149 virtual bool processIncomingListItemValue(const ListItemType& newItem, unsigned* indexToModify) OVERRIDE;
SVGListProperty.h 126 ListItemType initializeValues(const ListItemType& newItem, ExceptionState& es)
132 processIncomingListItemValue(newItem, 0);
136 m_values->append(newItem);
139 return newItem;
154 RefPtr<ListItemTearOff> newItem = passNewItem;
158 processIncomingListItemWrapper(newItem, 0);
164 m_values->append(newItem->propertyReference());
165 m_wrappers->append(newItem);
168 return newItem.release();
213 ListItemType insertItemBeforeValues(const ListItemType& newItem, unsigned index, ExceptionState& es
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ulist.c 33 static void ulist_addFirstItem(UList *list, UListNode *newItem);
61 static void ulist_addFirstItem(UList *list, UListNode *newItem) {
62 newItem->next = NULL;
63 newItem->previous = NULL;
64 list->head = newItem;
65 list->tail = newItem;
70 UListNode *newItem = NULL;
76 newItem = (UListNode *)uprv_malloc(sizeof(UListNode));
77 if (newItem == NULL) {
81 newItem->data = (void *)(data)
    [all...]
  /external/icu4c/common/
ulist.c 33 static void ulist_addFirstItem(UList *list, UListNode *newItem);
61 static void ulist_addFirstItem(UList *list, UListNode *newItem) {
62 newItem->next = NULL;
63 newItem->previous = NULL;
64 list->head = newItem;
65 list->tail = newItem;
70 UListNode *newItem = NULL;
76 newItem = (UListNode *)uprv_malloc(sizeof(UListNode));
77 if (newItem == NULL) {
81 newItem->data = (void *)(data)
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ListViewTest.java 780 final View newItem = listView.getChildAt(2);
781 final CharSequence newText = ((TextView) newItem.findViewById(android.R.id.text1))
817 final View newItem = listView.getChildAt(1);
818 final CharSequence newText = ((TextView) newItem.findViewById(android.R.id.text1))
821 Assert.assertTrue(newItem.hasTransientState());
823 Assert.assertEquals(tag, newItem.getTag());
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNodeUtils.java 584 XMPNode newItem = new XMPNode(ARRAY_ITEM_NAME, null);
585 newItem.setImplicit(true);
586 arrayNode.addChild(newItem);
780 XMPNode newItem = new XMPNode(ARRAY_ITEM_NAME, itemValue, null);
782 newItem.addQualifier(langQual);
786 arrayNode.addChild(newItem);
790 arrayNode.addChild(1, newItem);
XMPUtilsImpl.java 324 XMPNode newItem = null;
327 newItem = new XMPNode(ARRAY_ITEM_NAME, itemValue, null);
328 arrayNode.addChild(newItem);
1068 StringBuffer newItem = new StringBuffer(item.length() + 2);
1079 newItem.append(openQuote).append(item.substring(0, splitPoint));
1083 newItem.append(item.charAt(charOffset));
1087 newItem.append(item.charAt(charOffset));
1091 newItem.append(closeQuote);
1093 item = newItem.toString();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilder.cpp     [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
FilmStripView.java     [all...]
  /prebuilts/devtools/tools/lib/
sdk-common.jar 
org-eclipse-jface-3.6.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 440 milliseconds