Home
last modified time | relevance | path

Searched refs:newItem (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGListProperty.h126 ListItemType initializeValues(const ListItemType& newItem, ExceptionState& exceptionState) in initializeValues() argument
132 processIncomingListItemValue(newItem, 0); in initializeValues()
136 m_values->append(newItem); in initializeValues()
139 return newItem; in initializeValues()
154 RefPtr<ListItemTearOff> newItem = passNewItem; in initializeValuesAndWrappers() local
158 processIncomingListItemWrapper(newItem, 0); in initializeValuesAndWrappers()
164 m_values->append(newItem->propertyReference()); in initializeValuesAndWrappers()
165 m_wrappers->append(newItem); in initializeValuesAndWrappers()
168 return newItem.release(); in initializeValuesAndWrappers()
213 …ListItemType insertItemBeforeValues(const ListItemType& newItem, unsigned index, ExceptionState& e… in insertItemBeforeValues() argument
[all …]
DSVGStaticListPropertyTearOff.h54 ListItemType initialize(const ListItemType& newItem, ExceptionState& exceptionState) in initialize() argument
56 return Base::initializeValues(newItem, exceptionState); in initialize()
64 …ListItemType insertItemBefore(const ListItemType& newItem, unsigned index, ExceptionState& excepti… in insertItemBefore() argument
66 return Base::insertItemBeforeValues(newItem, index, exceptionState); in insertItemBefore()
69 …ListItemType replaceItem(const ListItemType& newItem, unsigned index, ExceptionState& exceptionSta… in replaceItem() argument
71 return Base::replaceItemValues(newItem, index, exceptionState); in replaceItem()
79 ListItemType appendItem(const ListItemType& newItem, ExceptionState& exceptionState) in appendItem() argument
81 return Base::appendItemValues(newItem, exceptionState); in appendItem()
DSVGPathSegListPropertyTearOff.h83 ListItemType newItem = passNewItem; in initialize() local
84 return Base::initializeValues(newItem, exceptionState); in initialize()
97 ListItemType newItem = passNewItem; in insertItemBefore() local
98 return Base::insertItemBeforeValues(newItem, index, exceptionState); in insertItemBefore()
113 ListItemType newItem = passNewItem; in appendItem() local
114 return Base::appendItemValues(newItem, exceptionState); in appendItem()
150 …virtual bool processIncomingListItemValue(const ListItemType& newItem, unsigned* indexToModify) OV…
DSVGPathSegListPropertyTearOff.cpp75 ListItemType newItem = passNewItem; in replaceItem() local
76 return Base::replaceItemValues(newItem, index, exceptionState); in replaceItem()
94 bool SVGPathSegListPropertyTearOff::processIncomingListItemValue(const ListItemType& newItem, unsig… in processIncomingListItemValue() argument
96 SVGPathSegWithContext* newItemWithContext = static_cast<SVGPathSegWithContext*>(newItem.get()); in processIncomingListItemValue()
114 int indexToRemove = propertyTearOff->findItem(newItem.get()); in processIncomingListItemValue()
DSVGListPropertyTearOff.h175 …virtual bool processIncomingListItemWrapper(RefPtr<ListItemTearOff>& newItem, unsigned* indexToMod… in processIncomingListItemWrapper() argument
177 SVGAnimatedProperty* animatedPropertyOfItem = newItem->animatedProperty(); in processIncomingListItemWrapper()
192 newItem = ListItemTearOff::create(newItem->propertyReference()); in processIncomingListItemWrapper()
201 int indexToRemove = propertyTearOff->findItem(newItem.get()); in processIncomingListItemWrapper()
/external/icu4c/common/
Dulist.c33 static void ulist_addFirstItem(UList *list, UListNode *newItem);
61 static void ulist_addFirstItem(UList *list, UListNode *newItem) { in ulist_addFirstItem() argument
62 newItem->next = NULL; in ulist_addFirstItem()
63 newItem->previous = NULL; in ulist_addFirstItem()
64 list->head = newItem; in ulist_addFirstItem()
65 list->tail = newItem; in ulist_addFirstItem()
70 UListNode *newItem = NULL; in ulist_addItemEndList() local
76 newItem = (UListNode *)uprv_malloc(sizeof(UListNode)); in ulist_addItemEndList()
77 if (newItem == NULL) { in ulist_addItemEndList()
81 newItem->data = (void *)(data); in ulist_addItemEndList()
[all …]
/external/chromium_org/third_party/icu/source/common/
Dulist.c33 static void ulist_addFirstItem(UList *list, UListNode *newItem);
61 static void ulist_addFirstItem(UList *list, UListNode *newItem) { in ulist_addFirstItem() argument
62 newItem->next = NULL; in ulist_addFirstItem()
63 newItem->previous = NULL; in ulist_addFirstItem()
64 list->head = newItem; in ulist_addFirstItem()
65 list->tail = newItem; in ulist_addFirstItem()
70 UListNode *newItem = NULL; in ulist_addItemEndList() local
76 newItem = (UListNode *)uprv_malloc(sizeof(UListNode)); in ulist_addItemEndList()
77 if (newItem == NULL) { in ulist_addItemEndList()
81 newItem->data = (void *)(data); in ulist_addItemEndList()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLFormattingElementList.cpp82 void HTMLFormattingElementList::swapTo(Element* oldElement, PassRefPtr<HTMLStackItem> newItem, cons… in swapTo() argument
85 ASSERT(!contains(newItem->element())); in swapTo()
88 bookmark.mark()->replaceElement(newItem); in swapTo()
93 m_entries.insert(index + 1, newItem); in swapTo()
126 void HTMLFormattingElementList::tryToEnsureNoahsArkConditionQuickly(HTMLStackItem* newItem, Vector<… in tryToEnsureNoahsArkConditionQuickly() argument
137 size_t newItemAttributeCount = newItem->attributes().size(); in tryToEnsureNoahsArkConditionQuickly()
147 …if (newItem->localName() != candidate->localName() || newItem->namespaceURI() != candidate->namesp… in tryToEnsureNoahsArkConditionQuickly()
161 void HTMLFormattingElementList::ensureNoahsArkCondition(HTMLStackItem* newItem) in ensureNoahsArkCondition() argument
164 tryToEnsureNoahsArkConditionQuickly(newItem, candidates); in ensureNoahsArkCondition()
173 const Vector<Attribute>& attributes = newItem->attributes(); in ensureNoahsArkCondition()
[all …]
DHTMLFormattingElementList.h115 void swapTo(Element* oldElement, PassRefPtr<HTMLStackItem> newItem, const Bookmark&);
/external/chromium_org/third_party/WebKit/Source/core/loader/
DHistoryController.cpp54 PassOwnPtr<HistoryNode> HistoryNode::cloneAndReplace(HistoryEntry* newEntry, HistoryItem* newItem, … in cloneAndReplace() argument
57 HistoryItem* itemForCreate = isNodeBeingNavigated ? newItem : m_value.get(); in cloneAndReplace()
65 …newHistoryNode->m_children.append(childHistoryNode->cloneAndReplace(newEntry, newItem, clipAtTarge… in cloneAndReplace()
112 PassOwnPtr<HistoryEntry> HistoryEntry::cloneAndReplace(HistoryItem* newItem, bool clipAtTarget, Fra… in cloneAndReplace() argument
115 …newEntry->m_root = m_root->cloneAndReplace(newEntry.get(), newItem, clipAtTarget, targetFrame, pag… in cloneAndReplace()
185 HistoryItem* newItem = m_provisionalEntry->itemForFrame(frame); in recursiveGoToEntry() local
187 if (!newItem) in recursiveGoToEntry()
190 …if (!oldItem || (newItem != oldItem && newItem->itemSequenceNumber() != oldItem->itemSequenceNumbe… in recursiveGoToEntry()
191 if (oldItem && newItem->documentSequenceNumber() == oldItem->documentSequenceNumber()) in recursiveGoToEntry()
192 m_sameDocumentLoadsInProgress.set(frame, newItem); in recursiveGoToEntry()
[all …]
DHistoryController.h99 …PassOwnPtr<HistoryNode> cloneAndReplace(HistoryEntry*, HistoryItem* newItem, bool clipAtTarget, Fr…
116 …PassOwnPtr<HistoryEntry> cloneAndReplace(HistoryItem* newItem, bool clipAtTarget, Frame* targetFra…
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPathSegList.idl31 [StrictTypeChecking, RaisesException] SVGPathSeg initialize(SVGPathSeg newItem);
33 …[StrictTypeChecking, RaisesException] SVGPathSeg insertItemBefore(SVGPathSeg newItem, unsigned lon…
34 …[StrictTypeChecking, RaisesException] SVGPathSeg replaceItem(SVGPathSeg newItem, unsigned long ind…
36 [StrictTypeChecking, RaisesException] SVGPathSeg appendItem(SVGPathSeg newItem);
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
DRule.java59 public void addTestCase(TestCase newItem) { in addTestCase() argument
60 this.addElement(newItem); in addTestCase()
/external/skia/tests/
DLListTest.cpp237 Iter newItem(iter); in TestTLList() local
238 newItem.prev(); in TestTLList()
239 REPORTER_ASSERT(reporter, newItem.get()->fID == id); in TestTLList()
249 Iter newItem(iter); in TestTLList() local
250 newItem.next(); in TestTLList()
251 REPORTER_ASSERT(reporter, newItem.get()->fID == id); in TestTLList()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPUtilsImpl.java324 XMPNode newItem = null; in separateArrayItems() local
327 newItem = new XMPNode(ARRAY_ITEM_NAME, itemValue, null); in separateArrayItems()
328 arrayNode.addChild(newItem); in separateArrayItems()
1068 StringBuffer newItem = new StringBuffer(item.length() + 2); in applyQuotes() local
1079 newItem.append(openQuote).append(item.substring(0, splitPoint)); in applyQuotes()
1083 newItem.append(item.charAt(charOffset)); in applyQuotes()
1087 newItem.append(item.charAt(charOffset)); in applyQuotes()
1091 newItem.append(closeQuote); in applyQuotes()
1093 item = newItem.toString(); in applyQuotes()
DXMPNodeUtils.java584 XMPNode newItem = new XMPNode(ARRAY_ITEM_NAME, null); in findIndexedItem() local
585 newItem.setImplicit(true); in findIndexedItem()
586 arrayNode.addChild(newItem); in findIndexedItem()
780 XMPNode newItem = new XMPNode(ARRAY_ITEM_NAME, itemValue, null); in appendLangItem() local
782 newItem.addQualifier(langQual); in appendLangItem()
786 arrayNode.addChild(newItem); in appendLangItem()
790 arrayNode.addChild(1, newItem); in appendLangItem()
/external/oprofile/libpopt/
Dpopt.c1125 int poptAddItem(poptContext con, poptItem newItem, int flags) in poptAddItem() argument
1151 (newItem->option.longName ? xstrdup(newItem->option.longName) : NULL); in poptAddItem()
1152 item->option.shortName = newItem->option.shortName; in poptAddItem()
1153 item->option.argInfo = newItem->option.argInfo; in poptAddItem()
1154 item->option.arg = newItem->option.arg; in poptAddItem()
1155 item->option.val = newItem->option.val; in poptAddItem()
1157 (newItem->option.descrip ? xstrdup(newItem->option.descrip) : NULL); in poptAddItem()
1159 (newItem->option.argDescrip ? xstrdup(newItem->option.argDescrip) : NULL); in poptAddItem()
1160 item->argc = newItem->argc; in poptAddItem()
1161 item->argv = newItem->argv; in poptAddItem()
Dpopt.h348 int poptAddItem(poptContext con, poptItem newItem, int flags)
/external/chromium_org/chrome/browser/resources/bookmark_manager/js/bmm/
Dbookmark_tree.js188 var newItem = new BookmarkTreeItem(bookmarkNode);
189 addTreeItem(parentItem, newItem);
/external/chromium_org/chrome/browser/resources/enhanced_bookmark_manager/js/bmm/
Dbookmark_tree.js188 var newItem = new BookmarkTreeItem(bookmarkNode);
189 addTreeItem(parentItem, newItem);
/external/chromium/chrome/browser/resources/bookmark_manager/js/bmm/
Dbookmark_tree.js191 var newItem = new BookmarkTreeItem(bookmarkNode);
192 addTreeItem(parentItem, newItem);
/external/chromium/chrome/browser/resources/ntp/
Dmost_visited.js142 var newItem;
145 newItem = data[i];
150 if (!newItem) {
159 oldData.splice(oldIndex, 1, newItem);
/external/chromium_org/ui/webui/resources/js/cr/ui/
Dlist.js932 var newItem = self.cachedItems_[currentIndex] ||
934 newItem.listIndex = currentIndex;
935 self.cachedItems_[currentIndex] = newItem;
936 self.insertBefore(newItem, item);
/external/oprofile/
Dpopt.h348 int poptAddItem(poptContext con, poptItem newItem, int flags)
/external/chromium/chrome/browser/resources/bookmark_manager/js/
Dmain.js1382 var newItem;
1384 newItem = bmm.treeLookup[newNode.id];
1385 tree.selectedItem = newItem;
1386 newItem.editing = true;

12