HomeSort by relevance Sort by last modified time
    Searched refs:nextItem (Results 1 - 25 of 29) sorted by null

1 2

  /external/webkit/Source/WebKit/chromium/src/
WebNodeCollection.cpp 75 WebNode WebNodeCollection::nextItem() const
77 return WebNode(m_private->nextItem());
WebPageSerializerImpl.cpp 481 for (Node* node = all->firstItem(); node; node = all->nextItem()) {
WebFrameImpl.cpp 542 for (Node* child = children->firstItem(); child; child = children->nextItem()) {
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLFormCollection.h 43 virtual Node* nextItem() const;
HTMLCollection.h 48 virtual Node* nextItem() const;
HTMLMapElement.cpp 86 for (Node* curr = coll->firstItem(); curr; curr = coll->nextItem()) {
HTMLFormCollection.cpp 137 Node* HTMLFormCollection::nextItem() const
HTMLCollection.cpp 251 Node* HTMLCollection::nextItem() const
  /external/webkit/Source/WebKit/chromium/public/
WebNodeCollection.h 61 WEBKIT_API WebNode nextItem() const;
  /external/webkit/Source/WebCore/wml/
WMLTableElement.h 46 bool tryMergeAdjacentTextCells(Node* item, Node* nextItem) const;
WMLTableElement.cpp 154 bool WMLTableElement::tryMergeAdjacentTextCells(Node* item, Node* nextItem) const
156 if (!item || !nextItem)
159 if (!item->isTextNode() || !nextItem->isTextNode())
163 Text* nextItemText = static_cast<Text*>(nextItem);
  /external/webkit/Source/WebCore/editing/
ModifySelectionListLevel.cpp 262 Node* nextItem = endListChild->renderer()->nextSibling() ? endListChild->renderer()->nextSibling()->node() : 0;
269 if (!nextItem)
271 } else if (!nextItem) {
  /libcore/luni/src/main/java/java/util/concurrent/
ArrayBlockingQueue.java 710 private E nextItem; // Element to be returned by next call to next
720 nextItem = itemAt(nextIndex = takeIndex);
739 x = nextItem; // we are forced to report old value
745 (nextItem = itemAt(nextIndex = inc(nextIndex))) == null)
ConcurrentLinkedQueue.java 631 * nextItem holds on to item fields because once we claim
636 private E nextItem;
653 E x = nextItem;
667 nextItem = null;
673 nextItem = item;
LinkedBlockingDeque.java 1020 * nextItem holds on to item fields because once we claim that
1025 E nextItem;
1042 nextItem = (next == null) ? null : next.item;
    [all...]
ConcurrentLinkedDeque.java     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
TimeClustering.java 277 SmallItem nextItem = currClusterItems.get(i + 1);
279 long timeNext = nextItem.dateInMs;
293 } else if (timeDistance(nextItem, currItem) > mLargeClusterSplitTime) {
  /external/chromium/webkit/glue/
dom_operations.cc 137 node = all.nextItem()) {
dom_serializer_unittest.cc 65 !node.isNull(); node = all.nextItem()) {
703 node = all.nextItem()) {
752 node = all.nextItem()) {
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebCoreFrameBridge.cpp     [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 878 milliseconds

1 2