Home
last modified time | relevance | path

Searched refs:m_dirty (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DTile.cpp57 , m_dirty(true) in Tile()
116 m_dirty = true; in reserveTexture()
142 m_dirty = true; in removeTexture()
186 m_dirty = true; in markAsDirtyInternal()
207 return m_dirty; in isDirty()
259 if (m_dirty) in isTileReady()
303 bool dirty = m_dirty; in paintBitmap()
351 m_dirty = false; in paintBitmap()
354 m_dirty = true; in paintBitmap()
358 ALOGV("painted tile %p (%d, %d), texture %p, dirty=%d", this, x, y, texture, m_dirty); in paintBitmap()
[all …]
DTile.h160 bool m_dirty; variable
/external/webkit/Source/WebCore/rendering/
DInlineBox.h49 , m_dirty(false) in InlineBox()
84 , m_dirty(dirty) in InlineBox()
284 bool isDirty() const { return m_dirty; } in isDirty()
285 void markDirty(bool dirty = true) { m_dirty = dirty; }
342 bool m_dirty : 1;
DInlineFlowBox.cpp169 if (!m_dirty) in removeChild()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2324822 * khtml/rendering/render_form.h: Added new m_dirty data member.
24824 (RenderTextArea::RenderTextArea): Initialize m_dirty to false.
24826 …enderTextArea::handleFocusOut): Ditto. Also send the onchange event based only on the m_dirty flag.
24827 …(RenderTextArea::updateFromElement): Clear the m_dirty flag if the edited value is blown away by a…
24830 (RenderTextArea::slotTextChanged): Set the m_dirty flag.
DChangeLog-2007-10-1441574 Removed unnecessary m_value and m_currValue, and unused m_dirty.
41576 (WebCore::HTMLButtonElement::HTMLButtonElement): Removed initialization of m_dirty.
DChangeLog-2006-05-1021025 (WebCore::m_dirty):