Home
last modified time | relevance | path

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

/external/chromium_org/remoting/webapp/
Dit2me_host_facade.js59 this.onInitialized_ = function() {}; method in remoting.It2MeHostFacade
102 this.onInitialized_ = onInitialized;
174 this.onInitialized_ = null;
232 if (this.onInitialized_) {
233 this.onInitialized_();
Dhost_daemon_facade.js55 this.onInitialized_.bind(this, true),
56 this.onInitialized_.bind(this, false));
60 this.onInitialized_(false);
84 remoting.HostDaemonFacade.prototype.onInitialized_ = function(success) { method in remoting.HostDaemonFacade
/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
Dmetadata_cache.js1018 ContentProvider.prototype.onInitialized_ = function(regexp) { method in ContentProvider