OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CellBorders
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableElement.h
85
enum
CellBorders
{ NoBorders, SolidBorders, InsetBorders, SolidBordersColsOnly, SolidBordersRowsOnly };
87
CellBorders
cellBorders
() const;
HTMLTableElement.cpp
371
CellBorders
bordersBefore =
cellBorders
();
408
if (bordersBefore !=
cellBorders
() || oldPadding != m_padding) {
451
HTMLTableElement::
CellBorders
HTMLTableElement::
cellBorders
() const
478
switch (
cellBorders
()) {
Completed in 53 milliseconds