Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DHTMLTableElement.cpp290 bool cellChanged = false; in setTableCellsChanged() local
293 cellChanged = true; in setTableCellsChanged()
296 cellChanged |= setTableCellsChanged(child); in setTableCellsChanged()
299 if (cellChanged) in setTableCellsChanged()
302 return cellChanged; in setTableCellsChanged()
441 bool cellChanged = false; in parseMappedAttribute() local
443 cellChanged |= setTableCellsChanged(child); in parseMappedAttribute()
444 if (cellChanged) in parseMappedAttribute()