Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp1216 RenderObject* nextSection = section == m_head ? firstChild() : section->nextSibling(); in sectionBelow() local
1217 while (nextSection) { in sectionBelow()
1218nextSection->isTableSection() && nextSection != m_head && nextSection != m_foot && (skipEmptySecti… in sectionBelow()
1220 nextSection = nextSection->nextSibling(); in sectionBelow()
1222 … if (!nextSection && m_foot && (skipEmptySections == DoNotSkipEmptySections || m_foot->numRows())) in sectionBelow()
1223 nextSection = m_foot; in sectionBelow()
1224 return toRenderTableSection(nextSection); in sectionBelow()
/external/chromium_org/third_party/codesighs/
Dmsmap2tsv.c1778 MSMap_Segment* nextSection = NULL; in map2tsv() local
1781 nextSection = getSymbolSection(&module, nextSymbol); in map2tsv()
1783 if(section == nextSection) in map2tsv()
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js871 …rward:!0,findNext:"radio",msgId:"next_radio",category:"jump_commands"},nextSection:{forward:!0,fin… property
DchromeVoxChromeBackgroundScript.js1031 …rward:!0,findNext:"radio",msgId:"next_radio",category:"jump_commands"},nextSection:{forward:!0,fin… property