OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isPaginated
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
LayoutState.h
73
bool
isPaginated
() const { return m_isPaginated; }
RenderLayer.h
165
bool
isPaginated
() const { return m_isPaginated; }
[
all
...]
RenderBlockFlow.cpp
459
bool paginated = view()->layoutState()->
isPaginated
();
[
all
...]
RenderBlock.cpp
[
all
...]
Completed in 37 milliseconds