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

  /external/webkit/Source/WebCore/rendering/
RenderTableCell.cpp 677 RenderStyle* tableStyle = table()->style();
678 if (tableStyle->isHorizontalWritingMode())
679 return tableStyle->isLeftToRightDirection() ? collapsedStartBorder() : collapsedEndBorder();
680 return tableStyle->isFlippedBlocksWritingMode() ? collapsedAfterBorder() : collapsedBeforeBorder();
685 RenderStyle* tableStyle = table()->style();
686 if (tableStyle->isHorizontalWritingMode())
687 return tableStyle->isLeftToRightDirection() ? collapsedEndBorder() : collapsedStartBorder();
688 return tableStyle->isFlippedBlocksWritingMode() ? collapsedBeforeBorder() : collapsedAfterBorder();
693 RenderStyle* tableStyle = table()->style();
694 if (tableStyle->isHorizontalWritingMode()
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityTable.cpp 132 RenderStyle* tableStyle = table->style();
133 if (!tableStyle)
135 Color tableBGColor = tableStyle->visitedDependentColor(CSSPropertyBackgroundColor);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 67 milliseconds