Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(120)

Unified Diff: client/dom/generated/wrapping_dom.js

Issue 9106002: Revert "Revert "Refresh dart:dom"" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix dartc issues Created 8 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: client/dom/generated/wrapping_dom.js
diff --git a/client/dom/generated/wrapping_dom.js b/client/dom/generated/wrapping_dom.js
index 8d7c151bf4a7d62751c334eea9d61152435f5ee8..5f5555b1382cc8dea7acf4cf196469bda67f53ce 100644
--- a/client/dom/generated/wrapping_dom.js
+++ b/client/dom/generated/wrapping_dom.js
@@ -926,14 +926,6 @@ function native__BeforeLoadEventWrappingImplementation__get_url(_this) {
}
}
-function native__BeforeLoadEventWrappingImplementation__initBeforeLoadEvent(_this, type, canBubble, cancelable, url) {
- try {
- return __dom_wrap(_this.$dom.initBeforeLoadEvent(__dom_unwrap(type), __dom_unwrap(canBubble), __dom_unwrap(cancelable), __dom_unwrap(url)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__BiquadFilterNodeWrappingImplementation__get_Q(_this) {
try {
return __dom_wrap(_this.$dom.Q);
@@ -974,6 +966,14 @@ function native__BiquadFilterNodeWrappingImplementation__set_type(_this, value)
}
}
+function native__BiquadFilterNodeWrappingImplementation__getFrequencyResponse(_this, frequencyHz, magResponse, phaseResponse) {
+ try {
+ return __dom_wrap(_this.$dom.getFrequencyResponse(__dom_unwrap(frequencyHz), __dom_unwrap(magResponse), __dom_unwrap(phaseResponse)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__BlobWrappingImplementation__get_size(_this) {
try {
return __dom_wrap(_this.$dom.size);
@@ -2702,14 +2702,6 @@ function native__CloseEventWrappingImplementation__get_wasClean(_this) {
}
}
-function native__CloseEventWrappingImplementation__initCloseEvent(_this, typeArg, canBubbleArg, cancelableArg, wasCleanArg, codeArg, reasonArg) {
- try {
- return __dom_wrap(_this.$dom.initCloseEvent(__dom_unwrap(typeArg), __dom_unwrap(canBubbleArg), __dom_unwrap(cancelableArg), __dom_unwrap(wasCleanArg), __dom_unwrap(codeArg), __dom_unwrap(reasonArg)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__CompositionEventWrappingImplementation__get_data(_this) {
try {
return __dom_wrap(_this.$dom.data);
@@ -4510,17 +4502,17 @@ function native__DOMWindowWrappingImplementation__openDatabase_2(_this, name, ve
}
}
-function native__DOMWindowWrappingImplementation__postMessage(_this, message, messagePorts_OR_targetOrigin) {
+function native__DOMWindowWrappingImplementation__postMessage(_this, message, targetOrigin) {
try {
- return __dom_wrap(_this.$dom.postMessage(__dom_unwrap(message), __dom_unwrap(messagePorts_OR_targetOrigin)));
+ return __dom_wrap(_this.$dom.postMessage(__dom_unwrap(message), __dom_unwrap(targetOrigin)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__postMessage_2(_this, message, messagePorts_OR_targetOrigin, targetOrigin) {
+function native__DOMWindowWrappingImplementation__postMessage_2(_this, message, targetOrigin, messagePorts) {
try {
- return __dom_wrap(_this.$dom.postMessage(__dom_unwrap(message), __dom_unwrap(messagePorts_OR_targetOrigin), __dom_unwrap(targetOrigin)));
+ return __dom_wrap(_this.$dom.postMessage(__dom_unwrap(message), __dom_unwrap(targetOrigin), __dom_unwrap(messagePorts)));
} catch (e) {
throw __dom_wrap_exception(e);
}
@@ -4638,6 +4630,14 @@ function native__DOMWindowWrappingImplementation__stop(_this) {
}
}
+function native__DOMWindowWrappingImplementation__webkitCancelAnimationFrame(_this, id) {
+ try {
+ return __dom_wrap(_this.$dom.webkitCancelAnimationFrame(__dom_unwrap(id)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__DOMWindowWrappingImplementation__webkitCancelRequestAnimationFrame(_this, id) {
try {
return __dom_wrap(_this.$dom.webkitCancelRequestAnimationFrame(__dom_unwrap(id)));
@@ -4662,17 +4662,17 @@ function native__DOMWindowWrappingImplementation__webkitConvertPointFromPageToNo
}
}
-function native__DOMWindowWrappingImplementation__webkitPostMessage(_this, message, targetOrigin_OR_transferList) {
+function native__DOMWindowWrappingImplementation__webkitPostMessage(_this, message, targetOrigin) {
try {
- return __dom_wrap(_this.$dom.webkitPostMessage(__dom_unwrap(message), __dom_unwrap(targetOrigin_OR_transferList)));
+ return __dom_wrap(_this.$dom.webkitPostMessage(__dom_unwrap(message), __dom_unwrap(targetOrigin)));
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__DOMWindowWrappingImplementation__webkitPostMessage_2(_this, message, targetOrigin_OR_transferList, targetOrigin) {
+function native__DOMWindowWrappingImplementation__webkitPostMessage_2(_this, message, targetOrigin, transferList) {
try {
- return __dom_wrap(_this.$dom.webkitPostMessage(__dom_unwrap(message), __dom_unwrap(targetOrigin_OR_transferList), __dom_unwrap(targetOrigin)));
+ return __dom_wrap(_this.$dom.webkitPostMessage(__dom_unwrap(message), __dom_unwrap(targetOrigin), __dom_unwrap(transferList)));
} catch (e) {
throw __dom_wrap_exception(e);
}
@@ -4686,15 +4686,7 @@ function native__DOMWindowWrappingImplementation__webkitRequestAnimationFrame(_t
}
}
-function native__DOMWindowWrappingImplementation__webkitRequestFileSystem(_this, type, size) {
- try {
- return __dom_wrap(_this.$dom.webkitRequestFileSystem(__dom_unwrap(type), __dom_unwrap(size)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DOMWindowWrappingImplementation__webkitRequestFileSystem_2(_this, type, size, successCallback) {
+function native__DOMWindowWrappingImplementation__webkitRequestFileSystem(_this, type, size, successCallback) {
try {
return __dom_wrap(_this.$dom.webkitRequestFileSystem(__dom_unwrap(type), __dom_unwrap(size), __dom_unwrap(successCallback)));
} catch (e) {
@@ -4702,7 +4694,7 @@ function native__DOMWindowWrappingImplementation__webkitRequestFileSystem_2(_thi
}
}
-function native__DOMWindowWrappingImplementation__webkitRequestFileSystem_3(_this, type, size, successCallback, errorCallback) {
+function native__DOMWindowWrappingImplementation__webkitRequestFileSystem_2(_this, type, size, successCallback, errorCallback) {
try {
return __dom_wrap(_this.$dom.webkitRequestFileSystem(__dom_unwrap(type), __dom_unwrap(size), __dom_unwrap(successCallback), __dom_unwrap(errorCallback)));
} catch (e) {
@@ -5110,6 +5102,14 @@ function native__DatabaseWrappingImplementation__transaction_3(_this, callback,
}
}
+function native__DatabaseSyncWrappingImplementation__get_lastErrorMessage(_this) {
+ try {
+ return __dom_wrap(_this.$dom.lastErrorMessage);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__DatabaseSyncWrappingImplementation__get_version(_this) {
try {
return __dom_wrap(_this.$dom.version);
@@ -5318,15 +5318,7 @@ function native__DirectoryEntryWrappingImplementation__getFile_4(_this, path, fl
}
}
-function native__DirectoryEntryWrappingImplementation__removeRecursively(_this) {
- try {
- return __dom_wrap(_this.$dom.removeRecursively());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__DirectoryEntryWrappingImplementation__removeRecursively_2(_this, successCallback) {
+function native__DirectoryEntryWrappingImplementation__removeRecursively(_this, successCallback) {
try {
return __dom_wrap(_this.$dom.removeRecursively(__dom_unwrap(successCallback)));
} catch (e) {
@@ -5334,7 +5326,7 @@ function native__DirectoryEntryWrappingImplementation__removeRecursively_2(_this
}
}
-function native__DirectoryEntryWrappingImplementation__removeRecursively_3(_this, successCallback, errorCallback) {
+function native__DirectoryEntryWrappingImplementation__removeRecursively_2(_this, successCallback, errorCallback) {
try {
return __dom_wrap(_this.$dom.removeRecursively(__dom_unwrap(successCallback), __dom_unwrap(errorCallback)));
} catch (e) {
@@ -6014,7 +6006,15 @@ function native__DocumentWrappingImplementation__getSelection(_this) {
}
}
-function native__DocumentWrappingImplementation__importNode(_this, importedNode, deep) {
+function native__DocumentWrappingImplementation__importNode(_this, importedNode) {
+ try {
+ return __dom_wrap(_this.$dom.importNode(__dom_unwrap(importedNode)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__DocumentWrappingImplementation__importNode_2(_this, importedNode, deep) {
try {
return __dom_wrap(_this.$dom.importNode(__dom_unwrap(importedNode), __dom_unwrap(deep)));
} catch (e) {
@@ -6086,6 +6086,14 @@ function native__DocumentWrappingImplementation__webkitCancelFullScreen(_this) {
}
}
+function native__DocumentWrappingImplementation__webkitGetFlowByName(_this, name) {
+ try {
+ return __dom_wrap(_this.$dom.webkitGetFlowByName(__dom_unwrap(name)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__DocumentFragmentWrappingImplementation__querySelector(_this, selectors) {
try {
return __dom_wrap(_this.$dom.querySelector(__dom_unwrap(selectors)));
@@ -6734,15 +6742,7 @@ function native__EntryWrappingImplementation__copyTo_4(_this, parent, name, succ
}
}
-function native__EntryWrappingImplementation__getMetadata(_this) {
- try {
- return __dom_wrap(_this.$dom.getMetadata());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__EntryWrappingImplementation__getMetadata_2(_this, successCallback) {
+function native__EntryWrappingImplementation__getMetadata(_this, successCallback) {
try {
return __dom_wrap(_this.$dom.getMetadata(__dom_unwrap(successCallback)));
} catch (e) {
@@ -6750,7 +6750,7 @@ function native__EntryWrappingImplementation__getMetadata_2(_this, successCallba
}
}
-function native__EntryWrappingImplementation__getMetadata_3(_this, successCallback, errorCallback) {
+function native__EntryWrappingImplementation__getMetadata_2(_this, successCallback, errorCallback) {
try {
return __dom_wrap(_this.$dom.getMetadata(__dom_unwrap(successCallback), __dom_unwrap(errorCallback)));
} catch (e) {
@@ -6814,15 +6814,7 @@ function native__EntryWrappingImplementation__moveTo_4(_this, parent, name, succ
}
}
-function native__EntryWrappingImplementation__remove(_this) {
- try {
- return __dom_wrap(_this.$dom.remove());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__EntryWrappingImplementation__remove_2(_this, successCallback) {
+function native__EntryWrappingImplementation__remove(_this, successCallback) {
try {
return __dom_wrap(_this.$dom.remove(__dom_unwrap(successCallback)));
} catch (e) {
@@ -6830,7 +6822,7 @@ function native__EntryWrappingImplementation__remove_2(_this, successCallback) {
}
}
-function native__EntryWrappingImplementation__remove_3(_this, successCallback, errorCallback) {
+function native__EntryWrappingImplementation__remove_2(_this, successCallback, errorCallback) {
try {
return __dom_wrap(_this.$dom.remove(__dom_unwrap(successCallback), __dom_unwrap(errorCallback)));
} catch (e) {
@@ -6990,14 +6982,6 @@ function native__ErrorEventWrappingImplementation__get_message(_this) {
}
}
-function native__ErrorEventWrappingImplementation__initErrorEvent(_this, typeArg, canBubbleArg, cancelableArg, messageArg, filenameArg, linenoArg) {
- try {
- return __dom_wrap(_this.$dom.initErrorEvent(__dom_unwrap(typeArg), __dom_unwrap(canBubbleArg), __dom_unwrap(cancelableArg), __dom_unwrap(messageArg), __dom_unwrap(filenameArg), __dom_unwrap(linenoArg)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__EventWrappingImplementation__get_bubbles(_this) {
try {
return __dom_wrap(_this.$dom.bubbles);
@@ -7998,22 +7982,6 @@ function native__HTMLAllCollectionWrappingImplementation__tags(_this, name) {
}
}
-function native__HTMLAnchorElementWrappingImplementation__get_accessKey(_this) {
- try {
- return __dom_wrap(_this.$dom.accessKey);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLAnchorElementWrappingImplementation__set_accessKey(_this, value) {
- try {
- _this.$dom.accessKey = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__HTMLAnchorElementWrappingImplementation__get_charset(_this) {
try {
return __dom_wrap(_this.$dom.charset);
@@ -8334,14 +8302,6 @@ function native__HTMLAnchorElementWrappingImplementation__set_type(_this, value)
}
}
-function native__HTMLAnchorElementWrappingImplementation__getParameter(_this, name) {
- try {
- return __dom_wrap(_this.$dom.getParameter(__dom_unwrap(name)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__HTMLAnchorElementWrappingImplementation__toString(_this) {
try {
return __dom_wrap(_this.$dom.toString());
@@ -8526,22 +8486,6 @@ function native__HTMLAppletElementWrappingImplementation__set_width(_this, value
}
}
-function native__HTMLAreaElementWrappingImplementation__get_accessKey(_this) {
- try {
- return __dom_wrap(_this.$dom.accessKey);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLAreaElementWrappingImplementation__set_accessKey(_this, value) {
- try {
- _this.$dom.accessKey = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__HTMLAreaElementWrappingImplementation__get_alt(_this) {
try {
return __dom_wrap(_this.$dom.alt);
@@ -8902,22 +8846,6 @@ function native__HTMLBodyElementWrappingImplementation__set_vLink(_this, value)
}
}
-function native__HTMLButtonElementWrappingImplementation__get_accessKey(_this) {
- try {
- return __dom_wrap(_this.$dom.accessKey);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLButtonElementWrappingImplementation__set_accessKey(_this, value) {
- try {
- _this.$dom.accessKey = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__HTMLButtonElementWrappingImplementation__get_autofocus(_this) {
try {
return __dom_wrap(_this.$dom.autofocus);
@@ -9406,14 +9334,6 @@ function native__HTMLDocumentWrappingImplementation__set_fgColor(_this, value) {
}
}
-function native__HTMLDocumentWrappingImplementation__get_height(_this) {
- try {
- return __dom_wrap(_this.$dom.height);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__HTMLDocumentWrappingImplementation__get_linkColor(_this) {
try {
return __dom_wrap(_this.$dom.linkColor);
@@ -9462,14 +9382,6 @@ function native__HTMLDocumentWrappingImplementation__set_vlinkColor(_this, value
}
}
-function native__HTMLDocumentWrappingImplementation__get_width(_this) {
- try {
- return __dom_wrap(_this.$dom.width);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__HTMLDocumentWrappingImplementation__captureEvents(_this) {
try {
return __dom_wrap(_this.$dom.captureEvents());
@@ -9534,6 +9446,22 @@ function native__HTMLDocumentWrappingImplementation__writeln(_this, text) {
}
}
+function native__HTMLElementWrappingImplementation__get_accessKey(_this) {
+ try {
+ return __dom_wrap(_this.$dom.accessKey);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__HTMLElementWrappingImplementation__set_accessKey(_this, value) {
+ try {
+ _this.$dom.accessKey = __dom_unwrap(value);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__HTMLElementWrappingImplementation__get_children(_this) {
try {
return __dom_wrap(_this.$dom.children);
@@ -11102,22 +11030,6 @@ function native__HTMLInputElementWrappingImplementation__set_accept(_this, value
}
}
-function native__HTMLInputElementWrappingImplementation__get_accessKey(_this) {
- try {
- return __dom_wrap(_this.$dom.accessKey);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLInputElementWrappingImplementation__set_accessKey(_this, value) {
- try {
- _this.$dom.accessKey = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__HTMLInputElementWrappingImplementation__get_align(_this) {
try {
return __dom_wrap(_this.$dom.align);
@@ -11230,6 +11142,22 @@ function native__HTMLInputElementWrappingImplementation__set_defaultValue(_this,
}
}
+function native__HTMLInputElementWrappingImplementation__get_dirName(_this) {
+ try {
+ return __dom_wrap(_this.$dom.dirName);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__HTMLInputElementWrappingImplementation__set_dirName(_this, value) {
+ try {
+ _this.$dom.dirName = __dom_unwrap(value);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__HTMLInputElementWrappingImplementation__get_disabled(_this) {
try {
return __dom_wrap(_this.$dom.disabled);
@@ -12070,22 +11998,6 @@ function native__HTMLLIElementWrappingImplementation__set_value(_this, value) {
}
}
-function native__HTMLLabelElementWrappingImplementation__get_accessKey(_this) {
- try {
- return __dom_wrap(_this.$dom.accessKey);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLLabelElementWrappingImplementation__set_accessKey(_this, value) {
- try {
- _this.$dom.accessKey = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__HTMLLabelElementWrappingImplementation__get_control(_this) {
try {
return __dom_wrap(_this.$dom.control);
@@ -12118,22 +12030,6 @@ function native__HTMLLabelElementWrappingImplementation__set_htmlFor(_this, valu
}
}
-function native__HTMLLegendElementWrappingImplementation__get_accessKey(_this) {
- try {
- return __dom_wrap(_this.$dom.accessKey);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLLegendElementWrappingImplementation__set_accessKey(_this, value) {
- try {
- _this.$dom.accessKey = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__HTMLLegendElementWrappingImplementation__get_align(_this) {
try {
return __dom_wrap(_this.$dom.align);
@@ -12566,6 +12462,22 @@ function native__HTMLMediaElementWrappingImplementation__get_buffered(_this) {
}
}
+function native__HTMLMediaElementWrappingImplementation__get_controller(_this) {
+ try {
+ return __dom_wrap(_this.$dom.controller);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__HTMLMediaElementWrappingImplementation__set_controller(_this, value) {
+ try {
+ _this.$dom.controller = __dom_unwrap(value);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__HTMLMediaElementWrappingImplementation__get_controls(_this) {
try {
return __dom_wrap(_this.$dom.controls);
@@ -12686,6 +12598,22 @@ function native__HTMLMediaElementWrappingImplementation__set_loop(_this, value)
}
}
+function native__HTMLMediaElementWrappingImplementation__get_mediaGroup(_this) {
+ try {
+ return __dom_wrap(_this.$dom.mediaGroup);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__HTMLMediaElementWrappingImplementation__set_mediaGroup(_this, value) {
+ try {
+ _this.$dom.mediaGroup = __dom_unwrap(value);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__HTMLMediaElementWrappingImplementation__get_muted(_this) {
try {
return __dom_wrap(_this.$dom.muted);
@@ -12806,6 +12734,14 @@ function native__HTMLMediaElementWrappingImplementation__get_startTime(_this) {
}
}
+function native__HTMLMediaElementWrappingImplementation__get_textTracks(_this) {
+ try {
+ return __dom_wrap(_this.$dom.textTracks);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__HTMLMediaElementWrappingImplementation__get_volume(_this) {
try {
return __dom_wrap(_this.$dom.volume);
@@ -13206,6 +13142,22 @@ function native__HTMLOListElementWrappingImplementation__set_compact(_this, valu
}
}
+function native__HTMLOListElementWrappingImplementation__get_reversed(_this) {
+ try {
+ return __dom_wrap(_this.$dom.reversed);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__HTMLOListElementWrappingImplementation__set_reversed(_this, value) {
+ try {
+ _this.$dom.reversed = __dom_unwrap(value);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__HTMLOListElementWrappingImplementation__get_start(_this) {
try {
return __dom_wrap(_this.$dom.start);
@@ -14038,6 +13990,22 @@ function native__HTMLProgressElementWrappingImplementation__set_value(_this, val
}
}
+function native__HTMLPropertiesCollectionWrappingImplementation__get_length_HTMLPropertiesCollection(_this) {
+ try {
+ return __dom_wrap(_this.$dom.length);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__HTMLPropertiesCollectionWrappingImplementation__item_HTMLPropertiesCollection(_this, index) {
+ try {
+ return __dom_wrap(_this.$dom.item(__dom_unwrap(index)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__HTMLQuoteElementWrappingImplementation__get_cite(_this) {
try {
return __dom_wrap(_this.$dom.cite);
@@ -14518,6 +14486,22 @@ function native__HTMLStyleElementWrappingImplementation__set_media(_this, value)
}
}
+function native__HTMLStyleElementWrappingImplementation__get_scoped(_this) {
+ try {
+ return __dom_wrap(_this.$dom.scoped);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__HTMLStyleElementWrappingImplementation__set_scoped(_this, value) {
+ try {
+ _this.$dom.scoped = __dom_unwrap(value);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__HTMLStyleElementWrappingImplementation__get_sheet(_this) {
try {
return __dom_wrap(_this.$dom.sheet);
@@ -15366,22 +15350,6 @@ function native__HTMLTableSectionElementWrappingImplementation__insertRow(_this,
}
}
-function native__HTMLTextAreaElementWrappingImplementation__get_accessKey(_this) {
- try {
- return __dom_wrap(_this.$dom.accessKey);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__HTMLTextAreaElementWrappingImplementation__set_accessKey(_this, value) {
- try {
- _this.$dom.accessKey = __dom_unwrap(value);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__HTMLTextAreaElementWrappingImplementation__get_autofocus(_this) {
try {
return __dom_wrap(_this.$dom.autofocus);
@@ -15430,6 +15398,22 @@ function native__HTMLTextAreaElementWrappingImplementation__set_defaultValue(_th
}
}
+function native__HTMLTextAreaElementWrappingImplementation__get_dirName(_this) {
+ try {
+ return __dom_wrap(_this.$dom.dirName);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__HTMLTextAreaElementWrappingImplementation__set_dirName(_this, value) {
+ try {
+ _this.$dom.dirName = __dom_unwrap(value);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__HTMLTextAreaElementWrappingImplementation__get_disabled(_this) {
try {
return __dom_wrap(_this.$dom.disabled);
@@ -15782,6 +15766,14 @@ function native__HTMLTrackElementWrappingImplementation__set_label(_this, value)
}
}
+function native__HTMLTrackElementWrappingImplementation__get_readyState(_this) {
+ try {
+ return __dom_wrap(_this.$dom.readyState);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__HTMLTrackElementWrappingImplementation__get_src(_this) {
try {
return __dom_wrap(_this.$dom.src);
@@ -16406,6 +16398,14 @@ function native__IDBIndexWrappingImplementation__get_keyPath(_this) {
}
}
+function native__IDBIndexWrappingImplementation__get_multiEntry(_this) {
+ try {
+ return __dom_wrap(_this.$dom.multiEntry);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__IDBIndexWrappingImplementation__get_name(_this) {
try {
return __dom_wrap(_this.$dom.name);
@@ -16430,6 +16430,22 @@ function native__IDBIndexWrappingImplementation__get_unique(_this) {
}
}
+function native__IDBIndexWrappingImplementation__count(_this) {
+ try {
+ return __dom_wrap(_this.$dom.count());
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__IDBIndexWrappingImplementation__count_2(_this, range) {
+ try {
+ return __dom_wrap(_this.$dom.count(__dom_unwrap(range)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__IDBIndexWrappingImplementation__getObject(_this, key) {
try {
return __dom_wrap(_this.$dom.get(__dom_unwrap(key)));
@@ -16638,6 +16654,22 @@ function native__IDBObjectStoreWrappingImplementation__clear(_this) {
}
}
+function native__IDBObjectStoreWrappingImplementation__count(_this) {
+ try {
+ return __dom_wrap(_this.$dom.count());
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__IDBObjectStoreWrappingImplementation__count_2(_this, range) {
+ try {
+ return __dom_wrap(_this.$dom.count(__dom_unwrap(range)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__IDBObjectStoreWrappingImplementation__createIndex(_this, name, keyPath) {
try {
return __dom_wrap(_this.$dom.createIndex(__dom_unwrap(name), __dom_unwrap(keyPath)));
@@ -17054,6 +17086,14 @@ function native__InjectedScriptHostWrappingImplementation__evaluate(_this, text)
}
}
+function native__InjectedScriptHostWrappingImplementation__functionLocation(_this, object) {
+ try {
+ return __dom_wrap(_this.$dom.functionLocation(__dom_unwrap(object)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__InjectedScriptHostWrappingImplementation__inspect(_this, objectId, hints) {
try {
return __dom_wrap(_this.$dom.inspect(__dom_unwrap(objectId), __dom_unwrap(hints)));
@@ -17118,25 +17158,25 @@ function native__InspectorFrontendHostWrappingImplementation__bringToFront(_this
}
}
-function native__InspectorFrontendHostWrappingImplementation__closeWindow(_this) {
+function native__InspectorFrontendHostWrappingImplementation__canSaveAs(_this) {
try {
- return __dom_wrap(_this.$dom.closeWindow());
+ return __dom_wrap(_this.$dom.canSaveAs());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__InspectorFrontendHostWrappingImplementation__copyText(_this, text) {
+function native__InspectorFrontendHostWrappingImplementation__closeWindow(_this) {
try {
- return __dom_wrap(_this.$dom.copyText(__dom_unwrap(text)));
+ return __dom_wrap(_this.$dom.closeWindow());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__InspectorFrontendHostWrappingImplementation__disconnectFromBackend(_this) {
+function native__InspectorFrontendHostWrappingImplementation__copyText(_this, text) {
try {
- return __dom_wrap(_this.$dom.disconnectFromBackend());
+ return __dom_wrap(_this.$dom.copyText(__dom_unwrap(text)));
} catch (e) {
throw __dom_wrap_exception(e);
}
@@ -17158,6 +17198,14 @@ function native__InspectorFrontendHostWrappingImplementation__inspectedURLChange
}
}
+function native__InspectorFrontendHostWrappingImplementation__loadResourceSynchronously(_this, url) {
+ try {
+ return __dom_wrap(_this.$dom.loadResourceSynchronously(__dom_unwrap(url)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__InspectorFrontendHostWrappingImplementation__loaded(_this) {
try {
return __dom_wrap(_this.$dom.loaded());
@@ -17262,9 +17310,9 @@ function native__InspectorFrontendHostWrappingImplementation__setAttachedWindowH
}
}
-function native__InspectorFrontendHostWrappingImplementation__setExtensionAPI(_this, script) {
+function native__InspectorFrontendHostWrappingImplementation__setInjectedScriptForOrigin(_this, origin, script) {
try {
- return __dom_wrap(_this.$dom.setExtensionAPI(__dom_unwrap(script)));
+ return __dom_wrap(_this.$dom.setInjectedScriptForOrigin(__dom_unwrap(origin), __dom_unwrap(script)));
} catch (e) {
throw __dom_wrap_exception(e);
}
@@ -17702,14 +17750,6 @@ function native__LocationWrappingImplementation__assign(_this, url) {
}
}
-function native__LocationWrappingImplementation__getParameter(_this, name) {
- try {
- return __dom_wrap(_this.$dom.getParameter(__dom_unwrap(name)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__LocationWrappingImplementation__reload(_this) {
try {
return __dom_wrap(_this.$dom.reload());
@@ -17750,6 +17790,182 @@ function native__LowPass2FilterNodeWrappingImplementation__get_resonance(_this)
}
}
+function native__MediaControllerWrappingImplementation__get_buffered(_this) {
+ try {
+ return __dom_wrap(_this.$dom.buffered);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__MediaControllerWrappingImplementation__get_currentTime(_this) {
+ try {
+ return __dom_wrap(_this.$dom.currentTime);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__MediaControllerWrappingImplementation__set_currentTime(_this, value) {
+ try {
+ _this.$dom.currentTime = __dom_unwrap(value);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__MediaControllerWrappingImplementation__get_defaultPlaybackRate(_this) {
+ try {
+ return __dom_wrap(_this.$dom.defaultPlaybackRate);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__MediaControllerWrappingImplementation__set_defaultPlaybackRate(_this, value) {
+ try {
+ _this.$dom.defaultPlaybackRate = __dom_unwrap(value);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__MediaControllerWrappingImplementation__get_duration(_this) {
+ try {
+ return __dom_wrap(_this.$dom.duration);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__MediaControllerWrappingImplementation__get_muted(_this) {
+ try {
+ return __dom_wrap(_this.$dom.muted);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__MediaControllerWrappingImplementation__set_muted(_this, value) {
+ try {
+ _this.$dom.muted = __dom_unwrap(value);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__MediaControllerWrappingImplementation__get_paused(_this) {
+ try {
+ return __dom_wrap(_this.$dom.paused);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__MediaControllerWrappingImplementation__get_playbackRate(_this) {
+ try {
+ return __dom_wrap(_this.$dom.playbackRate);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__MediaControllerWrappingImplementation__set_playbackRate(_this, value) {
+ try {
+ _this.$dom.playbackRate = __dom_unwrap(value);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__MediaControllerWrappingImplementation__get_played(_this) {
+ try {
+ return __dom_wrap(_this.$dom.played);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__MediaControllerWrappingImplementation__get_seekable(_this) {
+ try {
+ return __dom_wrap(_this.$dom.seekable);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__MediaControllerWrappingImplementation__get_volume(_this) {
+ try {
+ return __dom_wrap(_this.$dom.volume);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__MediaControllerWrappingImplementation__set_volume(_this, value) {
+ try {
+ _this.$dom.volume = __dom_unwrap(value);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__MediaControllerWrappingImplementation__addEventListener(_this, type, listener) {
+ try {
+ return __dom_wrap(_this.$dom.addEventListener(__dom_unwrap(type), __dom_unwrap(listener)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__MediaControllerWrappingImplementation__addEventListener_2(_this, type, listener, useCapture) {
+ try {
+ return __dom_wrap(_this.$dom.addEventListener(__dom_unwrap(type), __dom_unwrap(listener), __dom_unwrap(useCapture)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__MediaControllerWrappingImplementation__dispatchEvent(_this, evt) {
+ try {
+ return __dom_wrap(_this.$dom.dispatchEvent(__dom_unwrap(evt)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__MediaControllerWrappingImplementation__pause(_this) {
+ try {
+ return __dom_wrap(_this.$dom.pause());
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__MediaControllerWrappingImplementation__play(_this) {
+ try {
+ return __dom_wrap(_this.$dom.play());
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__MediaControllerWrappingImplementation__removeEventListener(_this, type, listener) {
+ try {
+ return __dom_wrap(_this.$dom.removeEventListener(__dom_unwrap(type), __dom_unwrap(listener)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__MediaControllerWrappingImplementation__removeEventListener_2(_this, type, listener, useCapture) {
+ try {
+ return __dom_wrap(_this.$dom.removeEventListener(__dom_unwrap(type), __dom_unwrap(listener), __dom_unwrap(useCapture)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__MediaElementAudioSourceNodeWrappingImplementation__get_mediaElement(_this) {
try {
return __dom_wrap(_this.$dom.mediaElement);
@@ -18174,6 +18390,22 @@ function native__MouseEventWrappingImplementation__get_toElement(_this) {
}
}
+function native__MouseEventWrappingImplementation__get_webkitMovementX(_this) {
+ try {
+ return __dom_wrap(_this.$dom.webkitMovementX);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__MouseEventWrappingImplementation__get_webkitMovementY(_this) {
+ try {
+ return __dom_wrap(_this.$dom.webkitMovementY);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__MouseEventWrappingImplementation__get_x(_this) {
try {
return __dom_wrap(_this.$dom.x);
@@ -18534,30 +18766,6 @@ function native__NavigatorWrappingImplementation__registerProtocolHandler(_this,
}
}
-function native__NavigatorWrappingImplementation__webkitGetUserMedia(_this, options, successCallback) {
- try {
- return __dom_wrap(_this.$dom.webkitGetUserMedia(__dom_unwrap(options), __dom_unwrap(successCallback)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__NavigatorWrappingImplementation__webkitGetUserMedia_2(_this, options, successCallback, errorCallback) {
- try {
- return __dom_wrap(_this.$dom.webkitGetUserMedia(__dom_unwrap(options), __dom_unwrap(successCallback), __dom_unwrap(errorCallback)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__NavigatorUserMediaErrorWrappingImplementation__get_code(_this) {
- try {
- return __dom_wrap(_this.$dom.code);
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__NodeWrappingImplementation__get_attributes(_this) {
try {
return __dom_wrap(_this.$dom.attributes);
@@ -19238,14 +19446,6 @@ function native__OverflowEventWrappingImplementation__get_verticalOverflow(_this
}
}
-function native__OverflowEventWrappingImplementation__initOverflowEvent(_this, orient, horizontalOverflow, verticalOverflow) {
- try {
- return __dom_wrap(_this.$dom.initOverflowEvent(__dom_unwrap(orient), __dom_unwrap(horizontalOverflow), __dom_unwrap(verticalOverflow)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__PageTransitionEventWrappingImplementation__get_persisted(_this) {
try {
return __dom_wrap(_this.$dom.persisted);
@@ -19254,14 +19454,6 @@ function native__PageTransitionEventWrappingImplementation__get_persisted(_this)
}
}
-function native__PageTransitionEventWrappingImplementation__initPageTransitionEvent(_this, typeArg, canBubbleArg, cancelableArg, persisted) {
- try {
- return __dom_wrap(_this.$dom.initPageTransitionEvent(__dom_unwrap(typeArg), __dom_unwrap(canBubbleArg), __dom_unwrap(cancelableArg), __dom_unwrap(persisted)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__PerformanceWrappingImplementation__get_memory(_this) {
try {
return __dom_wrap(_this.$dom.memory);
@@ -19470,17 +19662,49 @@ function native__PerformanceTimingWrappingImplementation__get_unloadEventStart(_
}
}
-function native__PopStateEventWrappingImplementation__get_state(_this) {
+function native__PointerLockWrappingImplementation__isLocked(_this) {
try {
- return __dom_wrap(_this.$dom.state);
+ return __dom_wrap(_this.$dom.isLocked());
} catch (e) {
throw __dom_wrap_exception(e);
}
}
-function native__PopStateEventWrappingImplementation__initPopStateEvent(_this, typeArg, canBubbleArg, cancelableArg, stateArg) {
+function native__PointerLockWrappingImplementation__lock(_this, target) {
try {
- return __dom_wrap(_this.$dom.initPopStateEvent(__dom_unwrap(typeArg), __dom_unwrap(canBubbleArg), __dom_unwrap(cancelableArg), __dom_unwrap(stateArg)));
+ return __dom_wrap(_this.$dom.lock(__dom_unwrap(target)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__PointerLockWrappingImplementation__lock_2(_this, target, successCallback) {
+ try {
+ return __dom_wrap(_this.$dom.lock(__dom_unwrap(target), __dom_unwrap(successCallback)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__PointerLockWrappingImplementation__lock_3(_this, target, successCallback, failureCallback) {
+ try {
+ return __dom_wrap(_this.$dom.lock(__dom_unwrap(target), __dom_unwrap(successCallback), __dom_unwrap(failureCallback)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__PointerLockWrappingImplementation__unlock(_this) {
+ try {
+ return __dom_wrap(_this.$dom.unlock());
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__PopStateEventWrappingImplementation__get_state(_this) {
+ try {
+ return __dom_wrap(_this.$dom.state);
} catch (e) {
throw __dom_wrap_exception(e);
}
@@ -19558,14 +19782,6 @@ function native__ProgressEventWrappingImplementation__get_total(_this) {
}
}
-function native__ProgressEventWrappingImplementation__initProgressEvent(_this, typeArg, canBubbleArg, cancelableArg, lengthComputableArg, loadedArg, totalArg) {
- try {
- return __dom_wrap(_this.$dom.initProgressEvent(__dom_unwrap(typeArg), __dom_unwrap(canBubbleArg), __dom_unwrap(cancelableArg), __dom_unwrap(lengthComputableArg), __dom_unwrap(loadedArg), __dom_unwrap(totalArg)));
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__RGBColorWrappingImplementation__get_blue(_this) {
try {
return __dom_wrap(_this.$dom.blue);
@@ -30374,9 +30590,17 @@ function native__TextTrackWrappingImplementation__set_mode(_this, value) {
}
}
-function native__TextTrackWrappingImplementation__get_readyState(_this) {
+function native__TextTrackWrappingImplementation__get_oncuechange(_this) {
try {
- return __dom_wrap(_this.$dom.readyState);
+ return __dom_wrap(_this.$dom.oncuechange);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__TextTrackWrappingImplementation__set_oncuechange(_this, value) {
+ try {
+ _this.$dom.oncuechange = __dom_unwrap(value);
} catch (e) {
throw __dom_wrap_exception(e);
}
@@ -30390,6 +30614,30 @@ function native__TextTrackWrappingImplementation__addCue(_this, cue) {
}
}
+function native__TextTrackWrappingImplementation__addEventListener(_this, type, listener) {
+ try {
+ return __dom_wrap(_this.$dom.addEventListener(__dom_unwrap(type), __dom_unwrap(listener)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__TextTrackWrappingImplementation__addEventListener_2(_this, type, listener, useCapture) {
+ try {
+ return __dom_wrap(_this.$dom.addEventListener(__dom_unwrap(type), __dom_unwrap(listener), __dom_unwrap(useCapture)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__TextTrackWrappingImplementation__dispatchEvent(_this, evt) {
+ try {
+ return __dom_wrap(_this.$dom.dispatchEvent(__dom_unwrap(evt)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__TextTrackWrappingImplementation__removeCue(_this, cue) {
try {
return __dom_wrap(_this.$dom.removeCue(__dom_unwrap(cue)));
@@ -30398,6 +30646,22 @@ function native__TextTrackWrappingImplementation__removeCue(_this, cue) {
}
}
+function native__TextTrackWrappingImplementation__removeEventListener(_this, type, listener) {
+ try {
+ return __dom_wrap(_this.$dom.removeEventListener(__dom_unwrap(type), __dom_unwrap(listener)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__TextTrackWrappingImplementation__removeEventListener_2(_this, type, listener, useCapture) {
+ try {
+ return __dom_wrap(_this.$dom.removeEventListener(__dom_unwrap(type), __dom_unwrap(listener), __dom_unwrap(useCapture)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__TextTrackCueWrappingImplementation__get_alignment(_this) {
try {
return __dom_wrap(_this.$dom.alignment);
@@ -30438,6 +30702,38 @@ function native__TextTrackCueWrappingImplementation__get_linePosition(_this) {
}
}
+function native__TextTrackCueWrappingImplementation__get_onenter(_this) {
+ try {
+ return __dom_wrap(_this.$dom.onenter);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__TextTrackCueWrappingImplementation__set_onenter(_this, value) {
+ try {
+ _this.$dom.onenter = __dom_unwrap(value);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__TextTrackCueWrappingImplementation__get_onexit(_this) {
+ try {
+ return __dom_wrap(_this.$dom.onexit);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__TextTrackCueWrappingImplementation__set_onexit(_this, value) {
+ try {
+ _this.$dom.onexit = __dom_unwrap(value);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__TextTrackCueWrappingImplementation__get_pauseOnExit(_this) {
try {
return __dom_wrap(_this.$dom.pauseOnExit);
@@ -30486,6 +30782,30 @@ function native__TextTrackCueWrappingImplementation__get_track(_this) {
}
}
+function native__TextTrackCueWrappingImplementation__addEventListener(_this, type, listener) {
+ try {
+ return __dom_wrap(_this.$dom.addEventListener(__dom_unwrap(type), __dom_unwrap(listener)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__TextTrackCueWrappingImplementation__addEventListener_2(_this, type, listener, useCapture) {
+ try {
+ return __dom_wrap(_this.$dom.addEventListener(__dom_unwrap(type), __dom_unwrap(listener), __dom_unwrap(useCapture)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__TextTrackCueWrappingImplementation__dispatchEvent(_this, evt) {
+ try {
+ return __dom_wrap(_this.$dom.dispatchEvent(__dom_unwrap(evt)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__TextTrackCueWrappingImplementation__getCueAsHTML(_this) {
try {
return __dom_wrap(_this.$dom.getCueAsHTML());
@@ -30502,6 +30822,22 @@ function native__TextTrackCueWrappingImplementation__getCueAsSource(_this) {
}
}
+function native__TextTrackCueWrappingImplementation__removeEventListener(_this, type, listener) {
+ try {
+ return __dom_wrap(_this.$dom.removeEventListener(__dom_unwrap(type), __dom_unwrap(listener)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__TextTrackCueWrappingImplementation__removeEventListener_2(_this, type, listener, useCapture) {
+ try {
+ return __dom_wrap(_this.$dom.removeEventListener(__dom_unwrap(type), __dom_unwrap(listener), __dom_unwrap(useCapture)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__TextTrackCueListWrappingImplementation__get_length(_this) {
try {
return __dom_wrap(_this.$dom.length);
@@ -30526,6 +30862,78 @@ function native__TextTrackCueListWrappingImplementation__item(_this, index) {
}
}
+function native__TextTrackListWrappingImplementation__get_length(_this) {
+ try {
+ return __dom_wrap(_this.$dom.length);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__TextTrackListWrappingImplementation__get_onaddtrack(_this) {
+ try {
+ return __dom_wrap(_this.$dom.onaddtrack);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__TextTrackListWrappingImplementation__set_onaddtrack(_this, value) {
+ try {
+ _this.$dom.onaddtrack = __dom_unwrap(value);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__TextTrackListWrappingImplementation__addEventListener(_this, type, listener) {
+ try {
+ return __dom_wrap(_this.$dom.addEventListener(__dom_unwrap(type), __dom_unwrap(listener)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__TextTrackListWrappingImplementation__addEventListener_2(_this, type, listener, useCapture) {
+ try {
+ return __dom_wrap(_this.$dom.addEventListener(__dom_unwrap(type), __dom_unwrap(listener), __dom_unwrap(useCapture)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__TextTrackListWrappingImplementation__dispatchEvent(_this, evt) {
+ try {
+ return __dom_wrap(_this.$dom.dispatchEvent(__dom_unwrap(evt)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__TextTrackListWrappingImplementation__item(_this, index) {
+ try {
+ return __dom_wrap(_this.$dom.item(__dom_unwrap(index)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__TextTrackListWrappingImplementation__removeEventListener(_this, type, listener) {
+ try {
+ return __dom_wrap(_this.$dom.removeEventListener(__dom_unwrap(type), __dom_unwrap(listener)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__TextTrackListWrappingImplementation__removeEventListener_2(_this, type, listener, useCapture) {
+ try {
+ return __dom_wrap(_this.$dom.removeEventListener(__dom_unwrap(type), __dom_unwrap(listener), __dom_unwrap(useCapture)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__TimeRangesWrappingImplementation__get_length(_this) {
try {
return __dom_wrap(_this.$dom.length);
@@ -30734,6 +31142,14 @@ function native__TouchListWrappingImplementation__item(_this, index) {
}
}
+function native__TrackEventWrappingImplementation__get_track(_this) {
+ try {
+ return __dom_wrap(_this.$dom.track);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__TreeWalkerWrappingImplementation__get_currentNode(_this) {
try {
return __dom_wrap(_this.$dom.currentNode);
@@ -31150,6 +31566,22 @@ function native__WebGLActiveInfoWrappingImplementation__get_type(_this) {
}
}
+function native__WebGLCompressedTexturesWrappingImplementation__compressedTexImage2D(_this, target, level, internalformat, width, height, border, data) {
+ try {
+ return __dom_wrap(_this.$dom.compressedTexImage2D(__dom_unwrap(target), __dom_unwrap(level), __dom_unwrap(internalformat), __dom_unwrap(width), __dom_unwrap(height), __dom_unwrap(border), __dom_unwrap(data)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__WebGLCompressedTexturesWrappingImplementation__compressedTexSubImage2D(_this, target, level, xoffset, yoffset, width, height, format, data) {
+ try {
+ return __dom_wrap(_this.$dom.compressedTexSubImage2D(__dom_unwrap(target), __dom_unwrap(level), __dom_unwrap(xoffset), __dom_unwrap(yoffset), __dom_unwrap(width), __dom_unwrap(height), __dom_unwrap(format), __dom_unwrap(data)));
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__WebGLContextAttributesWrappingImplementation__get_alpha(_this) {
try {
return __dom_wrap(_this.$dom.alpha);
@@ -31262,6 +31694,22 @@ function native__WebGLDebugShadersWrappingImplementation__getTranslatedShaderSou
}
}
+function native__WebGLLoseContextWrappingImplementation__loseContext(_this) {
+ try {
+ return __dom_wrap(_this.$dom.loseContext());
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
+function native__WebGLLoseContextWrappingImplementation__restoreContext(_this) {
+ try {
+ return __dom_wrap(_this.$dom.restoreContext());
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__WebGLRenderingContextWrappingImplementation__get_drawingBufferHeight(_this) {
try {
return __dom_wrap(_this.$dom.drawingBufferHeight);
@@ -33166,22 +33614,6 @@ function native__WebKitFlagsWrappingImplementation__set_exclusive(_this, value)
}
}
-function native__WebKitLoseContextWrappingImplementation__loseContext(_this) {
- try {
- return __dom_wrap(_this.$dom.loseContext());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
-function native__WebKitLoseContextWrappingImplementation__restoreContext(_this) {
- try {
- return __dom_wrap(_this.$dom.restoreContext());
- } catch (e) {
- throw __dom_wrap_exception(e);
- }
-}
-
function native__WebKitMutationObserverWrappingImplementation__disconnect(_this) {
try {
return __dom_wrap(_this.$dom.disconnect());
@@ -33614,6 +34046,14 @@ function native__WorkerContextWrappingImplementation__set_self(_this, value) {
}
}
+function native__WorkerContextWrappingImplementation__get_webkitIndexedDB(_this) {
+ try {
+ return __dom_wrap(_this.$dom.webkitIndexedDB);
+ } catch (e) {
+ throw __dom_wrap_exception(e);
+ }
+}
+
function native__WorkerContextWrappingImplementation__get_webkitNotifications(_this) {
try {
return __dom_wrap(_this.$dom.webkitNotifications);
@@ -34807,6 +35247,7 @@ var __dom_type_map = {
"HTMLParamElement": native__HTMLParamElementWrappingImplementation_create__HTMLParamElementWrappingImplementation,
"HTMLPreElement": native__HTMLPreElementWrappingImplementation_create__HTMLPreElementWrappingImplementation,
"HTMLProgressElement": native__HTMLProgressElementWrappingImplementation_create__HTMLProgressElementWrappingImplementation,
+ "HTMLPropertiesCollection": native__HTMLPropertiesCollectionWrappingImplementation_create__HTMLPropertiesCollectionWrappingImplementation,
"HTMLQuoteElement": native__HTMLQuoteElementWrappingImplementation_create__HTMLQuoteElementWrappingImplementation,
"HTMLScriptElement": native__HTMLScriptElementWrappingImplementation_create__HTMLScriptElementWrappingImplementation,
"HTMLSelectElement": native__HTMLSelectElementWrappingImplementation_create__HTMLSelectElementWrappingImplementation,
@@ -34854,6 +35295,7 @@ var __dom_type_map = {
"KeyboardEvent": native__KeyboardEventWrappingImplementation_create__KeyboardEventWrappingImplementation,
"Location": native__LocationWrappingImplementation_create__LocationWrappingImplementation,
"LowPass2FilterNode": native__LowPass2FilterNodeWrappingImplementation_create__LowPass2FilterNodeWrappingImplementation,
+ "MediaController": native__MediaControllerWrappingImplementation_create__MediaControllerWrappingImplementation,
"MediaElementAudioSourceNode": native__MediaElementAudioSourceNodeWrappingImplementation_create__MediaElementAudioSourceNodeWrappingImplementation,
"MediaError": native__MediaErrorWrappingImplementation_create__MediaErrorWrappingImplementation,
"MediaList": native__MediaListWrappingImplementation_create__MediaListWrappingImplementation,
@@ -34870,8 +35312,6 @@ var __dom_type_map = {
"MutationRecord": native__MutationRecordWrappingImplementation_create__MutationRecordWrappingImplementation,
"NamedNodeMap": native__NamedNodeMapWrappingImplementation_create__NamedNodeMapWrappingImplementation,
"Navigator": native__NavigatorWrappingImplementation_create__NavigatorWrappingImplementation,
- "NavigatorUserMediaError": native__NavigatorUserMediaErrorWrappingImplementation_create__NavigatorUserMediaErrorWrappingImplementation,
- "NavigatorUserMediaSuccessCallback": native__NavigatorUserMediaSuccessCallbackWrappingImplementation_create__NavigatorUserMediaSuccessCallbackWrappingImplementation,
"Node": native__NodeWrappingImplementation_create__NodeWrappingImplementation,
"NodeFilter": native__NodeFilterWrappingImplementation_create__NodeFilterWrappingImplementation,
"NodeIterator": native__NodeIteratorWrappingImplementation_create__NodeIteratorWrappingImplementation,
@@ -34890,6 +35330,7 @@ var __dom_type_map = {
"Performance": native__PerformanceWrappingImplementation_create__PerformanceWrappingImplementation,
"PerformanceNavigation": native__PerformanceNavigationWrappingImplementation_create__PerformanceNavigationWrappingImplementation,
"PerformanceTiming": native__PerformanceTimingWrappingImplementation_create__PerformanceTimingWrappingImplementation,
+ "PointerLock": native__PointerLockWrappingImplementation_create__PointerLockWrappingImplementation,
"PopStateEvent": native__PopStateEventWrappingImplementation_create__PopStateEventWrappingImplementation,
"PositionError": native__PositionErrorWrappingImplementation_create__PositionErrorWrappingImplementation,
"ProcessingInstruction": native__ProcessingInstructionWrappingImplementation_create__ProcessingInstructionWrappingImplementation,
@@ -35077,10 +35518,12 @@ var __dom_type_map = {
"TextTrack": native__TextTrackWrappingImplementation_create__TextTrackWrappingImplementation,
"TextTrackCue": native__TextTrackCueWrappingImplementation_create__TextTrackCueWrappingImplementation,
"TextTrackCueList": native__TextTrackCueListWrappingImplementation_create__TextTrackCueListWrappingImplementation,
+ "TextTrackList": native__TextTrackListWrappingImplementation_create__TextTrackListWrappingImplementation,
"TimeRanges": native__TimeRangesWrappingImplementation_create__TimeRangesWrappingImplementation,
"Touch": native__TouchWrappingImplementation_create__TouchWrappingImplementation,
"TouchEvent": native__TouchEventWrappingImplementation_create__TouchEventWrappingImplementation,
"TouchList": native__TouchListWrappingImplementation_create__TouchListWrappingImplementation,
+ "TrackEvent": native__TrackEventWrappingImplementation_create__TrackEventWrappingImplementation,
"TreeWalker": native__TreeWalkerWrappingImplementation_create__TreeWalkerWrappingImplementation,
"UIEvent": native__UIEventWrappingImplementation_create__UIEventWrappingImplementation,
"Uint16Array": native__Uint16ArrayWrappingImplementation_create__Uint16ArrayWrappingImplementation,
@@ -35090,11 +35533,13 @@ var __dom_type_map = {
"WaveShaperNode": native__WaveShaperNodeWrappingImplementation_create__WaveShaperNodeWrappingImplementation,
"WebGLActiveInfo": native__WebGLActiveInfoWrappingImplementation_create__WebGLActiveInfoWrappingImplementation,
"WebGLBuffer": native__WebGLBufferWrappingImplementation_create__WebGLBufferWrappingImplementation,
+ "WebGLCompressedTextures": native__WebGLCompressedTexturesWrappingImplementation_create__WebGLCompressedTexturesWrappingImplementation,
"WebGLContextAttributes": native__WebGLContextAttributesWrappingImplementation_create__WebGLContextAttributesWrappingImplementation,
"WebGLContextEvent": native__WebGLContextEventWrappingImplementation_create__WebGLContextEventWrappingImplementation,
"WebGLDebugRendererInfo": native__WebGLDebugRendererInfoWrappingImplementation_create__WebGLDebugRendererInfoWrappingImplementation,
"WebGLDebugShaders": native__WebGLDebugShadersWrappingImplementation_create__WebGLDebugShadersWrappingImplementation,
"WebGLFramebuffer": native__WebGLFramebufferWrappingImplementation_create__WebGLFramebufferWrappingImplementation,
+ "WebGLLoseContext": native__WebGLLoseContextWrappingImplementation_create__WebGLLoseContextWrappingImplementation,
"WebGLProgram": native__WebGLProgramWrappingImplementation_create__WebGLProgramWrappingImplementation,
"WebGLRenderbuffer": native__WebGLRenderbufferWrappingImplementation_create__WebGLRenderbufferWrappingImplementation,
"WebGLRenderingContext": native__WebGLRenderingContextWrappingImplementation_create__WebGLRenderingContextWrappingImplementation,
@@ -35112,8 +35557,8 @@ var __dom_type_map = {
"WebKitCSSMatrix": native__WebKitCSSMatrixWrappingImplementation_create__WebKitCSSMatrixWrappingImplementation,
"WebKitCSSTransformValue": native__WebKitCSSTransformValueWrappingImplementation_create__WebKitCSSTransformValueWrappingImplementation,
"WebKitFlags": native__WebKitFlagsWrappingImplementation_create__WebKitFlagsWrappingImplementation,
- "WebKitLoseContext": native__WebKitLoseContextWrappingImplementation_create__WebKitLoseContextWrappingImplementation,
"WebKitMutationObserver": native__WebKitMutationObserverWrappingImplementation_create__WebKitMutationObserverWrappingImplementation,
+ "WebKitNamedFlow": native__WebKitNamedFlowWrappingImplementation_create__WebKitNamedFlowWrappingImplementation,
"WebKitPoint": native__WebKitPointWrappingImplementation_create__WebKitPointWrappingImplementation,
"WebKitTransitionEvent": native__WebKitTransitionEventWrappingImplementation_create__WebKitTransitionEventWrappingImplementation,
"WebSocket": native__WebSocketWrappingImplementation_create__WebSocketWrappingImplementation,

Powered by Google App Engine
This is Rietveld 408576698