Home
last modified time | relevance | path

Searched defs:deepClone (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dutxttest.cpp569 UText *deepClone = utext_clone(NULL, shallowClone, TRUE, FALSE, &status); in TestAccess() local
1465 UText *deepClone = utext_clone(NULL, utf8Text, TRUE, FALSE, &status); in Ticket10562() local
/external/chromium_org/third_party/icu/source/test/intltest/
Dutxttest.cpp569 UText *deepClone = utext_clone(NULL, shallowClone, TRUE, FALSE, &status); in TestAccess() local
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Ddom_util.js2245 cvox.DomUtil.deepClone = function(node, skipattrs) { function in cvox.DomUtil
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromeOptionsScript.js798 cvox.DomUtil.deepClone=function(a,b){for(var c=cvox.DomUtil.shallowChildlessClone(a,b),d=0;d<a.chil… function in cvox.DomUtil
DchromeVoxChromePageScript.js766 cvox.DomUtil.deepClone=function(a,b){for(var c=cvox.DomUtil.shallowChildlessClone(a,b),d=0;d<a.chil… function in cvox.DomUtil
DchromeVoxChromeBackgroundScript.js745 cvox.DomUtil.deepClone=function(a,b){for(var c=cvox.DomUtil.shallowChildlessClone(a,b),d=0;d<a.chil… function in cvox.DomUtil