Home
last modified time | relevance | path

Searched refs:at_group (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
Drcssmin.py212 in_macie5, in_rule, at_group = [0], [0], [0]
256 group(6) == ':' and not in_rule[0] and not at_group[0]):
272 if at_group[0]:
273 at_group[0] -= 1
285 at_group[0] += 1
290 if not in_rule[0] and not at_group[0]:
Drcssmin.c32 Py_ssize_t at_group; member
597 ++ctx->at_group; in copy_at_group()
673 || (*end == U(':') && !ctx->in_rule && !ctx->at_group))) { in copy_space()
848 if (ctx->in_rule || ctx->at_group) in copy_ie7hack()
940 ctx->at_group = 0; in rcssmin()
996 if (ctx->at_group) in rcssmin()
997 --ctx->at_group; in rcssmin()