HomeSort by relevance Sort by last modified time
    Searched defs:nextChild (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
CounterNode.cpp 77 CounterNode* nextChild = child->m_nextSibling;
88 child = nextChild;
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.h 62 visitor->trace(nextChild);
76 RefPtrWillBeMember<Node> nextChild;
263 ASSERT(!nextChild || nextChild == newNextChild);
264 nextChild = newNextChild;
273 nextChild.swap(other.nextChild);
287 ASSERT(!stringBuilder.isEmpty() || !nextChild);
295 RefPtrWillBeMember<Node> nextChild;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGUseElement.cpp 577 Node* nextChild = child->nextSibling();
579 child = nextChild;
641 Node* nextChild = child->nextSibling();
643 child = nextChild;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
DeleteSelectionCommand.cpp 348 RefPtrWillBeRawPtr<Node> nextChild = child->nextSibling();
350 // Bail if nextChild is no longer node's child.
351 if (nextChild && nextChild->parentNode() != node)
353 child = nextChild;
    [all...]
markup.cpp     [all...]
ApplyStyleCommand.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 354 DomTreeNode *nextChild() {
604 DomTreeNode *child = NodeToProcess->nextChild();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java 286 View nextChild = algorithmState.visibleChildren.get(childIndex + 1);
287 if (!draggedViews.contains(nextChild)) {
291 nextChild);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceHelper.java 378 Node nextChild = lastElement != null ? lastElement.getNextSibling() : null;
380 root.insertBefore(indentNode, nextChild);
392 root.insertBefore(element, nextChild);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 486 Element nextChild = children.get(index + 1);
487 String nextId = mRefactoring.ensureHasId(mRootEdit, nextChild, null);
    [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 1637 milliseconds