Home
last modified time | relevance | path

Searched defs:newItem (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGListPropertyHelper.h113 RefPtr<ItemPropertyType> newItem = passNewItem; in append() local
200 RefPtr<ItemPropertyType> newItem = passNewItem; in initialize() local
229 RefPtr<ItemPropertyType> newItem = passNewItem; in insertItemBefore() local
262 RefPtr<ItemPropertyType> newItem = passNewItem; in appendItem() local
279 RefPtr<ItemPropertyType> newItem = passNewItem; in replaceItem() local
DSVGListPropertyTearOffHelper.h49 RefPtr<ItemTearOffType> newItem = passNewItem; in getValueForInsertionFromTearOff() local
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLFormattingElementList.cpp82 …TMLFormattingElementList::swapTo(Element* oldElement, PassRefPtrWillBeRawPtr<HTMLStackItem> newIte… in swapTo()
126 void HTMLFormattingElementList::tryToEnsureNoahsArkConditionQuickly(HTMLStackItem* newItem, WillBeH… in tryToEnsureNoahsArkConditionQuickly()
161 void HTMLFormattingElementList::ensureNoahsArkCondition(HTMLStackItem* newItem) in ensureNoahsArkCondition()
DHTMLTreeBuilder.cpp1538 …RefPtrWillBeRawPtr<HTMLStackItem> newItem = m_tree.createElementFromSavedToken(node->stackItem().g… in callTheAdoptionAgency() local
1555 …RefPtrWillBeRawPtr<HTMLStackItem> newItem = m_tree.createElementFromSavedToken(formattingElementRe… in callTheAdoptionAgency() local
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGStringList.cpp53 void SVGStringList::insertItemBefore(const String& newItem, size_t index) in insertItemBefore()
74 void SVGStringList::appendItem(const String& newItem) in appendItem()
79 void SVGStringList::replaceItem(const String& newItem, size_t index, ExceptionState& exceptionState) in replaceItem()
DSVGPathSegListTearOff.h50 RefPtr<ItemTearOffType> newItem = passNewItem; in getValueForInsertionFromTearOff() local
/external/chromium_org/third_party/icu/source/common/
Dulist.c61 static void ulist_addFirstItem(UList *list, UListNode *newItem) { in ulist_addFirstItem()
70 UListNode *newItem = NULL; in ulist_addItemEndList() local
97 UListNode *newItem = NULL; in ulist_addItemBeginList() local
/external/icu/icu4c/source/common/
Dulist.c61 static void ulist_addFirstItem(UList *list, UListNode *newItem) { in ulist_addFirstItem()
70 UListNode *newItem = NULL; in ulist_addItemEndList() local
97 UListNode *newItem = NULL; in ulist_addItemBeginList() local
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
DRule.java59 public void addTestCase(TestCase newItem) { in addTestCase()
/external/chromium_org/third_party/skia/tests/
DLListTest.cpp236 Iter newItem(iter); in TestTLList() local
248 Iter newItem(iter); in TestTLList() local
/external/skia/tests/
DLListTest.cpp236 Iter newItem(iter); in TestTLList() local
248 Iter newItem(iter); in TestTLList() local
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPNodeUtils.java584 XMPNode newItem = new XMPNode(ARRAY_ITEM_NAME, null); in findIndexedItem() local
780 XMPNode newItem = new XMPNode(ARRAY_ITEM_NAME, itemValue, null); in appendLangItem() local
DXMPUtilsImpl.java324 XMPNode newItem = null; in separateArrayItems() local
1068 StringBuffer newItem = new StringBuffer(item.length() + 2); in applyQuotes() local
/external/chromium_org/ui/webui/resources/js/cr/ui/
Darray_data_model.js225 replaceItem: function(oldItem, newItem) { argument
/external/oprofile/libpopt/
Dpopt.c1125 int poptAddItem(poptContext con, poptItem newItem, int flags) in poptAddItem()