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/
DSVGListProperty.h126 ListItemType initializeValues(const ListItemType& newItem, ExceptionState& exceptionState) in initializeValues()
154 RefPtr<ListItemTearOff> newItem = passNewItem; in initializeValuesAndWrappers() local
213 …ListItemType insertItemBeforeValues(const ListItemType& newItem, unsigned index, ExceptionState& e… in insertItemBeforeValues()
252 RefPtr<ListItemTearOff> newItem = passNewItem; in insertItemBeforeValuesAndWrappers() local
284 …ListItemType replaceItemValues(const ListItemType& newItem, unsigned index, ExceptionState& except… in replaceItemValues()
322 RefPtr<ListItemTearOff> newItem = passNewItem; in replaceItemValuesAndWrappers() local
397 ListItemType appendItemValues(const ListItemType& newItem, ExceptionState& exceptionState) in appendItemValues()
424 RefPtr<ListItemTearOff> newItem = passNewItem; in appendItemValuesAndWrappers() local
DSVGStaticListPropertyTearOff.h54 ListItemType initialize(const ListItemType& newItem, ExceptionState& exceptionState) in initialize()
64 …ListItemType insertItemBefore(const ListItemType& newItem, unsigned index, ExceptionState& excepti… in insertItemBefore()
69 …ListItemType replaceItem(const ListItemType& newItem, unsigned index, ExceptionState& exceptionSta… in replaceItem()
79 ListItemType appendItem(const ListItemType& newItem, ExceptionState& exceptionState) in appendItem()
DSVGPathSegListPropertyTearOff.h83 ListItemType newItem = passNewItem; in initialize() local
97 ListItemType newItem = passNewItem; in insertItemBefore() local
113 ListItemType newItem = passNewItem; in appendItem() local
DSVGPathSegListPropertyTearOff.cpp75 ListItemType newItem = passNewItem; in replaceItem() local
94 bool SVGPathSegListPropertyTearOff::processIncomingListItemValue(const ListItemType& newItem, unsig… in processIncomingListItemValue()
DSVGListPropertyTearOff.h175 …virtual bool processIncomingListItemWrapper(RefPtr<ListItemTearOff>& newItem, unsigned* indexToMod… in processIncomingListItemWrapper()
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLFormattingElementList.cpp82 void HTMLFormattingElementList::swapTo(Element* oldElement, PassRefPtr<HTMLStackItem> newItem, cons… in swapTo()
126 void HTMLFormattingElementList::tryToEnsureNoahsArkConditionQuickly(HTMLStackItem* newItem, Vector<… in tryToEnsureNoahsArkConditionQuickly()
161 void HTMLFormattingElementList::ensureNoahsArkCondition(HTMLStackItem* newItem) in ensureNoahsArkCondition()
DHTMLTreeBuilder.cpp1590 … RefPtr<HTMLStackItem> newItem = m_tree.createElementFromSavedToken(node->stackItem().get()); in callTheAdoptionAgency() local
1607 …RefPtr<HTMLStackItem> newItem = m_tree.createElementFromSavedToken(formattingElementRecord->stackI… in callTheAdoptionAgency() local
/external/chromium_org/third_party/WebKit/Source/core/loader/
DHistoryController.cpp54 PassOwnPtr<HistoryNode> HistoryNode::cloneAndReplace(HistoryEntry* newEntry, HistoryItem* newItem, … in cloneAndReplace()
112 PassOwnPtr<HistoryEntry> HistoryEntry::cloneAndReplace(HistoryItem* newItem, bool clipAtTarget, Fra… in cloneAndReplace()
185 HistoryItem* newItem = m_provisionalEntry->itemForFrame(frame); in recursiveGoToEntry() local
335 RefPtr<HistoryItem> newItem = item; in createNewBackForwardItem() local
/external/icu4c/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/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/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
DRule.java59 public void addTestCase(TestCase newItem) { in addTestCase()
/external/skia/tests/
DLListTest.cpp237 Iter newItem(iter); in TestTLList() local
249 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/oprofile/libpopt/
Dpopt.c1125 int poptAddItem(poptContext con, poptItem newItem, int flags) in poptAddItem()