Searched refs:groupEnd (Results 1 – 6 of 6) sorted by relevance
113 unsigned groupEnd = from; in sortBlock() local117 for (unsigned i = groupEnd; i < to; ++i) in sortBlock()119 parentMatrix[i].swap(parentMatrix[groupEnd++]); in sortBlock()121 if (groupEnd - previousGroupEnd > 1) in sortBlock()122 sortBlock(previousGroupEnd, groupEnd, parentMatrix, mayContainAttributeNodes); in sortBlock()124 ASSERT(previousGroupEnd != groupEnd); in sortBlock()125 previousGroupEnd = groupEnd; in sortBlock()
99 void groupEnd();
56 void groupEnd();
336 void Console::groupEnd() in groupEnd() function in WebCore::Console
48844 (WebCore::Console::groupEnd):49177 (WebCore::Console::groupEnd):
2198 Fixed Bug 19158: Inspector should support console.group/console.groupEnd2208 (WebCore::Console::groupEnd): Added.2211 * page/Console.idl: Added group/groupEnd.