/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
D | SVGListProperty.h | 126 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
|
D | SVGStaticListPropertyTearOff.h | 54 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()
|
D | SVGPathSegListPropertyTearOff.h | 83 ListItemType newItem = passNewItem; in initialize() local 97 ListItemType newItem = passNewItem; in insertItemBefore() local 113 ListItemType newItem = passNewItem; in appendItem() local
|
D | SVGPathSegListPropertyTearOff.cpp | 75 ListItemType newItem = passNewItem; in replaceItem() local 94 bool SVGPathSegListPropertyTearOff::processIncomingListItemValue(const ListItemType& newItem, unsig… in processIncomingListItemValue()
|
D | SVGListPropertyTearOff.h | 175 …virtual bool processIncomingListItemWrapper(RefPtr<ListItemTearOff>& newItem, unsigned* indexToMod… in processIncomingListItemWrapper()
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
D | HTMLFormattingElementList.cpp | 82 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()
|
D | HTMLTreeBuilder.cpp | 1590 … 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/ |
D | HistoryController.cpp | 54 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/ |
D | ulist.c | 61 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/ |
D | ulist.c | 61 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/ |
D | Rule.java | 59 public void addTestCase(TestCase newItem) { in addTestCase()
|
/external/skia/tests/ |
D | LListTest.cpp | 237 Iter newItem(iter); in TestTLList() local 249 Iter newItem(iter); in TestTLList() local
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPNodeUtils.java | 584 XMPNode newItem = new XMPNode(ARRAY_ITEM_NAME, null); in findIndexedItem() local 780 XMPNode newItem = new XMPNode(ARRAY_ITEM_NAME, itemValue, null); in appendLangItem() local
|
D | XMPUtilsImpl.java | 324 XMPNode newItem = null; in separateArrayItems() local 1068 StringBuffer newItem = new StringBuffer(item.length() + 2); in applyQuotes() local
|
/external/oprofile/libpopt/ |
D | popt.c | 1125 int poptAddItem(poptContext con, poptItem newItem, int flags) in poptAddItem()
|