Home
last modified time | relevance | path

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

/external/webkit/WebCore/html/
DHTMLTableElement.cpp303 bool cellChanged = false; in setTableCellsChanged() local
306 cellChanged = true; in setTableCellsChanged()
309 cellChanged |= setTableCellsChanged(child); in setTableCellsChanged()
312 if (cellChanged) in setTableCellsChanged()
315 return cellChanged; in setTableCellsChanged()
454 bool cellChanged = false; in parseMappedAttribute() local
456 cellChanged |= setTableCellsChanged(child); in parseMappedAttribute()
457 if (cellChanged) in parseMappedAttribute()