Searched refs:nextSection (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderTable.cpp | 1216 RenderObject* nextSection = section == m_head ? firstChild() : section->nextSibling(); in sectionBelow() local 1217 while (nextSection) { in sectionBelow() 1218 …nextSection->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/ |
D | msmap2tsv.c | 1778 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/ |
D | chromeVoxChromePageScript.js | 871 …rward:!0,findNext:"radio",msgId:"next_radio",category:"jump_commands"},nextSection:{forward:!0,fin… property
|
D | chromeVoxChromeBackgroundScript.js | 1031 …rward:!0,findNext:"radio",msgId:"next_radio",category:"jump_commands"},nextSection:{forward:!0,fin… property
|