OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BHIDDEN
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BorderData.h
65
if (!m_image.hasImage() && (m_left.style() == BNONE || m_left.style() ==
BHIDDEN
))
72
if (!m_image.hasImage() && (m_right.style() == BNONE || m_right.style() ==
BHIDDEN
))
79
if (!m_image.hasImage() && (m_top.style() == BNONE || m_top.style() ==
BHIDDEN
))
86
if (!m_image.hasImage() && (m_bottom.style() == BNONE || m_bottom.style() ==
BHIDDEN
))
StyleMultiColData.h
51
if (m_rule.style() == BNONE || m_rule.style() ==
BHIDDEN
)
BorderValue.h
57
return nonZero(checkStyle) && !isTransparent() && (!checkStyle || m_style !=
BHIDDEN
);
CollapsedBorderValue.h
54
unsigned width() const { return m_style >
BHIDDEN
? m_width : 0; }
RenderStyle.cpp
516
&& ((borderTopStyle() ==
BHIDDEN
&& other->borderTopStyle() == BNONE)
517
|| (borderTopStyle() == BNONE && other->borderTopStyle() ==
BHIDDEN
)
518
|| (borderBottomStyle() ==
BHIDDEN
&& other->borderBottomStyle() == BNONE)
519
|| (borderBottomStyle() == BNONE && other->borderBottomStyle() ==
BHIDDEN
)
520
|| (borderLeftStyle() ==
BHIDDEN
&& other->borderLeftStyle() == BNONE)
521
|| (borderLeftStyle() == BNONE && other->borderLeftStyle() ==
BHIDDEN
)
522
|| (borderRightStyle() ==
BHIDDEN
&& other->borderRightStyle() == BNONE)
523
|| (borderRightStyle() == BNONE && other->borderRightStyle() ==
BHIDDEN
)))
[
all
...]
RenderStyleConstants.h
101
enum EBorderStyle { BNONE,
BHIDDEN
, INSET, GROOVE, OUTSET, RIDGE, DOTTED, DASHED, SOLID, DOUBLE };
RenderStyle.h
522
bool hasOutline() const { return outlineWidth() > 0 && outlineStyle() >
BHIDDEN
; }
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.cpp
[
all
...]
RenderTableSection.cpp
[
all
...]
RenderTableCell.cpp
443
if (border2.style() ==
BHIDDEN
) {
444
if (border1.style() ==
BHIDDEN
)
448
if (border1.style() ==
BHIDDEN
)
477
return border.style() ==
BHIDDEN
? CollapsedBorderValue() : border;
[
all
...]
RenderMultiColumnSet.cpp
335
bool renderRule = ruleStyle >
BHIDDEN
&& !ruleTransparent;
RenderBoxModelObject.cpp
[
all
...]
RenderTreeAsText.cpp
75
case
BHIDDEN
:
[
all
...]
RenderObject.cpp
925
case
BHIDDEN
:
[
all
...]
RenderBlock.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h
280
case
BHIDDEN
:
[
all
...]
Completed in 130 milliseconds