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
;
133
void repositionLogicalHeightDependentFlexItems(Vector<
LineContext
>&);
154
void layoutAndPlaceChildren(LayoutUnit& crossAxisOffset, const OrderedFlexItemList&, const Vector<LayoutUnit, 16>& childSizes, LayoutUnit availableFreeSpace, bool relayoutChildren, Vector<
LineContext
>&, bool hasInfiniteLineLength);
156
void alignFlexLines(Vector<
LineContext
>&);
157
void alignChildren(const Vector<
LineContext
>&);
160
void flipForWrapReverse(const Vector<
LineContext
>&, LayoutUnit crossAxisStartEdge);
RenderFlexibleBox.cpp
45
struct RenderFlexibleBox::
LineContext
{
46
LineContext
(LayoutUnit crossAxisOffset, LayoutUnit crossAxisExtent, size_t numberOfChildren, LayoutUnit maxAscent)
286
void RenderFlexibleBox::repositionLogicalHeightDependentFlexItems(Vector<
LineContext
>& lineContexts)
639
Vector<
LineContext
> lineContexts;
[
all
...]
Completed in 38 milliseconds