Home
last modified time | relevance | path

Searched refs:valueMap (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/resources/options/
Dpref_ui.js254 valueMap: undefined, property in PrefRange
290 this.value = this.valueMap ? this.valueMap.indexOf(value) : value;
335 return this.valueMap ? this.valueMap[value] : value;
Dfont_settings.js33 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/
DCloneFunction.cpp208 ValueToValueMapTy &valueMap, in PruningFunctionCloner()
214 VMap(valueMap), ModuleLevelChanges(moduleLevelChanges), in PruningFunctionCloner()