OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Violation
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlexibleBox.h
83
struct
Violation
;
148
void freezeViolations(const Vector<
Violation
>&, LayoutUnit& availableFreeSpace, double& totalFlexGrow, double& totalWeightedFlexShrink, InflexibleFlexItemSize&, bool hasInfiniteLineLength);
RenderFlexibleBox.cpp
60
struct RenderFlexibleBox::
Violation
{
61
Violation
(RenderBox* child, LayoutUnit childSize)
943
LayoutUnit
violation
= adjustedChildSize - childSize;
local
[
all
...]
Completed in 96 milliseconds