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

  /external/webkit/Source/WebCore/html/parser/
HTMLElementStack.cpp 401 HTMLElementStack::ElementRecord* HTMLElementStack::topmost(const AtomicString& tagName) const function in class:WebCore::HTMLElementStack
417 return !!topmost(tagName);
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 436 int topmost = Integer.MAX_VALUE; local
439 if (mItemTops[i] < topmost) {
440 topmost = mItemTops[i];
447 return topmost >= getPaddingTop() && bottommost <= getHeight() - getPaddingBottom();
    [all...]

Completed in 866 milliseconds