OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LayoutState
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
LayoutState.cpp
27
#include "core/rendering/
LayoutState
.h"
36
LayoutState
::
LayoutState
(
LayoutState
* prev, RenderBox* renderer, const LayoutSize& offset, LayoutUnit pageLogicalHeight, bool pageLogicalHeightChanged, ColumnInfo* columnInfo)
134
LayoutState
::
LayoutState
(RenderObject* root)
163
void*
LayoutState
::operator new(size_t sz)
168
void
LayoutState
::operator delete(void* ptr)
173
void
LayoutState
::clearPaginationInformation()
180
LayoutUnit
LayoutState
::pageLogicalOffset(RenderBox* child, LayoutUnit childLogicalOffset) cons
[
all
...]
LayoutState.h
42
class
LayoutState
{
43
WTF_MAKE_NONCOPYABLE(
LayoutState
);
45
LayoutState
()
64
LayoutState
(
LayoutState
*, RenderBox*, const LayoutSize& offset, LayoutUnit pageHeight, bool pageHeightChanged, ColumnInfo*);
65
LayoutState
(RenderObject*);
67
//
LayoutState
is allocated out of the rendering partition.
117
LayoutState
* m_next;
Completed in 737 milliseconds