Exemple #1
0
 public void Open(ByteString method, USVString url, bool async)
 {
     this.CallVoidMethod("open", method, url, async);
 }
 public string ConvertSVS(USVString svs)
 {
     return(this.CallMethod <string>("convertSVS", svs));
 }
 public Promise <nsISupports> GetRegistration(USVString documentURL)
 {
     return(this.CallMethod <Promise <nsISupports> >("getRegistration", documentURL));
 }
Exemple #4
0
 public bool Has(USVString name)
 {
     return(this.CallMethod <bool>("has", name));
 }
 public void Assign(USVString url)
 {
     this.CallVoidMethod("assign", url);
 }
Exemple #6
0
 public void Append(USVString name, USVString value)
 {
     this.CallVoidMethod("append", name, value);
 }
Exemple #7
0
 public USVString Get(USVString name)
 {
     return(this.CallMethod <USVString>("get", name));
 }
 public bool ShouldReportForServiceWorkerScope(USVString aScope)
 {
     return(this.CallMethod <bool>("shouldReportForServiceWorkerScope", aScope));
 }
 public void GetFile(USVString path)
 {
     this.CallVoidMethod("getFile", path);
 }
 public Promise <object> Registration(USVString task)
 {
     return(this.CallMethod <Promise <object> >("registration", task));
 }
 public Promise <nsISupports> Navigate(USVString url)
 {
     return(this.CallMethod <Promise <nsISupports> >("navigate", url));
 }
 public Promise Unregister(USVString task)
 {
     return(this.CallMethod <Promise>("unregister", task));
 }
 public Promise Register(USVString task, object @params)
 {
     return(this.CallMethod <Promise>("register", task, @params));
 }
Exemple #14
0
 public void Open(ByteString method, USVString url, bool async, USVString user, USVString password)
 {
     this.CallVoidMethod("open", method, url, async, user, password);
 }
Exemple #15
0
 public void Set(USVString name, nsIDOMBlob value, USVString filename)
 {
     this.CallVoidMethod("set", name, value, filename);
 }
 public void GetFile(USVString path, object options)
 {
     this.CallVoidMethod("getFile", path, options);
 }
Exemple #17
0
 public Promise <nsISupports> OpenWindow(USVString url)
 {
     return(this.CallMethod <Promise <nsISupports> >("openWindow", url));
 }
 public void GetFile(USVString path, object options, nsISupports successCallback)
 {
     this.CallVoidMethod("getFile", path, options, successCallback);
 }
Exemple #19
0
 public void Delete(USVString name)
 {
     this.CallVoidMethod("delete", name);
 }
 public void GetDirectory(USVString path)
 {
     this.CallVoidMethod("getDirectory", path);
 }
Exemple #21
0
 public USVString[] GetAll(USVString name)
 {
     return(this.CallMethod <USVString[]>("getAll", name));
 }
 public void GetDirectory(USVString path, object options)
 {
     this.CallVoidMethod("getDirectory", path, options);
 }
Exemple #23
0
 public void Set(USVString name, USVString value)
 {
     this.CallVoidMethod("set", name, value);
 }
 public void GetDirectory(USVString path, object options, nsISupports successCallback, nsISupports errorCallback)
 {
     this.CallVoidMethod("getDirectory", path, options, successCallback, errorCallback);
 }
Exemple #25
0
 public void Replace(USVString url)
 {
     this.CallVoidMethod("replace", url);
 }
Exemple #26
0
 public void Append(USVString name, nsIDOMBlob value, USVString filename)
 {
     this.CallVoidMethod("append", name, value, filename);
 }
 public Promise <nsISupports> Register(USVString scriptURL, object options)
 {
     return(this.CallMethod <Promise <nsISupports> >("register", scriptURL, options));
 }
Exemple #28
0
 public WebIDLUnion <nsISupports, USVString> GetAll(USVString name)
 {
     return(this.CallMethod <WebIDLUnion <nsISupports, USVString> >("getAll", name));
 }
Exemple #29
0
 public IntPtr Encode(USVString input)
 {
     return(this.CallMethod <IntPtr>("encode", input));
 }
Exemple #30
0
 public void Open(ByteString method, USVString url)
 {
     this.CallVoidMethod("open", method, url);
 }