Home
last modified time | relevance | path

Searched refs:firstItem (Results 1 – 18 of 18) sorted by relevance

/external/webkit/WebKit/chromium/src/
DWebNodeCollection.cpp80 WebNode WebNodeCollection::firstItem() const in firstItem() function in WebKit::WebNodeCollection
82 return WebNode(m_private->firstItem()); in firstItem()
DWebPageSerializerImpl.cpp481 for (Node* node = all->firstItem(); node; node = all->nextItem()) { in collectTargetFrames()
DWebFrameImpl.cpp401 for (Node* child = children->firstItem(); child; child = children->nextItem()) { in openSearchDescriptionURL()
/external/webkit/WebKit/chromium/public/
DWebNodeCollection.h62 WEBKIT_API WebNode firstItem() const;
/external/webkit/WebCore/html/
DHTMLCollection.h56 Node* firstItem() const;
DHTMLMapElement.cpp83 for (Node* curr = coll->firstItem(); curr; curr = coll->nextItem()) { in imageElement()
DHTMLCollection.cpp246 Node* HTMLCollection::firstItem() const in firstItem() function in WebCore::HTMLCollection
/external/webkit/WebCore/bindings/js/
DJSHTMLDocumentCustom.cpp71 Node* node = collection->firstItem(); in nameGetter()
DJSDOMWindowCustom.cpp153 return toJS(exec, collection->firstItem()); in namedItemGetter()
/external/webkit/WebCore/bindings/v8/custom/
DV8HTMLDocumentCustom.cpp96 Node* node = items->firstItem(); in namedPropertyGetter()
DV8DOMWindowCustom.cpp748 return toV8(items->firstItem()); in namedPropertyGetter()
/external/svox/pico/lib/
Dpicopr.c1080 static void pr_startItemList (pr_ioItemPtr * firstItem, pr_ioItemPtr * lastItem) in pr_startItemList() argument
1082 *firstItem = NULL; in pr_startItemList()
1087 static void pr_appendItem (picodata_ProcessingUnit this, pr_ioItemPtr * firstItem, pr_ioItemPtr * l… in pr_appendItem() argument
1092 *firstItem = item; in pr_appendItem()
1186 … pr_ioItemPtr * firstItem, pr_ioItemPtr * lastItem, pr_ioItemPtr item) in pr_appendItemToOutItemList() argument
1239 pr_appendItem(this, firstItem, lastItem, litem); in pr_appendItemToOutItemList()
1254 pr_appendItem(this, firstItem, lastItem, litem); in pr_appendItemToOutItemList()
1262 pr_appendItem(this, firstItem, lastItem,litem); in pr_appendItemToOutItemList()
1272 pr_appendItem(this, firstItem, lastItem, litem); in pr_appendItemToOutItemList()
1283 pr_appendItem(this, firstItem,lastItem,item); in pr_appendItemToOutItemList()
/external/webkit/WebKit/android/jni/
DWebCoreFrameBridge.cpp1411 WebCore::Node* node = form->firstItem(); in HasPasswordField()
1444 WebCore::Node* node = form->firstItem(); in GetUsernamePassword()
1490 WebCore::Node* node = form->firstItem(); in SetUsernamePassword()
1541 for (WebCore::Node* node = collection->firstItem(); in GetFormTextData()
/external/webkit/WebCore/accessibility/
DAccessibilityRenderObject.cpp2068 Node* curr = coll->firstItem(); in getDocumentLinks()
/external/webkit/WebCore/
DChangeLog-2002-12-032544 * kwq/KWQListBox.h: Remove firstItem(), the insertItem() that takes a QListBoxItem
15088 (HTMLCollection::firstItem), (HTMLCollection::nextItem),
15420 (HTMLCollectionImpl::firstItem), (HTMLCollectionImpl::nextItem),
15426 (HTMLFormCollectionImpl::getNamedImgItem), (HTMLFormCollectionImpl::firstItem),
DChangeLog-2005-08-2330249 (HTMLFormCollectionImpl::firstItem):
30627 (HTMLCollectionImpl::firstItem):
DChangeLog-2008-08-1061672 … * html/HTMLCollection.h: Also made firstItem non-virtual because it doesn't need to be virtual.
69115 unneeded override of firstItem. Made getNamedItem and
/external/webkit/WebKit/chromium/
DChangeLog2847 (WebKit::WebNodeCollection::firstItem):