Searched refs:scrollValueMap (Results 1 – 1 of 1) sorted by relevance
892 …std::map<std::string, std::string> scrollValueMap = { {"halfScreen", HALF_VALUE}, {"fullScreen", F… in ConvertActionArgsJSToNAPI() local955 if (scrollValueMap.find(str) != scrollValueMap.end()) { in ConvertActionArgsJSToNAPI()956 scrollValue = scrollValueMap.find(str)->second; in ConvertActionArgsJSToNAPI()968 if (scrollValueMap.find(str) != scrollValueMap.end()) { in ConvertActionArgsJSToNAPI()969 scrollValue = scrollValueMap.find(str)->second; in ConvertActionArgsJSToNAPI()