Home | History | Annotate | Download | only in rendering

Lines Matching refs:directives

69         CounterDirectives directives = directivesMap->get(identifier.impl());
70 if (directives.m_reset) {
71 value = directives.m_resetValue;
72 if (directives.m_increment)
73 value += directives.m_incrementValue;
77 if (directives.m_increment) {
78 value = directives.m_incrementValue;
400 // directives must occur, in which case, RenderCounter::destroyCounterNodes()
465 // as those created by the increment or reset directives and the re-layout that will happen will
482 // as those created by the increment or reset directives and the re-layout that will happen will