Esempio n. 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));
 }
Esempio n. 4
0
 public bool Has(USVString name)
 {
     return(this.CallMethod <bool>("has", name));
 }
Esempio n. 5
0
 public void Assign(USVString url)
 {
     this.CallVoidMethod("assign", url);
 }
Esempio n. 6
0
 public void Append(USVString name, USVString value)
 {
     this.CallVoidMethod("append", name, value);
 }
Esempio n. 7
0
 public USVString Get(USVString name)
 {
     return(this.CallMethod <USVString>("get", name));
 }
Esempio n. 8
0
 public bool ShouldReportForServiceWorkerScope(USVString aScope)
 {
     return(this.CallMethod <bool>("shouldReportForServiceWorkerScope", aScope));
 }
 public void GetFile(USVString path)
 {
     this.CallVoidMethod("getFile", path);
 }
Esempio n. 10
0
 public Promise <object> Registration(USVString task)
 {
     return(this.CallMethod <Promise <object> >("registration", task));
 }
Esempio n. 11
0
 public Promise <nsISupports> Navigate(USVString url)
 {
     return(this.CallMethod <Promise <nsISupports> >("navigate", url));
 }
Esempio n. 12
0
 public Promise Unregister(USVString task)
 {
     return(this.CallMethod <Promise>("unregister", task));
 }
Esempio n. 13
0
 public Promise Register(USVString task, object @params)
 {
     return(this.CallMethod <Promise>("register", task, @params));
 }
Esempio n. 14
0
 public void Open(ByteString method, USVString url, bool async, USVString user, USVString password)
 {
     this.CallVoidMethod("open", method, url, async, user, password);
 }
Esempio n. 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);
 }
Esempio n. 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);
 }
Esempio n. 19
0
 public void Delete(USVString name)
 {
     this.CallVoidMethod("delete", name);
 }
 public void GetDirectory(USVString path)
 {
     this.CallVoidMethod("getDirectory", path);
 }
Esempio n. 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);
 }
Esempio n. 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);
 }
Esempio n. 25
0
 public void Replace(USVString url)
 {
     this.CallVoidMethod("replace", url);
 }
Esempio n. 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));
 }
Esempio n. 28
0
 public WebIDLUnion <nsISupports, USVString> GetAll(USVString name)
 {
     return(this.CallMethod <WebIDLUnion <nsISupports, USVString> >("getAll", name));
 }
Esempio n. 29
0
 public IntPtr Encode(USVString input)
 {
     return(this.CallMethod <IntPtr>("encode", input));
 }
Esempio n. 30
0
 public void Open(ByteString method, USVString url)
 {
     this.CallVoidMethod("open", method, url);
 }