Searched refs:m_dirty (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
D | Tile.cpp | 57 , 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 …]
|
D | Tile.h | 160 bool m_dirty; variable
|
/external/webkit/Source/WebCore/rendering/ |
D | InlineBox.h | 49 , 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;
|
D | InlineFlowBox.cpp | 169 if (!m_dirty) in removeChild()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2005-08-23 | 24822 * 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.
|
D | ChangeLog-2007-10-14 | 41574 Removed unnecessary m_value and m_currValue, and unused m_dirty. 41576 (WebCore::HTMLButtonElement::HTMLButtonElement): Removed initialization of m_dirty.
|
D | ChangeLog-2006-05-10 | 21025 (WebCore::m_dirty):
|