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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
RangeBoundaryPoint.h 45 Node* childBefore() const;
49 void set(PassRefPtrWillBeRawPtr<Node> container, int offset, Node* childBefore);
81 , m_childBeforeBoundary(other.childBefore())
90 inline Node* RangeBoundaryPoint::childBefore() const
123 inline void RangeBoundaryPoint::set(PassRefPtrWillBeRawPtr<Node> container, int offset, Node* childBefore)
127 ASSERT(childBefore == (offset ? container->traverseToChildAt(offset - 1) : 0));
130 m_childBeforeBoundary = childBefore;
194 if (a.childBefore() || b.childBefore()) {
195 if (a.childBefore() != b.childBefore()
    [all...]
  /frameworks/base/core/java/android/widget/
ActionMenuView.java 691 final View childBefore = getChildAt(childIndex - 1);
694 if (childIndex < getChildCount() && childBefore instanceof ActionMenuChildView) {
695 result |= ((ActionMenuChildView) childBefore).needsDividerAfter();
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java 699 final View childBefore = getChildAt(childIndex - 1);
702 if (childIndex < getChildCount() && childBefore instanceof ActionMenuChildView) {
703 result |= ((ActionMenuChildView) childBefore).needsDividerAfter();
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 87 milliseconds