blob: 8e7582af2c0665383246b07a323584f3982f270c [file] [log] [blame]
// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
part of _blink;
// _Utils native entry points
Native_Utils_window() native "Utils_window";
Native_Utils_forwardingPrint(message) native "Utils_forwardingPrint";
Native_Utils_spawnDomUri(uri) native "Utils_spawnDomUri";
Native_Utils_register(document, tag, customType, extendsTagName) native "Utils_register";
Native_Utils_createElement(document, tagName) native "Utils_createElement";
Native_Utils_initializeCustomElement(element) native "Utils_initializeCustomElement";
Native_Utils_changeElementWrapper(element, type) native "Utils_changeElementWrapper";
// FIXME: Return to using explicit cross frame entry points after roll to M35
Native_DOMWindowCrossFrame_get_history(_DOMWindowCrossFrame) native "Window_history_cross_frame_Getter";
Native_DOMWindowCrossFrame_get_location(_DOMWindowCrossFrame) native "Window_location_cross_frame_Getter";
Native_DOMWindowCrossFrame_get_closed(_DOMWindowCrossFrame) native "Window_closed_Getter";
Native_DOMWindowCrossFrame_get_opener(_DOMWindowCrossFrame) native "Window_opener_Getter";
Native_DOMWindowCrossFrame_get_parent(_DOMWindowCrossFrame) native "Window_parent_Getter";
Native_DOMWindowCrossFrame_get_top(_DOMWindowCrossFrame) native "Window_top_Getter";
Native_DOMWindowCrossFrame_close(_DOMWindowCrossFrame) native "Window_close_Callback_RESOLVER_STRING_0_";
Native_DOMWindowCrossFrame_postMessage(_DOMWindowCrossFrame, message, targetOrigin, [messagePorts]) native "Window_postMessage_Callback";
// _HistoryCrossFrame native entry points
Native_HistoryCrossFrame_back(_HistoryCrossFrame) native "History_back_Callback_RESOLVER_STRING_0_";
Native_HistoryCrossFrame_forward(_HistoryCrossFrame) native "History_forward_Callback_RESOLVER_STRING_0_";
Native_HistoryCrossFrame_go(_HistoryCrossFrame, distance) native "History_go_Callback_RESOLVER_STRING_1_long";
// _LocationCrossFrame native entry points
Native_LocationCrossFrame_set_href(_LocationCrossFrame, h) native "Location_href_Setter";
// _DOMStringMap native entry points
Native_DOMStringMap_containsKey(_DOMStringMap, key) native "DOMStringMap_containsKey_Callback";
Native_DOMStringMap_item(_DOMStringMap, key) native "DOMStringMap_item_Callback";
Native_DOMStringMap_setItem(_DOMStringMap, key, value) native "DOMStringMap_setItem_Callback";
Native_DOMStringMap_remove(_DOMStringMap, key) native "DOMStringMap_remove_Callback";
Native_DOMStringMap_get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callback";