Home
last modified time | relevance | path

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

/external/webkit/WebCore/xml/
DXPathNodeSet.cpp113 unsigned groupEnd = from; in sortBlock() local
117 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()
/external/webkit/WebCore/page/
DConsole.h99 void groupEnd();
DConsole.idl56 void groupEnd();
DConsole.cpp336 void Console::groupEnd() in groupEnd() function in WebCore::Console
/external/webkit/WebCore/
DChangeLog48844 (WebCore::Console::groupEnd):
49177 (WebCore::Console::groupEnd):
DChangeLog-2008-08-102198 Fixed Bug 19158: Inspector should support console.group/console.groupEnd
2208 (WebCore::Console::groupEnd): Added.
2211 * page/Console.idl: Added group/groupEnd.