OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
459
if (int
pageLength
= m_frameView->pagination().
pageLength
)
460
columnWidth =
pageLength
;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h
155
void setPagination(Document*, const String& mode, int gap, int
pageLength
, ExceptionState&);
Internals.idl
107
[RaisesException] void setPagination(Document document, DOMString mode, long gap, optional long
pageLength
);
Internals.cpp
911
void Internals::setPagination(Document* document, const String& mode, int gap, int
pageLength
, ExceptionState& exceptionState)
936
pagination.
pageLength
=
pageLength
;
[
all
...]
Completed in 4040 milliseconds