OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:layoutState
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.h
27
#include "core/rendering/
LayoutState
.h"
152
// Returns true if
layoutState
should be used for its cached offset and clip.
154
LayoutState
*
layoutState
() const { return m_layoutState; }
218
bool initializeLayoutState(
LayoutState
&);
228
// We push
LayoutState
even if
layoutState
is disabled because it stores layoutDelta too.
235
m_layoutState = new
LayoutState
(m_layoutState, renderer, offset, pageHeight, pageHeightChanged, colInfo);
243
LayoutState
* state = m_layoutState;
249
// Suspends the
LayoutState
optimization. Used under transforms that cannot be represented b
[
all
...]
RenderFlowThread.cpp
[
all
...]
RenderView.cpp
165
void RenderView::layoutContent(const
LayoutState
& state)
187
void RenderView::checkLayoutState(const
LayoutState
& state)
215
bool RenderView::initializeLayoutState(
LayoutState
& state)
225
LayoutState
* seamlessLayoutState = seamlessAncestor ? seamlessAncestor->view()->
layoutState
() : 0;
269
void RenderView::layoutContentInAutoLogicalHeightRegions(const
LayoutState
& state)
338
LayoutState
state;
[
all
...]
RenderInline.cpp
[
all
...]
RenderBlockFlow.cpp
211
view()->
layoutState
()->pageLogicalOffset(this, borderBefore() + paddingBefore() + layoutOverflowLogicalBottom) - colInfo->forcedBreakOffset());
366
if (renderView->
layoutState
()->m_pageLogicalHeight)
367
setPageLogicalOffset(renderView->
layoutState
()->pageLogicalOffset(this, logicalTop()));
459
bool paginated = view()->
layoutState
()->isPaginated();
[
all
...]
RenderBlock.cpp
[
all
...]
RenderBox.cpp
[
all
...]
Completed in 334 milliseconds