OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LineContext
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlexibleBox.h
82
struct
LineContext
;
125
void layoutFlexItems(bool relayoutChildren, Vector<
LineContext
>&);
130
void repositionLogicalHeightDependentFlexItems(Vector<
LineContext
>&);
152
void layoutAndPlaceChildren(LayoutUnit& crossAxisOffset, const OrderedFlexItemList&, const Vector<LayoutUnit>& childSizes, LayoutUnit availableFreeSpace, bool relayoutChildren, Vector<
LineContext
>&);
154
void alignFlexLines(Vector<
LineContext
>&);
155
void alignChildren(const Vector<
LineContext
>&);
158
void flipForWrapReverse(const Vector<
LineContext
>&, LayoutUnit crossAxisStartEdge);
RenderFlexibleBox.cpp
42
struct RenderFlexibleBox::
LineContext
{
43
LineContext
(LayoutUnit crossAxisOffset, LayoutUnit crossAxisExtent, size_t numberOfChildren, LayoutUnit maxAscent)
254
Vector<
LineContext
> lineContexts;
316
void RenderFlexibleBox::repositionLogicalHeightDependentFlexItems(Vector<
LineContext
>& lineContexts)
656
void RenderFlexibleBox::layoutFlexItems(bool relayoutChildren, Vector<
LineContext
>& lineContexts)
[
all
...]
Completed in 173 milliseconds