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
88
enum
CellBorders
{ NoBorders, SolidBorders, InsetBorders, SolidBordersColsOnly, SolidBordersRowsOnly };
90
CellBorders
cellBorders
() const;
HTMLTableElement.cpp
350
CellBorders
bordersBefore =
cellBorders
();
387
if (bordersBefore !=
cellBorders
() || oldPadding != m_padding) {
426
HTMLTableElement::
CellBorders
HTMLTableElement::
cellBorders
() const
453
switch (
cellBorders
()) {
Completed in 976 milliseconds