OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RightToLeftPaginated
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
Pagination.h
34
enum Mode { Unpaginated, LeftToRightPaginated,
RightToLeftPaginated
, TopToBottomPaginated, BottomToTopPaginated };
Pagination.cpp
40
case
RightToLeftPaginated
:
/external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp
139
// paged-x always corresponds to LeftToRightPaginated or
RightToLeftPaginated
. If the WritingMode
145
return Pagination::
RightToLeftPaginated
;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp
924
else if (mode == "
RightToLeftPaginated
")
925
pagination.mode = Pagination::
RightToLeftPaginated
;
[
all
...]
Completed in 31 milliseconds