Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/properties/
DSVGStaticListPropertyTearOff.h53 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()
DSVGListProperty.h89 …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
DSVGPathSegListPropertyTearOff.h82 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
DSVGPathSegListPropertyTearOff.cpp75 void SVGPathSegListPropertyTearOff::processIncomingListItemValue(const ListItemType& newItem, unsig… in processIncomingListItemValue()
DSVGListPropertyTearOff.h143 …virtual void processIncomingListItemWrapper(RefPtr<ListItemTearOff>& newItem, unsigned* indexToMod… in processIncomingListItemWrapper()
/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/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
DRule.java59 public void addTestCase(TestCase newItem) { in addTestCase()
/external/webkit/Source/WebCore/platform/win/
DContextMenuWin.cpp96 UINT newItem = 0; in createNativeMenuFromItems() local
/external/webkit/Source/WebKit2/UIProcess/
DWebBackForwardList.cpp60 void WebBackForwardList::addItem(WebBackForwardListItem* newItem) in addItem()
/external/webkit/Source/WebKit/android/jni/
DWebHistory.cpp169 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/
Dpopt.c1125 int poptAddItem(poptContext con, poptItem newItem, int flags) in poptAddItem()
/external/webkit/Source/WebKit/win/
DWebView.cpp5176 RefPtr<HistoryItem> newItem = otherBackForwardList->itemAtIndex(i)->copy(); in loadBackForwardListFromOtherView() local