Searched defs:ObjectPropertyTreeElement (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DScopeChainSidebarPane.js148 * @extends {WebInspector.ObjectPropertyTreeElement}
153 WebInspector.ObjectPropertyTreeElement.call(this, property);
159 WebInspector.ObjectPropertyTreeElement.prototype.onattach.call(this);
183 __proto__: WebInspector.ObjectPropertyTreeElement.prototype
181 }, class
H A DWatchExpressionsSidebarPane.js234 WebInspector.ObjectPropertyTreeElement.populateWithProperties(this.propertiesTreeOutline, properties, [],
373 * @extends {WebInspector.ObjectPropertyTreeElement}
378 WebInspector.ObjectPropertyTreeElement.call(this, property);
384 WebInspector.ObjectPropertyTreeElement.prototype.onexpand.call(this);
390 WebInspector.ObjectPropertyTreeElement.prototype.oncollapse.call(this);
396 WebInspector.ObjectPropertyTreeElement.prototype.onattach.call(this);
408 WebInspector.ObjectPropertyTreeElement.prototype.update.call(this);
482 WebInspector.ObjectPropertyTreeElement.prototype.editingCancelled.call(this, element, context);
496 __proto__: WebInspector.ObjectPropertyTreeElement.prototype
502 * @extends {WebInspector.ObjectPropertyTreeElement}
494 }, function
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DObjectPropertiesSection.js44 this.treeElementConstructor = treeElementConstructor || WebInspector.ObjectPropertyTreeElement;
109 WebInspector.ObjectPropertyTreeElement.populateWithProperties(this.propertiesTreeOutline,
145 WebInspector.ObjectPropertyTreeElement = function(property)
155 WebInspector.ObjectPropertyTreeElement.prototype = {
160 WebInspector.ObjectPropertyTreeElement.populate(this, propertyValue);
250 this.valueElement = WebInspector.ObjectPropertyTreeElement.createRemoteObjectAccessorPropertySpan(this.property.parentObject, [this.property.name], this._onInvokeGetterClick.bind(this));
339 * @this {WebInspector.ObjectPropertyTreeElement}
415 * @this {WebInspector.ObjectPropertyTreeElement}
482 WebInspector.ObjectPropertyTreeElement.populate = function(treeElement, value, emptyPlaceholder) {
501 WebInspector.ObjectPropertyTreeElement
[all...]

Completed in 2275 milliseconds