/external/webkit/WebKit/chromium/src/ |
D | WebNodeCollection.cpp | 80 WebNode WebNodeCollection::firstItem() const in firstItem() function in WebKit::WebNodeCollection 82 return WebNode(m_private->firstItem()); in firstItem()
|
D | WebPageSerializerImpl.cpp | 481 for (Node* node = all->firstItem(); node; node = all->nextItem()) { in collectTargetFrames()
|
D | WebFrameImpl.cpp | 401 for (Node* child = children->firstItem(); child; child = children->nextItem()) { in openSearchDescriptionURL()
|
/external/webkit/WebKit/chromium/public/ |
D | WebNodeCollection.h | 62 WEBKIT_API WebNode firstItem() const;
|
/external/webkit/WebCore/html/ |
D | HTMLCollection.h | 56 Node* firstItem() const;
|
D | HTMLMapElement.cpp | 83 for (Node* curr = coll->firstItem(); curr; curr = coll->nextItem()) { in imageElement()
|
D | HTMLCollection.cpp | 246 Node* HTMLCollection::firstItem() const in firstItem() function in WebCore::HTMLCollection
|
/external/webkit/WebCore/bindings/js/ |
D | JSHTMLDocumentCustom.cpp | 71 Node* node = collection->firstItem(); in nameGetter()
|
D | JSDOMWindowCustom.cpp | 153 return toJS(exec, collection->firstItem()); in namedItemGetter()
|
/external/webkit/WebCore/bindings/v8/custom/ |
D | V8HTMLDocumentCustom.cpp | 96 Node* node = items->firstItem(); in namedPropertyGetter()
|
D | V8DOMWindowCustom.cpp | 748 return toV8(items->firstItem()); in namedPropertyGetter()
|
/external/svox/pico/lib/ |
D | picopr.c | 1080 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/ |
D | WebCoreFrameBridge.cpp | 1411 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/ |
D | AccessibilityRenderObject.cpp | 2068 Node* curr = coll->firstItem(); in getDocumentLinks()
|
/external/webkit/WebCore/ |
D | ChangeLog-2002-12-03 | 2544 * 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),
|
D | ChangeLog-2005-08-23 | 30249 (HTMLFormCollectionImpl::firstItem): 30627 (HTMLCollectionImpl::firstItem):
|
D | ChangeLog-2008-08-10 | 61672 … * 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/ |
D | ChangeLog | 2847 (WebKit::WebNodeCollection::firstItem):
|