OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hitch
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome_frame/
CFInstance.js
268
* @param {Object} scope the object to
hitch
the method to
273
var
hitch
= function(scope, method){
function
336
listen(instance, type,
hitch
(instance, "_dispatch", type));
603
hitch
(this, 'errback', new Error('timeout')),
712
var enclosed =
hitch
.apply(window, arguments);
730
return this.addCallbacks(
hitch
.apply(window, arguments));
745
return this.addCallbacks(null,
hitch
.apply(window, arguments));
789
var func =
hitch
(this, function() {
[
all
...]
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
dojo-1.6.1.js
[
all
...]
Completed in 777 milliseconds