/external/webkit/Source/WebCore/html/parser/ |
D | HTMLElementStack.cpp | 209 while (m_top) { in popAll() 211 m_top = m_top->releaseNext(); in popAll() 296 ASSERT(!m_top); in pushRootNodeCommon() 331 ASSERT(m_top); in insertAbove() 336 if (recordBelow == m_top) { in insertAbove() 341 for (ElementRecord* recordAbove = m_top.get(); recordAbove; recordAbove = recordAbove->next()) { in insertAbove() 354 ASSERT(m_top); in topRecord() 355 return m_top.get(); in topRecord() 361 ASSERT(m_top); in oneBelowTop() 362 ASSERT(m_top->next()); in oneBelowTop() [all …]
|
D | HTMLElementStack.h | 82 ASSERT(m_top->element()); in top() 83 return m_top->element(); in top() 88 ASSERT(m_top->node()); in topNode() 89 return m_top->node(); in topNode() 160 OwnPtr<ElementRecord> m_top; variable
|
/external/webkit/Source/WebCore/platform/ |
D | LengthBox.h | 36 , m_top(t) in LengthBox() 44 , m_top(Length(v, Fixed)) in LengthBox() 52 , m_top(t) in LengthBox() 60 , m_top(Length(t, Fixed)) in LengthBox() 67 Length top() const { return m_top; } in top() 72 … return m_left == o.m_left && m_right == o.m_right && m_top == o.m_top && m_bottom == o.m_bottom; 82 return !(m_left.isZero() && m_right.isZero() && m_top.isZero() && m_bottom.isZero()); in nonZero() 87 Length m_top; member
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | WebThemeControlDRTWin.cpp | 105 , m_top(m_irect.fTop) in WebThemeControlDRTWin() 196 SkScalar cy = SkIntToScalar(m_top + m_height / 2); in circle() 241 for (int i = m_top + readOnlyLineOffset; i < m_bottom; i += readOnlyLineOffset) in markState() 247 triangle(m_left, m_top, in markState() 248 m_left + triangleSize, m_top, in markState() 249 m_left, m_top + triangleSize, m_edgeColor); in markState() 254 triangle(m_right, m_top, in markState() 255 m_right, m_top + triangleSize, in markState() 256 m_right - triangleSize, m_top, m_edgeColor); in markState() 398 line(m_left + gripLongIndent, m_top + halfHeight, in draw() [all …]
|
D | WebThemeControlDRTWin.h | 195 const int m_top; variable
|
/external/webkit/Source/WebCore/rendering/style/ |
D | BorderData.h | 47 …return m_left.nonZero(!haveImage) || m_right.nonZero(!haveImage) || m_top.nonZero(!haveImage) || m… in hasBorder() 79 if (!m_image.hasImage() && (m_top.style() == BNONE || m_top.style() == BHIDDEN)) in borderTopWidth() 81 return m_top.width(); in borderTopWidth() 93 …return m_left == o.m_left && m_right == o.m_right && m_top == o.m_top && m_bottom == o.m_bottom &&… 104 const BorderValue& top() const { return m_top; } in top() 117 BorderValue m_top; variable
|
D | RenderStyle.h | 801 void setTop(Length v) { SET_VAR(surround, offset.m_top, v) } in setTop() 820 region.offset.m_top = t; in setDashboardRegion() 832 void resetBorderTop() { SET_VAR(surround, border.m_top, BorderValue()) } in resetBorderTop() 883 void setBorderTopWidth(unsigned short v) { SET_VAR(surround, border.m_top.m_width, v) } in setBorderTopWidth() 884 void setBorderTopStyle(EBorderStyle v) { SET_VAR(surround, border.m_top.m_style, v) } in setBorderTopStyle() 885 void setBorderTopColor(const Color& v) { SET_VAR(surround, border.m_top.m_color, v) } in setBorderTopColor() 908 void setClipTop(Length v) { SET_VAR(visual, clip.m_top, v) } in setClipTop() 988 void setMarginTop(Length v) { SET_VAR(surround, margin.m_top, v) } in setMarginTop() 997 void setPaddingTop(Length v) { SET_VAR(surround, padding.m_top, v) } in setPaddingTop()
|
D | RenderStyle.cpp | 588 data->clip.m_top = top; in setClip() 926 region.offset.m_top = Length(); in noneDashboardRegions()
|
/external/webkit/Source/JavaScriptCore/heap/ |
D | MarkStack.h | 118 : m_top(0) in MarkStackArray() 143 if (m_top == m_capacity) in append() 145 m_data[m_top++] = v; in append() 150 ASSERT(m_top); in removeLast() 151 return m_data[--m_top]; in removeLast() 156 ASSERT(m_top); in last() 157 return m_data[m_top - 1]; in last() 162 return m_top == 0; in isEmpty() 165 inline size_t size() { return m_top; } in size() 186 size_t m_top;
|
/external/webkit/Source/WebCore/css/ |
D | Rect.h | 31 CSSPrimitiveValue* top() const { return m_top.get(); } in top() 36 void setTop(PassRefPtr<CSSPrimitiveValue> top) { m_top = top; } in setTop() 46 RefPtr<CSSPrimitiveValue> m_top;
|
D | CSSParser.cpp | 4776 if (!m_top) in commitNumber() 4777 m_top = val; in commitNumber() 4819 …m_right = m_primitiveValueCache->createValue(m_top->getDoubleValue(), (CSSPrimitiveValue::UnitType… in commitBorderImage() 4820 …m_bottom = m_primitiveValueCache->createValue(m_top->getDoubleValue(), (CSSPrimitiveValue::UnitTyp… in commitBorderImage() 4821 …m_left = m_primitiveValueCache->createValue(m_top->getDoubleValue(), (CSSPrimitiveValue::UnitTypes… in commitBorderImage() 4824 …m_bottom = m_primitiveValueCache->createValue(m_top->getDoubleValue(), (CSSPrimitiveValue::UnitTyp… in commitBorderImage() 4832 rect->setTop(m_top); in commitBorderImage() 4876 RefPtr<CSSPrimitiveValue> m_top; member 4927 context.m_top = primitiveValueCache()->createValue(0, CSSPrimitiveValue::CSS_NUMBER); in parseBorderImage()
|
D | CSSStyleSelector.cpp | 6677 l.m_top = Length(r->top()->getDoubleValue(), Percent); in mapNinePieceImage() 6679 l.m_top = Length(r->top()->getIntValue(CSSPrimitiveValue::CSS_NUMBER), Fixed); in mapNinePieceImage()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2008-08-10 | 40039 startY -> m_top, endY -> m_bottom, left -> m_left, width -> m_width,
|