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

  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
LayoutDetector.java 63 protected boolean hasPadding(@NonNull Element root) {
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
MergeRootFrameLayoutDetector.java 165 && !hasPadding(element)) {
  /external/webkit/Source/WebCore/rendering/
AutoTableLayout.cpp 62 bool cellHasContent = cell && !current.inColSpan && (cell->firstChild() || cell->style()->hasBorder() || cell->style()->hasPadding());
    [all...]
InlineFlowBox.cpp 136 || childStyle->hasBorder() || childStyle->hasPadding() || childStyle->hasTextCombine())
    [all...]
RenderInline.cpp 150 bool alwaysCreateLineBoxes = hasSelfPaintingLayer() || hasBoxDecorations() || style()->hasPadding() || style()->hasMargin() || style()->hasOutline();
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 346 bool hasPadding() const { return surround->padding.nonZero(); }
    [all...]
  /prebuilts/sdk/tools/lib/
lint_api.jar 

Completed in 176 milliseconds