HomeSort by relevance Sort by last modified time
    Searched refs:hasPadding (Results 1 - 3 of 3) sorted by null

  /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/groovy/
LayoutAnalysisCategory.java 109 * xmlNode.hasPadding()
113 public static boolean hasPadding(Element element) {
  /external/webkit/WebCore/rendering/
AutoTableLayout.cpp 72 bool cellHasContent = cell && (cell->firstChild() || cell->style()->hasBorder() || cell->style()->hasPadding());
  /external/webkit/WebCore/rendering/style/
RenderStyle.h 335 bool hasPadding() const { return surround->padding.nonZero(); }
    [all...]

Completed in 43 milliseconds