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/webkit/Source/WebCore/html/
HTMLTableElement.h
96
bool
m_borderColorAttr
; // Overrides the outset border and makes it solid for the table and cells instead.
HTMLTableElement.cpp
49
,
m_borderColorAttr
(false)
334
m_borderColorAttr
= attr->decl();
337
m_borderColorAttr
= true;
451
if ((!m_borderAttr && !
m_borderColorAttr
) || m_frameAttr)
454
AtomicString borderValue =
m_borderColorAttr
? "solid" : "outset";
462
int v =
m_borderColorAttr
? CSSValueSolid : CSSValueOutset;
493
if (
m_borderColorAttr
)
Completed in 905 milliseconds