OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bordervalue
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BorderData.h
28
#include "core/rendering/style/
BorderValue
.h"
102
const
BorderValue
& left() const { return m_left; }
103
const
BorderValue
& right() const { return m_right; }
104
const
BorderValue
& top() const { return m_top; }
105
const
BorderValue
& bottom() const { return m_bottom; }
115
BorderValue
m_left;
116
BorderValue
m_right;
117
BorderValue
m_top;
118
BorderValue
m_bottom;
BorderValue.h
33
class
BorderValue
{
36
BorderValue
()
60
bool operator==(const
BorderValue
& o) const
65
bool operator!=(const
BorderValue
& o) const
OutlineValue.h
28
#include "core/rendering/style/
BorderValue
.h"
32
class OutlineValue : public
BorderValue
{
CollapsedBorderValue.h
28
#include "core/rendering/style/
BorderValue
.h"
44
CollapsedBorderValue(const
BorderValue
& border, const Color& color, EBorderPrecedence precedence)
StyleMultiColData.h
28
#include "core/rendering/style/
BorderValue
.h"
59
BorderValue
m_rule;
RenderStyle.h
33
#include "core/rendering/style/
BorderValue
.h"
475
const
BorderValue
& borderLeft() const { return surround->border.left(); }
476
const
BorderValue
& borderRight() const { return surround->border.right(); }
477
const
BorderValue
& borderTop() const { return surround->border.top(); }
478
const
BorderValue
& borderBottom() const { return surround->border.bottom(); }
480
const
BorderValue
& borderBefore() const;
481
const
BorderValue
& borderAfter() const;
482
const
BorderValue
& borderStart() const;
483
const
BorderValue
& borderEnd() const;
[
all
...]
RenderStyle.cpp
50
COMPILE_ASSERT(sizeof(
BorderValue
) == sizeof(SameSizeAsBorderValue), BorderValue_should_not_grow);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableCol.h
74
const
BorderValue
& borderAdjoiningCellStartBorder(const RenderTableCell*) const;
75
const
BorderValue
& borderAdjoiningCellEndBorder(const RenderTableCell*) const;
76
const
BorderValue
& borderAdjoiningCellBefore(const RenderTableCell*) const;
77
const
BorderValue
& borderAdjoiningCellAfter(const RenderTableCell*) const;
RenderTableRow.h
72
const
BorderValue
& borderAdjoiningTableStart() const
80
const
BorderValue
& borderAdjoiningTableEnd() const
88
const
BorderValue
& borderAdjoiningStartCell(const RenderTableCell*) const;
89
const
BorderValue
& borderAdjoiningEndCell(const RenderTableCell*) const;
RenderTableCol.cpp
161
const
BorderValue
& RenderTableCol::borderAdjoiningCellStartBorder(const RenderTableCell*) const
166
const
BorderValue
& RenderTableCol::borderAdjoiningCellEndBorder(const RenderTableCell*) const
171
const
BorderValue
& RenderTableCol::borderAdjoiningCellBefore(const RenderTableCell* cell) const
177
const
BorderValue
& RenderTableCol::borderAdjoiningCellAfter(const RenderTableCell* cell) const
RenderTableCell.h
180
const
BorderValue
& borderAdjoiningTableStart() const
189
const
BorderValue
& borderAdjoiningTableEnd() const
198
const
BorderValue
& borderAdjoiningCellBefore(const RenderTableCell* cell)
205
const
BorderValue
& borderAdjoiningCellAfter(const RenderTableCell* cell)
RenderTableSection.h
142
const
BorderValue
& borderAdjoiningTableStart() const
150
const
BorderValue
& borderAdjoiningTableEnd() const
158
const
BorderValue
& borderAdjoiningStartCell(const RenderTableCell*) const;
159
const
BorderValue
& borderAdjoiningEndCell(const RenderTableCell*) const;
RenderTable.cpp
[
all
...]
RenderTableSection.cpp
[
all
...]
RenderTableCell.cpp
[
all
...]
RenderTable.h
257
const
BorderValue
& tableStartBorderAdjoiningCell(const RenderTableCell*) const;
258
const
BorderValue
& tableEndBorderAdjoiningCell(const RenderTableCell*) const;
RenderTableRow.cpp
96
const
BorderValue
& RenderTableRow::borderAdjoiningStartCell(const RenderTableCell* cell) const
103
const
BorderValue
& RenderTableRow::borderAdjoiningEndCell(const RenderTableCell* cell) const
RenderTreeAsText.cpp
254
BorderValue
prevBorder = o.style()->borderTop();
[
all
...]
/external/opencv/cv/src/
cvderiv.cpp
158
CvSize size, int bordertype, uchar
bordervalue
, void* buffer );
162
CvSize size, int bordertype, float
bordervalue
, void* buffer );
167
uchar
bordervalue
, void* buffer );
172
float
bordervalue
, void* buffer );
[
all
...]
_cvipp.h
389
int bordertype, srctype
bordervalue
, void* buffer ))
412
int bordertype, srctype
bordervalue
, void* buffer ))
430
int bordertype, srctype
bordervalue
, void* buffer ))
[
all
...]
Completed in 149 milliseconds