Searched defs:representedObject (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/CodeGenObjC/ |
D | gc-weak-attribute.m | 8 @property (readwrite, weak) id representedObject; property
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | SidebarTreeElement.js | 26 WebInspector.SidebarSectionTreeElement = function(title, representedObject, hasChildren) argument 66 WebInspector.SidebarTreeElement = function(className, title, subtitle, representedObject, hasChildr… argument
|
D | treeoutline.js | 263 TreeOutline.prototype.getCachedTreeElement = function(representedObject) argument 281 TreeOutline.prototype.findTreeElement = function(representedObject, isAncestor, getParent) argument 443 function TreeElement(title, representedObject, hasChildren) argument
|
D | ResourcesPanel.js | 808 WebInspector.BaseStorageTreeElement = function(storagePanel, representedObject, title, iconClasses,… argument
|
/external/clang/test/Analysis/ |
D | region-1.m | 66 @protocol XCProxyObjectProtocol - (id) representedObject; method
|