Searched refs:durationStr (Results 1 – 1 of 1) sorted by relevance
984 string durationStr = "0"; in exampleToScript() local988 durationStr = string(iter->fContentStart, iter->fContentEnd - iter->fContentStart); in exampleToScript()1039 string animatedStr = "0" != durationStr ? "true" : "false"; in exampleToScript()1086 example += " \"duration\": " + durationStr + "\n"; in exampleToScript()