Searched defs:firstItem (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebKit/chromium/src/
H A DWebNodeCollection.cpp80 WebNode WebNodeCollection::firstItem() const function in class:WebKit::WebNodeCollection
82 return WebNode(m_private->firstItem());
/external/webkit/WebCore/html/
H A DHTMLCollection.cpp246 Node* HTMLCollection::firstItem() const function in class:WebCore::HTMLCollection
/external/svox/pico/lib/
H A Dpicopr.c1080 static void pr_startItemList (pr_ioItemPtr * firstItem, pr_ioItemPtr * lastItem) argument
1082 *firstItem = NULL;
1087 static void pr_appendItem (picodata_ProcessingUnit this, pr_ioItemPtr * firstItem, pr_ioItemPtr * lastItem, pr_ioItemPtr item) argument
1092 *firstItem = item;
1186 pr_ioItemPtr * firstItem, pr_ioItemPtr * lastItem, pr_ioItemPtr item)
1239 pr_appendItem(this, firstItem, lastItem, litem);
1254 pr_appendItem(this, firstItem, lastItem, litem);
1262 pr_appendItem(this, firstItem, lastItem,litem);
1272 pr_appendItem(this, firstItem, lastItem, litem);
1283 pr_appendItem(this, firstItem,lastIte
1185 pr_appendItemToOutItemList(picodata_ProcessingUnit this, pr_subobj_t * pr, pr_ioItemPtr * firstItem, pr_ioItemPtr * lastItem, pr_ioItemPtr item) argument
[all...]

Completed in 453 milliseconds