OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_borderColorAttr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableElement.h
99
bool
m_borderColorAttr
; // Overrides the outset border and makes it solid for the table and cells instead.
HTMLTableElement.cpp
58
,
m_borderColorAttr
(false)
357
m_borderColorAttr
= !value.isEmpty();
408
if (!m_borderAttr && !
m_borderColorAttr
) {
418
if (
m_borderColorAttr
) {
441
if (
m_borderColorAttr
)
Completed in 427 milliseconds