OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:columnInfo
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/rendering/
LayoutState.cpp
29
#include "
ColumnInfo
.h"
37
LayoutState::LayoutState(LayoutState* prev, RenderBox* renderer, const IntSize& offset, int pageLogicalHeight, bool pageLogicalHeightChanged,
ColumnInfo
*
columnInfo
)
38
: m_columnInfo(
columnInfo
)
RenderBlock.cpp
27
#include "
ColumnInfo
.h"
69
typedef WTF::HashMap<const RenderBox*,
ColumnInfo
*> ColumnInfoMap;
[
all
...]
RenderBlock.h
36
class
ColumnInfo
;
161
ColumnInfo
*
columnInfo
() const;
164
// These two functions take the
ColumnInfo
* to avoid repeated lookups of the info in the global HashMap.
165
unsigned columnCount(
ColumnInfo
*) const;
166
IntRect columnRectAt(
ColumnInfo
*, unsigned) const;
[
all
...]
RenderLayer.cpp
47
#include "
ColumnInfo
.h"
[
all
...]
Completed in 25 milliseconds