OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:behavesLikeColumns
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
Pagination.h
38
,
behavesLikeColumns
(false)
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;
55
bool
behavesLikeColumns
;
RenderView.cpp
468
return m_frameView->pagination().
behavesLikeColumns
? ColumnInfo::Column : ColumnInfo::Page;
[
all
...]
Completed in 131 milliseconds