Searched refs:valueMap (Results 1 – 3 of 3) sorted by relevance
/external/chromium/chrome/browser/resources/options/ |
D | pref_ui.js | 254 valueMap: undefined, property in PrefRange 290 this.value = this.valueMap ? this.valueMap.indexOf(value) : value; 335 return this.valueMap ? this.valueMap[value] : value;
|
D | font_settings.js | 33 standardFontRange.valueMap = [9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 39 minimumFontRange.valueMap = [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17,
|
/external/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 208 ValueToValueMapTy &valueMap, in PruningFunctionCloner() 214 VMap(valueMap), ModuleLevelChanges(moduleLevelChanges), in PruningFunctionCloner()
|