Home
last modified time | relevance | path

Searched refs:addProxyMethod (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/flot/
Djquery.flot.time.min.js7addProxyMethod(sourceObj,sourceMethod,targetObj,targetMethod){sourceObj[sourceMethod]=function(){r… function
Djquery.flot.time.js113 function addProxyMethod(sourceObj, sourceMethod, targetObj, targetMethod) { function
126 addProxyMethod(utc, "strftime", d, "strftime");
129 addProxyMethod(utc, "getTime", d, "getTime");
130 addProxyMethod(utc, "setTime", d, "setTime");
135 addProxyMethod(utc, "get" + props[p], d, "getUTC" + props[p]);
136 addProxyMethod(utc, "set" + props[p], d, "setUTC" + props[p]);