Home
last modified time | relevance | path

Searched refs:onlyIfAbsent (Results 1 – 4 of 4) sorted by relevance

/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
Dprototype-1.6.0.3.js2634 function copy(methods, destination, onlyIfAbsent) { argument
2635 onlyIfAbsent = onlyIfAbsent || false;
2639 if (!onlyIfAbsent || !(property in destination))
Dconcat-jquery-mootools-prototype.js11013 function copy(methods, destination, onlyIfAbsent) { argument
11014 onlyIfAbsent = onlyIfAbsent || false;
11018 if (!onlyIfAbsent || !(property in destination))
/external/guava/guava/src/com/google/common/collect/
DMapMakerInternalMap.java2532 V put(K key, int hash, V value, boolean onlyIfAbsent) { in put() argument
2568 } else if (onlyIfAbsent) { in put()
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java2851 V put(K key, int hash, V value, boolean onlyIfAbsent) { in put() argument
2890 } else if (onlyIfAbsent) { in put()