OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:childY
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/rendering/
RenderFlexibleBox.cpp
449
int
childY
= yPos;
452
childY
+= child->marginTop() + max(0, (contentHeight() - (child->height() + child->marginTop() + child->marginBottom()))/2);
459
childY
+= child->marginTop() + (maxAscent - ascent);
463
childY
+= contentHeight() - child->marginBottom() - child->height();
466
childY
+= child->marginTop();
470
placeChild(child, xPos,
childY
);
[
all
...]
RenderLayer.cpp
[
all
...]
Completed in 970 milliseconds