OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_caption
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/rendering/
RenderTable.cpp
54
,
m_caption
(0)
122
if (beforeChild &&
m_caption
) {
124
while (o && o !=
m_caption
)
127
m_caption
= 0;
131
if (!
m_caption
)
132
m_caption
= toRenderBlock(child);
213
if (
m_caption
&& oldChild ==
m_caption
&& node())
274
ASSERT(
m_caption
);
275
IntRect captionRect(
m_caption
->x(), m_caption->y(), m_caption->width(), m_caption->height())
[
all
...]
RenderTable.h
252
mutable RenderBlock*
m_caption
;
member in class:WebCore::RenderTable
/external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLTable.java
48
m_caption
= IElement.Factory.create (Tag.CAPTION);
50
m_caption
.getAttributes ().set (Attribute.ALIGN, align);
51
m_caption
.setText (text, nbsp);
72
if (
m_caption
!= null)
74
add (0,
m_caption
);
129
private IElement
m_caption
;
field in class:HTMLTable
/external/emma/lib/
emma.jar
/external/webkit/Source/WebCore/
ChangeLog
[
all
...]
Completed in 180 milliseconds