HomeSort by relevance Sort by last modified time
    Searched refs:pageLength (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
Pagination.h 39 , pageLength(0)
46 return mode == other.mode && behavesLikeColumns == other.behavesLikeColumns && pageLength == other.pageLength && gap == other.gap;
51 return mode != other.mode || behavesLikeColumns != other.behavesLikeColumns || pageLength != other.pageLength || gap != other.gap;
56 unsigned pageLength;
RenderView.cpp 386 if (int pageLength = m_frameView->pagination().pageLength)
387 columnWidth = pageLength;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h 151 void setPagination(Document*, const String& mode, int gap, int pageLength, ExceptionState&);
Internals.idl 103 [RaisesException] void setPagination(Document document, DOMString mode, long gap, optional long pageLength);
Internals.cpp 903 void Internals::setPagination(Document* document, const String& mode, int gap, int pageLength, ExceptionState& es)
928 pagination.pageLength = pageLength;
    [all...]

Completed in 52 milliseconds