Searched defs:newItem (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/WebCore/svg/properties/ |
D | SVGStaticListPropertyTearOff.h | 53 ListItemType initialize(const ListItemType& newItem, ExceptionCode& ec) in initialize() 63 ListItemType insertItemBefore(const ListItemType& newItem, unsigned index, ExceptionCode& ec) in insertItemBefore() 68 ListItemType replaceItem(const ListItemType& newItem, unsigned index, ExceptionCode& ec) in replaceItem() 78 ListItemType appendItem(const ListItemType& newItem, ExceptionCode& ec) in appendItem()
|
D | SVGListProperty.h | 89 …ListItemType initializeValues(PropertyType& values, const ListItemType& newItem, ExceptionCode& ec) in initializeValues() 120 RefPtr<ListItemTearOff> newItem = passNewItem; in initializeValuesAndWrappers() local 182 …ListItemType insertItemBeforeValues(PropertyType& values, const ListItemType& newItem, unsigned in… in insertItemBeforeValues() 221 RefPtr<ListItemTearOff> newItem = passNewItem; in insertItemBeforeValuesAndWrappers() local 252 …ListItemType replaceItemValues(PropertyType& values, const ListItemType& newItem, unsigned index, … in replaceItemValues() 289 RefPtr<ListItemTearOff> newItem = passNewItem; in replaceItemValuesAndWrappers() local 365 …ListItemType appendItemValues(PropertyType& values, const ListItemType& newItem, ExceptionCode& ec) in appendItemValues() 395 RefPtr<ListItemTearOff> newItem = passNewItem; in appendItemValuesAndWrappers() local
|
D | SVGPathSegListPropertyTearOff.h | 82 ListItemType newItem = passNewItem; in initialize() local 97 ListItemType newItem = passNewItem; in insertItemBefore() local 110 ListItemType newItem = passNewItem; in replaceItem() local 125 ListItemType newItem = passNewItem; in appendItem() local
|
D | SVGPathSegListPropertyTearOff.cpp | 75 void SVGPathSegListPropertyTearOff::processIncomingListItemValue(const ListItemType& newItem, unsig… in processIncomingListItemValue()
|
D | SVGListPropertyTearOff.h | 143 …virtual void processIncomingListItemWrapper(RefPtr<ListItemTearOff>& newItem, unsigned* indexToMod… in processIncomingListItemWrapper()
|
/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/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/webkit/Source/WebCore/platform/win/ |
D | ContextMenuWin.cpp | 96 UINT newItem = 0; in createNativeMenuFromItems() local
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebBackForwardList.cpp | 60 void WebBackForwardList::addItem(WebBackForwardListItem* newItem) in addItem()
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebHistory.cpp | 169 RefPtr<WebCore::HistoryItem> newItem = WebCore::HistoryItem::create(); in WebHistoryInflate() local 403 jobject newItem = env->NewObject(clazz, gWebHistoryItem.mInit, in AddItem() local 698 static bool readItemRecursive(WebCore::HistoryItem* newItem, in readItemRecursive()
|
/external/oprofile/libpopt/ |
D | popt.c | 1125 int poptAddItem(poptContext con, poptItem newItem, int flags) in poptAddItem()
|
/external/webkit/Source/WebKit/win/ |
D | WebView.cpp | 5176 RefPtr<HistoryItem> newItem = otherBackForwardList->itemAtIndex(i)->copy(); in loadBackForwardListFromOtherView() local
|