Searched refs:newItem (Results 1 - 25 of 43) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/svg/properties/
H A DSVGListProperty.h125 ListItemType initializeValues(const ListItemType& newItem, ExceptionCode& ec) argument
131 processIncomingListItemValue(newItem, 0);
135 m_values->append(newItem);
138 return newItem;
153 RefPtr<ListItemTearOff> newItem = passNewItem; local
157 processIncomingListItemWrapper(newItem, 0);
163 m_values->append(newItem->propertyReference());
164 m_wrappers->append(newItem);
167 return newItem.release();
212 ListItemType insertItemBeforeValues(const ListItemType& newItem, unsigne argument
251 RefPtr<ListItemTearOff> newItem = passNewItem; local
283 replaceItemValues(const ListItemType& newItem, unsigned index, ExceptionCode& ec) argument
321 RefPtr<ListItemTearOff> newItem = passNewItem; local
396 appendItemValues(const ListItemType& newItem, ExceptionCode& ec) argument
423 RefPtr<ListItemTearOff> newItem = passNewItem; local
[all...]
H A DSVGStaticListPropertyTearOff.h49 ListItemType initialize(const ListItemType& newItem, ExceptionCode& ec) argument
51 return Base::initializeValues(newItem, ec);
59 ListItemType insertItemBefore(const ListItemType& newItem, unsigned index, ExceptionCode& ec) argument
61 return Base::insertItemBeforeValues(newItem, index, ec);
64 ListItemType replaceItem(const ListItemType& newItem, unsigned index, ExceptionCode& ec) argument
66 return Base::replaceItemValues(newItem, index, ec);
74 ListItemType appendItem(const ListItemType& newItem, ExceptionCode& ec) argument
76 return Base::appendItemValues(newItem, ec);
H A DSVGPathSegListPropertyTearOff.h79 ListItemType newItem = passNewItem; local
80 return Base::initializeValues(newItem, ec);
93 ListItemType newItem = passNewItem; local
94 return Base::insertItemBeforeValues(newItem, index, ec);
109 ListItemType newItem = passNewItem; local
110 return Base::appendItemValues(newItem, ec);
148 virtual bool processIncomingListItemValue(const ListItemType& newItem, unsigned* indexToModify) override;
H A DSVGPathSegListPropertyTearOff.cpp74 ListItemType newItem = passNewItem; local
75 return Base::replaceItemValues(newItem, index, ec);
93 bool SVGPathSegListPropertyTearOff::processIncomingListItemValue(const ListItemType& newItem, unsigned* indexToModify) argument
95 SVGPathSegWithContext* newItemWithContext = static_cast<SVGPathSegWithContext*>(newItem.get());
104 // newItem belongs to a SVGPathElement, but its associated SVGAnimatedProperty is not an animated list tear off.
109 // Spec: If newItem is already in a list, it is removed from its previous list before it is inserted into this list.
110 // 'newItem' is already living in another list. If it's not our list, synchronize the other lists wrappers after the removal.
113 int indexToRemove = propertyTearOff->findItem(newItem.get());
116 // Do not remove newItem if already in this list at the target index.
H A DSVGListPropertyTearOff.h157 virtual bool processIncomingListItemWrapper(RefPtr<ListItemTearOff>& newItem, unsigned* indexToModify) override
159 SVGAnimatedProperty* animatedPropertyOfItem = newItem->animatedProperty();
161 // newItem has been created manually, it doesn't belong to any SVGElement.
166 // newItem belongs to a SVGElement, but its associated SVGAnimatedProperty is not an animated list tear off.
169 // We have to copy the incoming newItem, as we're not allowed to insert this tear off as is into our wrapper cache.
174 newItem = ListItemTearOff::create(newItem->propertyReference());
178 // Spec: If newItem is already in a list, it is removed from its previous list before it is inserted into this list.
179 // 'newItem' is already living in another list. If it's not our list, synchronize the other lists wrappers after the removal.
182 int indexToRemove = propertyTearOff->findItem(newItem
[all...]
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGPathSegList.idl31 [StrictTypeChecking, RaisesException] SVGPathSeg initialize(SVGPathSeg newItem);
33 [StrictTypeChecking, RaisesException] SVGPathSeg insertItemBefore(SVGPathSeg newItem, unsigned long index);
34 [StrictTypeChecking, RaisesException] SVGPathSeg replaceItem(SVGPathSeg newItem, unsigned long index);
36 [StrictTypeChecking, RaisesException] SVGPathSeg appendItem(SVGPathSeg newItem);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/TableModelWithSearch/
H A DToolbarCreator.py82 newItem = NSToolbarItem.alloc().initWithItemIdentifier_(itemIdentifier)
85 newItem.setLabel_( item.label() )
86 newItem.setPaletteLabel_( item.paletteLabel() )
88 newItem.setView_( item.view() )
90 newItem.setImage_( item.image() )
92 newItem.setToolTip_( item.toolTip() )
93 newItem.setTarget_( item.target() )
94 newItem.setAction_( item.action() )
95 newItem.setMenuFormRepresentation_( item.menuFormRepresentation() )
97 if newItem
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/TableModelWithSearch/
H A DToolbarCreator.py82 newItem = NSToolbarItem.alloc().initWithItemIdentifier_(itemIdentifier)
85 newItem.setLabel_( item.label() )
86 newItem.setPaletteLabel_( item.paletteLabel() )
88 newItem.setView_( item.view() )
90 newItem.setImage_( item.image() )
92 newItem.setToolTip_( item.toolTip() )
93 newItem.setTarget_( item.target() )
94 newItem.setAction_( item.action() )
95 newItem.setMenuFormRepresentation_( item.menuFormRepresentation() )
97 if newItem
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/CocoaBindings/TableModelWithSearch/
H A DToolbarCreator.py82 newItem = NSToolbarItem.alloc().initWithItemIdentifier_(itemIdentifier)
85 newItem.setLabel_( item.label() )
86 newItem.setPaletteLabel_( item.paletteLabel() )
88 newItem.setView_( item.view() )
90 newItem.setImage_( item.image() )
92 newItem.setToolTip_( item.toolTip() )
93 newItem.setTarget_( item.target() )
94 newItem.setAction_( item.action() )
95 newItem.setMenuFormRepresentation_( item.menuFormRepresentation() )
97 if newItem
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dulist.c33 static void ulist_addFirstItem(UList *list, UListNode *newItem);
61 static void ulist_addFirstItem(UList *list, UListNode *newItem) { argument
62 newItem->next = NULL;
63 newItem->previous = NULL;
64 list->head = newItem;
65 list->tail = newItem;
70 UListNode *newItem = NULL; local
76 newItem = (UListNode *)uprv_malloc(sizeof(UListNode));
77 if (newItem == NULL) {
81 newItem
97 UListNode *newItem = NULL; local
[all...]
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DCList.h52 IrDAErr Replace(void* oldItem, void* newItem);
53 IrDAErr ReplaceAt(ArrayIndex index, void* newItem);
54 IrDAErr ReplaceFirst(void* newItem);
55 IrDAErr ReplaceLast(void* newItem);
108 inline IrDAErr CList::ReplaceFirst(void* newItem) argument
109 { return ReplaceAt(0, newItem); }
111 inline IrDAErr CList::ReplaceLast(void* newItem) argument
112 { return ReplaceAt(fSize - 1, newItem); }
H A DCList.cpp129 IrDAErr CList::Replace(void* oldItem, void* newItem) argument
135 result = ReplaceAt(index, newItem);
150 IrDAErr CList::ReplaceAt(ArrayIndex index, void* newItem) argument
152 uintptr_t data = (uintptr_t) newItem;
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLFormattingElementList.cpp82 void HTMLFormattingElementList::swapTo(Element* oldElement, PassRefPtr<HTMLStackItem> newItem, const Bookmark& bookmark) argument
85 ASSERT(!contains(newItem->element()));
88 bookmark.mark()->replaceElement(newItem);
93 m_entries.insert(index + 1, newItem);
126 void HTMLFormattingElementList::tryToEnsureNoahsArkConditionQuickly(HTMLStackItem* newItem, Vector<HTMLStackItem*>& remainingCandidates)
137 size_t newItemAttributeCount = newItem->attributes().size();
147 if (newItem->localName() != candidate->localName() || newItem->namespaceURI() != candidate->namespaceURI())
161 void HTMLFormattingElementList::ensureNoahsArkCondition(HTMLStackItem* newItem) argument
164 tryToEnsureNoahsArkConditionQuickly(newItem, candidate
[all...]
/macosx-10.10/Security-57031.1.35/Keychain/
H A DMyKeychain.h19 - (void)setItem:(NSDictionary *)newItem;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/tests/
H A Dtest_ewk2_context_menu.cpp118 Ewk_Context_Menu_Item* newItem = ewk_context_menu_item_new(customItemType, customItemTag, customItemTitle, customItemChecked, customItemEnabled); local
121 EXPECT_EQ(0, ewk_context_menu_item_parent_menu_get(newItem));
122 ewk_context_menu_item_append(contextMenu, newItem);
125 EXPECT_EQ(contextMenu, ewk_context_menu_item_parent_menu_get(newItem));
128 EXPECT_EQ(0, ewk_context_menu_item_submenu_get(newItem));
130 EXPECT_TRUE(ewk_context_menu_item_select(contextMenu, newItem));
155 Ewk_Context_Menu_Item* newItem = ewk_context_menu_item_new_with_submenu(EWK_CONTEXT_MENU_ITEM_BASE_APPLICATION_TAG, "New Custom Item", true, subMenu); local
157 EXPECT_EQ(0, ewk_context_menu_item_parent_menu_get(newItem));
158 ewk_context_menu_item_append(contextMenu, newItem);
161 EXPECT_EQ(subMenu, ewk_context_menu_item_submenu_get(newItem));
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/WebServicesTool/
H A DWSTConnectionWindowControllerClass.py259 newItem = NSToolbarItem.alloc().initWithItemIdentifier_(itemIdentifier)
262 newItem.setLabel_( item.label() )
263 newItem.setPaletteLabel_( item.paletteLabel() )
265 newItem.setView_( item.view() )
267 newItem.setImage_( item.image() )
269 newItem.setToolTip_( item.toolTip() )
270 newItem.setTarget_( item.target() )
271 newItem.setAction_( item.action() )
272 newItem.setMenuFormRepresentation_( item.menuFormRepresentation() )
274 if newItem
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/Twisted/WebServicesTool/
H A DWSTConnectionWindowControllerClass.py213 newItem = NSToolbarItem.alloc().initWithItemIdentifier_(itemIdentifier)
216 newItem.setLabel_( item.label() )
217 newItem.setPaletteLabel_( item.paletteLabel() )
219 newItem.setView_( item.view() )
221 newItem.setImage_( item.image() )
223 newItem.setToolTip_( item.toolTip() )
224 newItem.setTarget_( item.target() )
225 newItem.setAction_( item.action() )
226 newItem.setMenuFormRepresentation_( item.menuFormRepresentation() )
228 if newItem
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/Twisted/WebServicesTool-CocoaBindings/
H A DWSTConnectionWindowControllerClass.py195 newItem = NSToolbarItem.alloc().initWithItemIdentifier_(itemIdentifier)
198 newItem.setLabel_( item.label() )
199 newItem.setPaletteLabel_( item.paletteLabel() )
201 newItem.setView_( item.view() )
203 newItem.setImage_( item.image() )
205 newItem.setToolTip_( item.toolTip() )
206 newItem.setTarget_( item.target() )
207 newItem.setAction_( item.action() )
208 newItem.setMenuFormRepresentation_( item.menuFormRepresentation() )
210 if newItem
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/WebServicesTool/
H A DWSTConnectionWindowControllerClass.py259 newItem = NSToolbarItem.alloc().initWithItemIdentifier_(itemIdentifier)
262 newItem.setLabel_( item.label() )
263 newItem.setPaletteLabel_( item.paletteLabel() )
265 newItem.setView_( item.view() )
267 newItem.setImage_( item.image() )
269 newItem.setToolTip_( item.toolTip() )
270 newItem.setTarget_( item.target() )
271 newItem.setAction_( item.action() )
272 newItem.setMenuFormRepresentation_( item.menuFormRepresentation() )
274 if newItem
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/Twisted/WebServicesTool/
H A DWSTConnectionWindowControllerClass.py213 newItem = NSToolbarItem.alloc().initWithItemIdentifier_(itemIdentifier)
216 newItem.setLabel_( item.label() )
217 newItem.setPaletteLabel_( item.paletteLabel() )
219 newItem.setView_( item.view() )
221 newItem.setImage_( item.image() )
223 newItem.setToolTip_( item.toolTip() )
224 newItem.setTarget_( item.target() )
225 newItem.setAction_( item.action() )
226 newItem.setMenuFormRepresentation_( item.menuFormRepresentation() )
228 if newItem
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/Twisted/WebServicesTool-CocoaBindings/
H A DWSTConnectionWindowControllerClass.py195 newItem = NSToolbarItem.alloc().initWithItemIdentifier_(itemIdentifier)
198 newItem.setLabel_( item.label() )
199 newItem.setPaletteLabel_( item.paletteLabel() )
201 newItem.setView_( item.view() )
203 newItem.setImage_( item.image() )
205 newItem.setToolTip_( item.toolTip() )
206 newItem.setTarget_( item.target() )
207 newItem.setAction_( item.action() )
208 newItem.setMenuFormRepresentation_( item.menuFormRepresentation() )
210 if newItem
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/WebServicesTool/
H A DWSTConnectionWindowControllerClass.py259 newItem = NSToolbarItem.alloc().initWithItemIdentifier_(itemIdentifier)
262 newItem.setLabel_( item.label() )
263 newItem.setPaletteLabel_( item.paletteLabel() )
265 newItem.setView_( item.view() )
267 newItem.setImage_( item.image() )
269 newItem.setToolTip_( item.toolTip() )
270 newItem.setTarget_( item.target() )
271 newItem.setAction_( item.action() )
272 newItem.setMenuFormRepresentation_( item.menuFormRepresentation() )
274 if newItem
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/Twisted/WebServicesTool/
H A DWSTConnectionWindowControllerClass.py213 newItem = NSToolbarItem.alloc().initWithItemIdentifier_(itemIdentifier)
216 newItem.setLabel_( item.label() )
217 newItem.setPaletteLabel_( item.paletteLabel() )
219 newItem.setView_( item.view() )
221 newItem.setImage_( item.image() )
223 newItem.setToolTip_( item.toolTip() )
224 newItem.setTarget_( item.target() )
225 newItem.setAction_( item.action() )
226 newItem.setMenuFormRepresentation_( item.menuFormRepresentation() )
228 if newItem
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/Twisted/WebServicesTool-CocoaBindings/
H A DWSTConnectionWindowControllerClass.py195 newItem = NSToolbarItem.alloc().initWithItemIdentifier_(itemIdentifier)
198 newItem.setLabel_( item.label() )
199 newItem.setPaletteLabel_( item.paletteLabel() )
201 newItem.setView_( item.view() )
203 newItem.setImage_( item.image() )
205 newItem.setToolTip_( item.toolTip() )
206 newItem.setTarget_( item.target() )
207 newItem.setAction_( item.action() )
208 newItem.setMenuFormRepresentation_( item.menuFormRepresentation() )
210 if newItem
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DContextMenuWin.cpp97 UINT newItem = 0; local
112 newItem = reinterpret_cast<UINT>(menuItem.hSubMenu);
115 newItem = menuItem.wID;
118 ::InsertMenuW(menu, i, flags, newItem, title);

Completed in 246 milliseconds

12