HomeSort by relevance Sort by last modified time
    Searched refs:newItem (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
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...]
SVGStaticListPropertyTearOff.h 52 ListItemType initialize(const ListItemType& newItem, ExceptionState& es)
54 return Base::initializeValues(newItem, es);
62 ListItemType insertItemBefore(const ListItemType& newItem, unsigned index, ExceptionState& es)
64 return Base::insertItemBeforeValues(newItem, index, es);
67 ListItemType replaceItem(const ListItemType& newItem, unsigned index, ExceptionState& es)
69 return Base::replaceItemValues(newItem, index, es);
77 ListItemType appendItem(const ListItemType& newItem, ExceptionState& es)
79 return Base::appendItemValues(newItem, es);
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;
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.
SVGListPropertyTearOff.h 159 virtual bool processIncomingListItemWrapper(RefPtr<ListItemTearOff>& newItem, unsigned* indexToModify)
161 SVGAnimatedProperty* animatedPropertyOfItem = newItem->animatedProperty();
163 // newItem has been created manually, it doesn't belong to any SVGElement.
168 // newItem belongs to a SVGElement, but its associated SVGAnimatedProperty is not an animated list tear off.
171 // We have to copy the incoming newItem, as we're not allowed to insert this tear off as is into our wrapper cache.
176 newItem = ListItemTearOff::create(newItem->propertyReference());
180 // Spec: If newItem is already in a list, it is removed from its previous list before it is inserted into this list.
181 // 'newItem' is already living in another list. If it's not our list, synchronize the other lists wrappers after the removal.
184 int indexToRemove = propertyTearOff->findItem(newItem.get())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSegList.idl 31 [StrictTypeChecking, RaisesException] SVGPathSeg initialize(SVGPathSeg newItem);
33 [StrictTypeChecking, RaisesException] SVGPathSeg insertItemBefore(SVGPathSeg newItem, unsigned long index);
34 [StrictTypeChecking, RaisesException] SVGPathSeg replaceItem(SVGPathSeg newItem, unsigned long index);
36 [StrictTypeChecking, RaisesException] SVGPathSeg appendItem(SVGPathSeg newItem);
  /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...]
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
Rule.java 59 public void addTestCase(TestCase newItem) {
60 this.addElement(newItem);
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLFormattingElementList.cpp 82 void HTMLFormattingElementList::swapTo(Element* oldElement, PassRefPtr<HTMLStackItem> newItem, const Bookmark& bookmark)
85 ASSERT(!contains(newItem->element()));
88 bookmark.mark()->replaceElement(newItem);
93 m_entries.insert(index + 1, newItem);
126 void HTMLFormattingElementList::tryToEnsureNoahsArkConditionQuickly(HTMLStackItem* newItem, Vector<HTMLStackItem*>& remainingCandidates)
137 size_t newItemAttributeCount = newItem->attributes().size();
147 if (newItem->localName() != candidate->localName() || newItem->namespaceURI() != candidate->namespaceURI())
161 void HTMLFormattingElementList::ensureNoahsArkCondition(HTMLStackItem* newItem)
164 tryToEnsureNoahsArkConditionQuickly(newItem, candidates)
    [all...]
HTMLFormattingElementList.h 115 void swapTo(Element* oldElement, PassRefPtr<HTMLStackItem> newItem, const Bookmark&);
HTMLTreeBuilder.cpp     [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
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...]
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);
  /external/skia/tests/
LListTest.cpp 238 Iter newItem(iter);
239 newItem.prev();
240 REPORTER_ASSERT(reporter, newItem.get()->fID == id);
250 Iter newItem(iter);
251 newItem.next();
252 REPORTER_ASSERT(reporter, newItem.get()->fID == id);
  /external/oprofile/libpopt/
popt.c 1125 int poptAddItem(poptContext con, poptItem newItem, int flags)
1151 (newItem->option.longName ? xstrdup(newItem->option.longName) : NULL);
1152 item->option.shortName = newItem->option.shortName;
1153 item->option.argInfo = newItem->option.argInfo;
1154 item->option.arg = newItem->option.arg;
1155 item->option.val = newItem->option.val;
1157 (newItem->option.descrip ? xstrdup(newItem->option.descrip) : NULL);
1159 (newItem->option.argDescrip ? xstrdup(newItem->option.argDescrip) : NULL)
    [all...]
popt.h 344 * @param newItem alias/exec item to add
348 int poptAddItem(poptContext con, poptItem newItem, int flags)
  /external/oprofile/
popt.h 344 * @param newItem alias/exec item to add
348 int poptAddItem(poptContext con, poptItem newItem, int flags)
  /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());
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java 824 SparseArray<MergedItem> userItems, MergedItem newItem) {
825 MergedItem userItem = userItems.get(newItem.mUserId);
829 userItem = new MergedItem(newItem.mUserId);
830 userItems.put(newItem.mUserId, userItem);
835 if ((userItem.mUser=mUsers.get(newItem.mUserId)) == null) {
837 UserInfo info = mUm.getUserInfo(newItem.mUserId);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
FilmStripView.java     [all...]
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js     [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 

Completed in 604 milliseconds

1 2