OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BNONE
(Results
1 - 12
of
12
) sorted by null
/external/webkit/Source/WebCore/rendering/style/
BorderValue.h
38
, m_style(
BNONE
)
44
return width() && (!checkStyle || m_style !=
BNONE
);
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)
RenderStyle.cpp
441
&& ((borderTopStyle() == BHIDDEN && other->borderTopStyle() ==
BNONE
)
442
|| (borderTopStyle() ==
BNONE
&& other->borderTopStyle() == BHIDDEN)
443
|| (borderBottomStyle() == BHIDDEN && other->borderBottomStyle() ==
BNONE
)
444
|| (borderBottomStyle() ==
BNONE
&& other->borderBottomStyle() == BHIDDEN)
445
|| (borderLeftStyle() == BHIDDEN && other->borderLeftStyle() ==
BNONE
)
446
|| (borderLeftStyle() ==
BNONE
&& other->borderLeftStyle() == BHIDDEN)
447
|| (borderRightStyle() == BHIDDEN && other->borderRightStyle() ==
BNONE
)
448
|| (borderRightStyle() ==
BNONE
&& other->borderRightStyle() == BHIDDEN)))
[
all
...]
RenderStyleConstants.h
85
enum EBorderStyle {
BNONE
, BHIDDEN, INSET, GROOVE, RIDGE, OUTSET, DOTTED, DASHED, SOLID, DOUBLE };
RenderStyle.h
450
if (m_background->outline().style() ==
BNONE
)
649
if (m_background->outline().style() ==
BNONE
)
[
all
...]
/external/webkit/Source/WebCore/rendering/
RenderTableCell.cpp
371
if (border2.style() ==
BNONE
) {
372
if (border1.style() ==
BNONE
)
376
if (border1.style() ==
BNONE
)
[
all
...]
RenderObject.cpp
719
case
BNONE
:
[
all
...]
RenderTreeAsText.cpp
136
case
BNONE
:
RenderInline.cpp
[
all
...]
RenderBoxModelObject.cpp
[
all
...]
/external/webkit/Source/WebCore/css/
CSSPrimitiveValueMappings.h
54
case
BNONE
:
[
all
...]
Completed in 253 milliseconds