/external/chromium_org/third_party/icu/source/common/ |
D | ulist.c | 33 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/icu/icu4c/source/common/ |
D | ulist.c | 33 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/ui/file_manager/file_manager/common/js/ |
D | progress_center_common.js | 175 var newItem = new ProgressCenterItem(); 176 newItem.id = this.id; 177 newItem.state = this.state; 178 newItem.message = this.message; 179 newItem.progressMax = this.progressMax; 180 newItem.progressValue = this.progressValue; 181 newItem.type = this.type; 182 newItem.single = this.single; 183 newItem.quiet = this.quiet; 184 newItem.cancelCallback = this.cancelCallback; [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
D | HTMLFormattingElementList.cpp | 82 …tList::swapTo(Element* oldElement, PassRefPtrWillBeRawPtr<HTMLStackItem> newItem, const Bookmark& … 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, WillBeH… 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 …]
|
D | HTMLFormattingElementList.h | 119 … void swapTo(Element* oldElement, PassRefPtrWillBeRawPtr<HTMLStackItem> newItem, const Bookmark&);
|
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
D | SVGListPropertyHelper.h | 113 RefPtr<ItemPropertyType> newItem = passNewItem; in append() local 115 ASSERT(newItem); in append() 116 m_values.append(newItem); in append() 117 newItem->setOwnerList(this); in append() 214 RefPtr<ItemPropertyType> newItem = passNewItem; in initialize() local 217 removeFromOldOwnerListAndAdjustIndex(newItem, 0); in initialize() 221 append(newItem); in initialize() 222 return newItem.release(); in initialize() 243 RefPtr<ItemPropertyType> newItem = passNewItem; in insertItemBefore() local 246 if (!removeFromOldOwnerListAndAdjustIndex(newItem, &index)) { in insertItemBefore() [all …]
|
D | SVGListPropertyTearOffHelper.h | 49 RefPtr<ItemTearOffType> newItem = passNewItem; in getValueForInsertionFromTearOff() local 54 if (newItem->isImmutable() in getValueForInsertionFromTearOff() 55 || (newItem->contextElement() && !newItem->target()->ownerList())) { in getValueForInsertionFromTearOff() 61 return newItem->target()->clone(); in getValueForInsertionFromTearOff() 64 newItem->attachToSVGElementAttribute(contextElement, attributeName); in getValueForInsertionFromTearOff() 65 return newItem->target(); in getValueForInsertionFromTearOff()
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/ |
D | select_widget.js | 39 var newItem = document.createElement('p'); 40 newItem.innerHTML = item.innerHTML; 41 newItem.id = i; 42 newItem.setAttribute('role', 'menuitem'); 43 container.appendChild(newItem);
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGStringList.cpp | 53 void SVGStringList::insertItemBefore(const String& newItem, size_t index) in insertItemBefore() argument 61 m_values.insert(index, newItem); in insertItemBefore() 74 void SVGStringList::appendItem(const String& newItem) in appendItem() argument 76 m_values.append(newItem); in appendItem() 79 void SVGStringList::replaceItem(const String& newItem, size_t index, ExceptionState& exceptionState) in replaceItem() argument 85 m_values[index] = newItem; in replaceItem()
|
D | SVGPathSegListTearOff.h | 50 RefPtr<ItemTearOffType> newItem = passNewItem; in getValueForInsertionFromTearOff() local 51 newItem->setContextElement(contextElement); in getValueForInsertionFromTearOff() 52 return newItem.release(); in getValueForInsertionFromTearOff()
|
D | SVGPathSegList.idl | 36 [RaisesException] SVGPathSeg initialize(SVGPathSeg newItem); 39 [RaisesException] SVGPathSeg insertItemBefore(SVGPathSeg newItem, unsigned long index); 40 [RaisesException] SVGPathSeg replaceItem(SVGPathSeg newItem, unsigned long index); 42 [RaisesException] SVGPathSeg appendItem(SVGPathSeg newItem);
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/ |
D | Rule.java | 59 public void addTestCase(TestCase newItem) { in addTestCase() argument 60 this.addElement(newItem); in addTestCase()
|
/external/chromium_org/third_party/skia/tests/ |
D | LListTest.cpp | 236 Iter newItem(iter); in TestTLList() local 237 newItem.prev(); in TestTLList() 238 REPORTER_ASSERT(reporter, newItem.get()->fID == id); in TestTLList() 248 Iter newItem(iter); in TestTLList() local 249 newItem.next(); in TestTLList() 250 REPORTER_ASSERT(reporter, newItem.get()->fID == id); in TestTLList()
|
/external/skia/tests/ |
D | LListTest.cpp | 236 Iter newItem(iter); in TestTLList() local 237 newItem.prev(); in TestTLList() 238 REPORTER_ASSERT(reporter, newItem.get()->fID == id); in TestTLList() 248 Iter newItem(iter); in TestTLList() local 249 newItem.next(); in TestTLList() 250 REPORTER_ASSERT(reporter, newItem.get()->fID == id); in TestTLList()
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/ |
D | progress_center_panel.js | 306 var newItem = targetGroup.getItem(item.id); 308 if (newItem) { 313 itemElement.update(newItem, targetGroup.isAnimated(item.id)); 337 var newItem = targetGroup.getItem(itemId); 339 if (!newItem && itemElement)
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPUtilsImpl.java | 324 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()
|
D | XMPNodeUtils.java | 584 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/ |
D | popt.c | 1125 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()
|
D | popt.h | 348 int poptAddItem(poptContext con, poptItem newItem, int flags)
|
/external/chromium_org/chrome/browser/resources/bookmark_manager/js/bmm/ |
D | bookmark_tree.js | 188 var newItem = new BookmarkTreeItem(bookmarkNode); 189 addTreeItem(parentItem, newItem);
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
D | array_data_model.js | 234 replaceItem: function(oldItem, newItem) { argument 238 this.array_[this.indexes_[index]] = newItem;
|
D | list.js | 941 var newItem = self.cachedItems_[currentIndex] || 943 newItem.listIndex = currentIndex; 944 self.cachedItems_[currentIndex] = newItem; 945 self.insertBefore(newItem, item);
|
/external/chromium_org/content/renderer/ |
D | history_entry.h | 86 HistoryEntry* CloneAndReplace(const blink::WebHistoryItem& newItem,
|
/external/oprofile/ |
D | popt.h | 348 int poptAddItem(poptContext con, poptItem newItem, int flags)
|
/external/chromium_org/chrome/browser/ui/cocoa/profiles/ |
D | avatar_menu_bubble_controller.mm | 46 - (void)highlightItem:(AvatarMenuItemController*)newItem; 443 - (void)highlightItem:(AvatarMenuItemController*)newItem { 452 if (oldItem == newItem) 456 [newItem setIsHighlighted:YES];
|