/external/webkit/Source/WebCore/inspector/front-end/ |
ExtensionAPI.js | 110 resource.__proto__ = new Resource(request.arguments[0]); 124 entries[i].__proto__ = new Resource(entries[i]._resourceId); 213 PanelWithSidebarImpl.prototype.__proto__ = PanelImpl.prototype; 474 var impl = { __proto__: implConstructor.prototype };
|
NetworkItemView.js | 102 WebInspector.NetworkItemView.prototype.__proto__ = WebInspector.View.prototype;
|
PanelEnablerView.js | 102 WebInspector.PanelEnablerView.prototype.__proto__ = WebInspector.View.prototype;
|
Settings.js | 108 WebInspector.Settings.prototype.__proto__ = WebInspector.Object.prototype;
|
ShowMoreDataGridNode.js | 78 WebInspector.ShowMoreDataGridNode.prototype.__proto__ = WebInspector.DataGridNode.prototype;
|
SidebarPane.js | 133 WebInspector.SidebarPane.prototype.__proto__ = WebInspector.Object.prototype;
|
StatusBarButton.js | 148 WebInspector.StatusBarButton.prototype.__proto__ = WebInspector.Object.prototype;
|
TabbedPane.js | 86 WebInspector.TabbedPane.prototype.__proto__ = WebInspector.Object.prototype;
|
WelcomeView.js | 73 WebInspector.WelcomeView.prototype.__proto__ = WebInspector.View.prototype;
|
WorkersSidebarPane.js | 95 WebInspector.WorkersSidebarPane.prototype.__proto__ = WebInspector.SidebarPane.prototype;
|
BottomUpProfileDataGridTree.js | 146 WebInspector.BottomUpProfileDataGridNode.prototype.__proto__ = WebInspector.ProfileDataGridNode.prototype; 263 WebInspector.BottomUpProfileDataGridTree.prototype.__proto__ = WebInspector.ProfileDataGridTree.prototype;
|
DetailedHeapshotView.js | 56 WebInspector.HeapSnapshotContainmentDataGrid.prototype.__proto__ = WebInspector.DataGrid.prototype; 111 WebInspector.HeapSnapshotSortableDataGrid.prototype.__proto__ = WebInspector.DataGrid.prototype; 156 WebInspector.HeapSnapshotConstructorsDataGrid.prototype.__proto__ = WebInspector.HeapSnapshotSortableDataGrid.prototype; 237 WebInspector.HeapSnapshotDiffDataGrid.prototype.__proto__ = WebInspector.HeapSnapshotSortableDataGrid.prototype; 264 WebInspector.HeapSnapshotDominatorsDataGrid.prototype.__proto__ = WebInspector.DataGrid.prototype; 380 WebInspector.HeapSnapshotRetainingPathsList.prototype.__proto__ = WebInspector.HeapSnapshotSortableDataGrid.prototype; [all...] |
HeapSnapshotView.js | 508 WebInspector.HeapSnapshotView.prototype.__proto__ = WebInspector.View.prototype; 611 WebInspector.HeapSummaryCountCalculator.prototype.__proto__ = WebInspector.HeapSummaryCalculator.prototype; 631 WebInspector.HeapSummarySizeCalculator.prototype.__proto__ = WebInspector.HeapSummaryCalculator.prototype; 829 WebInspector.HeapSnapshotDataGridNodeWithRetainers.prototype.__proto__ = WebInspector.DataGridNode.prototype; 853 WebInspector.HeapSnapshotDataGridNode.prototype.__proto__ = WebInspector.HeapSnapshotDataGridNodeWithRetainers.prototype; [all...] |
/external/chromium/chrome/browser/resources/ntp4/ |
tile_page.js | 58 el.__proto__ = TilePage.prototype; 89 __proto__: HTMLDivElement.prototype,
|
/external/v8/test/mjsunit/ |
array-unshift.js | 131 array.__proto__ = array_proto; 164 array.__proto__ = array_proto;
|
/external/webkit/Source/JavaScriptCore/runtime/ |
JSActivation.cpp | 164 // We don't call through to JSObject because __proto__ and getter/setter 179 // We don't call through to JSObject because __proto__ and getter/setter
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/GlobalObject/ |
15.1.2.6.js | 57 // array[item++] = new TestCase( SECTION, "isNaN.__proto__", Function.prototype, isNaN.__proto__ );
|
/external/webkit/LayoutTests/fast/js/resources/ |
JSON-stringify.js | 8 simpleArrayWithProto.__proto__ = simpleObject; 9 var simpleObjectWithProto = {d:"4", e:"5", f:"6", __proto__:simpleObject}; 11 complexArrayWithProto.__proto__ = simpleObjectWithProto; 12 var complexObjectWithProto = {d:"4", e:"5", f:"6", g:undefined, h:null, "":12, get i(){ return simpleArrayWithProto; }, array2: complexArrayWithProto, __proto__:complexObject}; 14 var objectWithSideEffectGetterAndProto = {__proto__:{foo:"bar"}, get b() {this.foo=1;}}; 19 arrayWithSideEffectGetterAndProto.__proto__ = {foo:"bar"};
|
/external/chromium-trace/src/tracing/ |
timeline_model.js | 71 __proto__: TimelineSlice.prototype 86 __proto__: TimelineSlice.prototype, 256 __proto__: Object.prototype, 454 __proto__: Object.prototype, 778 __proto__: Object.prototype, 789 __proto__: cr.EventTarget.prototype, 1046 __proto__: Object.prototype,
|
timeline_track.js | 44 __proto__: HTMLDivElement.prototype, 153 __proto__: TimelineContainerTrack.prototype, 278 __proto__: TimelineContainerTrack.prototype, 350 __proto__: HTMLDivElement.prototype, 511 __proto__: CanvasBasedTrack.prototype, 808 __proto__: CanvasBasedTrack.prototype, 954 __proto__: CanvasBasedTrack.prototype, [all...] |
/external/chromium-trace/ |
script.js | 3 a!==c&&(this[h]=a,f&&f.call(this,a,c),g(this,b,a,c))};case a.ATTR:var k=e(b);return function(a){var c=this[k];a!==c&&(void 0==a?this.removeAttribute(k):this.setAttribute(k,a),f&&f.call(this,a,c),g(this,b,a,c))};case a.BOOL_ATTR:return k=e(b),function(a){var c=this[k];a!==c&&(a?this.setAttribute(k,b):this.removeAttribute(k),f&&f.call(this,a,c),g(this,b,a,c))}}}function h(a,b,c){var f=cr.doc.createEvent("Event");f.initEvent(a,!!b,!!c);f.__proto__=global.Event.prototype;return f}var a={JS:"js",ATTR:"attr", 5 b.__lookupSetter__(e)||b.__defineSetter__(e,f(e,h,g))},dispatchPropertyChange:g,dispatchSimpleEvent:function(a,b,c,f){b=new cr.Event(b,c,f);return a.dispatchEvent(b)},Event:h,getUid:function(a){return a.hasOwnProperty("uid")?a.uid:a.uid=b++},initialize:function(){if(global.document)h.prototype={__proto__:global.Event.prototype},cr.isMac=/Mac/.test(navigator.platform),cr.isWindows=/Win/.test(navigator.platform),cr.isChromeOS=/CrOS/.test(navigator.userAgent),cr.isLinux=/Linux/.test(navigator.userAgent), property 7 function(){return c});e.preventDefault=function(){this.returnValue=!1};var f=e.type,h=0;if(f in this.listeners_)for(var f=this.listeners_[f].concat(),a=0,b;b=f[a];a++)h=b.handleEvent?h|!1===b.handleEvent.call(b,e):h|!1===b.call(this,e);return!h&&e.returnValue}};return{EventTarget:g}});cr.define("cr.ui",function(){function g(e,c){return(c&&c.ownerDocument?c.ownerDocument:cr.doc).createElement(e)}return{decorate:function(e,c){var f;f="string"==typeof e?cr.doc.querySelectorAll(e):[e];for(var h=0,a;a=f[h];h++)a instanceof c||c.decorate(a)},define:function(e){function c(a){var b=f(h,a);c.decorate(b);for(var d in a)b[d]=a[d];return b}var f,h;"function"==typeof e?(f=e,h=""):(f=g,h=e);c.decorate=function(a){a.__proto__=c.prototype;a.decorate()};return c},limitInputWidth:function(e,c,f){function h(){if(e.scrollWidth> 10 f=new g(c);e.push([c,f]);return f};return{FocusOutlineManager:g}});cr.define("cr.ui",function(){function g(){for(var b={TABBOX:e,TABS:c,TAB:f,TABPANELS:h,TABPANEL:a},d,m=0;d=this.children[m];m++){var i=b[d.tagName];i&&cr.ui.decorate(d,i)}}var e=cr.ui.define("tabbox");e.prototype={__proto__:HTMLElement.prototype,decorate:function(){g.call(this);this.addEventListener("selectedChange",this.handleSelectedChange_,!0);this.selectedIndex=0},handleSelectedChange_:function(a){var d=a.target;a.newValue&&(d.parentElement&&d.parentElement.parentElement)==this&&(this.selectedIndex= 11 Array.prototype.indexOf.call(d.parentElement.children,d))},selectedIndex_:-1};cr.defineProperty(e,"selectedIndex",cr.PropertyKind.JS_PROP,function(a){for(var d,c,f=0;d=this.children[f];f++)for(var e=0;c=d.children[e];e++)c.selected=e==a});var c=cr.ui.define("tabs");c.prototype={__proto__:HTMLElement.prototype,decorate:function(){g.call(this);this.tabIndex=0;this.addEventListener("keydown",this.handleKeyDown_.bind(this));this.focusOutlineManager_=cr.ui.FocusOutlineManager.forDocument(this.ownerDocument)}, 12 handleKeyDown_:function(a){var d=0;switch(a.keyIdentifier){case "Left":case "Up":d=-1;break;case "Right":case "Down":d=1}d&&("rtl"==this.ownerDocument.defaultView.getComputedStyle(this).direction&&(d*=-1),a=this.children.length,this.parentElement.selectedIndex=(this.parentElement.selectedIndex+d+a)%a,this.focusOutlineManager_.visible=!0)}};var f=cr.ui.define("tab");f.prototype={__proto__:HTMLElement.prototype,decorate:function(){var a=this;this.addEventListener(cr.isMac?"click":"mousedown",function(){a.selected= 13 !0})}};cr.defineProperty(f,"selected",cr.PropertyKind.BOOL_ATTR);var h=cr.ui.define("tabpanels");h.prototype={__proto__:HTMLElement.prototype,decorate:g};var a=cr.ui.define("tabpanel");a.prototype={__proto__:HTMLElement.prototype,decorate:function(){}};cr.defineProperty(a,"selected",cr.PropertyKind.BOOL_ATTR);return{TabBox:e,Tabs:c,Tab:f,TabPanels:h,TabPanel:a}});global=this;function $(g){return document.getElementById(g)}function chromeSend(g,e,c,f){var h=global[c];global[c]=function(){global[c]=h;var a=Array.prototype.slice.call(arguments);return f.apply(global,a)};chrome.send(g,e)}function url(g){g=g.replace(/(\(|\)|\,|\s|\'|\"|\\)/g,"\\$1");/\\\\$/.test(g)&&(g+=" ");return'url("'+g+'")'}function parseQueryParams(g){for(var e={},g=unescape(g.search.substring(1)).split("&"),c=0;c<g.length;c++){var f=g[c].split("=");e[f[0]]=f[1]}return e} 16 document.addEventListener("click",function(g){if(g.returnValue){var e=g.target;if(e.nodeType==Node.ELEMENT_NODE&&e.webkitMatchesSelector("A, A *")){for(;"A"!=e.tagName;)e=e.parentElement;if(("file:"==e.protocol||"about:"==e.protocol)&&(0==g.button||1==g.button))chrome.send("navigateToUrl",[e.href,e.target,g.button,g.altKey,g.ctrlKey,g.metaKey,g.shiftKey]),g.preventDefault()}}});function appendParam(g,e,c){e=encodeURIComponent(e)+"="+encodeURIComponent(c);return-1==g.indexOf("?")?g+"?"+e:g+"&"+e};cr.define("tracing",function(){var g=cr.ui.define("div");g.prototype={__proto__:HTMLDivElement.prototype,decorate:function(){this.classList.add("overlay-root");this.visible=!1;this.contentHost=this.ownerDocument.createElement("div");this.contentHost.classList.add("content-host");this.tabCatcher=this.ownerDocument.createElement("span");this.tabCatcher.tabIndex=0;this.appendChild(this.contentHost);this.onKeydownBoundToThis_=this.onKeydown_.bind(this);this.onFocusInBoundToThis_=this.onFocusIn_.bind(this); 19 delete c.oldParent_):this.contentHost.removeChild(c);c.removeEventListener("keydown",this.onKeydownBoundToThis_);this.ownerDocument.removeEventListener("focusin",this.onFocusInBoundToThis_)}};cr.defineProperty(g,"visible",cr.PropertyKind.BOOL_ATTR);var e=cr.ui.define("div");e.prototype={__proto__:HTMLDivElement.prototype,decorate:function(){if(!this.ownerDocument.querySelector(".overlay-root") (…) [all...] |
/external/v8/test/cctest/ |
test-api.cc | 917 derived_instance2->Set(v8_str("__proto__"), derived_instance); 918 other_instance->Set(v8_str("__proto__"), derived_instance2); [all...] |
/external/chromium/chrome/browser/resources/options/chromeos/ |
internet_network_element.js | 39 __proto__: HTMLDivElement.prototype, 147 el.__proto__ = NetworkItem.prototype; 152 __proto__: HTMLDivElement.prototype,
|
/external/chromium/chrome/browser/resources/options/ |
language_list.js | 21 el.__proto__ = LanguageListItem.prototype; 28 __proto__: DeletableItem.prototype, 112 __proto__: DeletableItemList.prototype,
|
search_page.js | 20 el.__proto__ = SearchBubble.prototype; 25 __proto__: HTMLDivElement.prototype, 115 __proto__: OptionsPage.prototype,
|