Searched refs:cpm (Results 1 – 1 of 1) sorted by relevance
815 string cpm = Value("cpm"); in IsComponentModeValid() local816 if (cpm != "true" && cpm != "false") { in IsComponentModeValid()822 isComponentMode = cpm == "true" ? true : false; in IsComponentModeValid()