Searched defs:containerWidth (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.cpp2129 void RenderBox::computeMarginsForDirection(MarginDirection flowDirection, const RenderBlock* containingBlock, LayoutUnit containerWidth, LayoutUnit childWidth, LayoutUnit& marginStart, LayoutUnit& marginEnd, Length marginStartLength, Length marginEndLength) const argument
2143 marginStart = minimumValueForLength(marginStartLength, containerWidth);
2144 marginEnd = minimumValueForLength(marginEndLength, containerWidth);
2158 LayoutUnit marginStartWidth = minimumValueForLength(marginStartLength, containerWidth);
2159 LayoutUnit marginEndWidth = minimumValueForLength(marginEndLength, containerWidth);
2161 LayoutUnit availableWidth = containerWidth;
2164 if (shrinkToAvoidFloats() && availableWidth < containerWidth) {
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 2559 milliseconds