OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hBorderSpacing
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.h
50
int
hBorderSpacing
() const { return m_hSpacing; }
192
return static_cast<LayoutUnit>(effectiveColumnCount + 1) *
hBorderSpacing
();
FixedTableLayout.cpp
246
int hspacing = m_table->
hBorderSpacing
();
AutoTableLayout.cpp
263
int spacingInRowDirection = m_table->
hBorderSpacing
();
[
all
...]
RenderTableSection.cpp
763
int tableLayoutLogicalWidth = columnPos[endCol] - columnPos[startColumn] - table()->
hBorderSpacing
();
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXTable.cpp
228
if (table->
hBorderSpacing
() > 0 && table->vBorderSpacing() > 0
Completed in 338 milliseconds