Home
last modified time | relevance | path

Searched defs:representedObject (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DSidebarTreeElement.js30 WebInspector.SidebarSectionTreeElement = function(title, representedObject, hasChildren) argument
85 WebInspector.SidebarTreeElement = function(className, title, subtitle, representedObject, hasChildr… argument
Dtreeoutline.js272 TreeOutline.prototype.getCachedTreeElement = function(representedObject) argument
287 TreeOutline.prototype.findTreeElement = function(representedObject, isAncestor, getParent) argument
444 function TreeElement(title, representedObject, hasChildren) argument
DResourcesPanel.js791 WebInspector.BaseStorageTreeElement = function(storagePanel, representedObject, title, iconClasses,… argument
/external/clang/test/CodeGenObjC/
Dgc-weak-attribute.m8 @property (readwrite, weak) id representedObject; property
/external/clang/test/Analysis/
Dregion-1.m67 @protocol XCProxyObjectProtocol - (id) representedObject; method