HomeSort by relevance Sort by last modified time
    Searched defs:usedWidth (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BorderEdge.cpp 35 bool BorderEdge::presentButInvisible() const { return usedWidth() && !hasVisibleColorAndStyle(); }
60 int BorderEdge::usedWidth() const
67 int fullWidth = usedWidth();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FixedTableLayout.cpp 82 int usedWidth = 0;
124 usedWidth += effectiveColWidth * spanInCurrentEffectiveColumn;
134 return usedWidth;
162 usedWidth += fixedBorderBoxLogicalWidth * eSpan / span;
175 return usedWidth;
  /packages/apps/Gallery/src/com/android/camera/
EvenlySpacedLayout.java 72 int usedWidth = 0;
77 usedWidth += child.getMeasuredWidth();
81 int spacing = (r - l - usedWidth) /
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 334 final int usedWidth = measurements[index++] +
336 xStart += (isRtl) ? -usedWidth : usedWidth;
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 1665 milliseconds