Home
last modified time | relevance | path

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

/external/clang/test/CodeGenObjC/
Dgc-weak-attribute.m8 @property (readwrite, weak) id representedObject; property
/external/webkit/Source/WebCore/inspector/front-end/
DSidebarTreeElement.js26 WebInspector.SidebarSectionTreeElement = function(title, representedObject, hasChildren) argument
66 WebInspector.SidebarTreeElement = function(className, title, subtitle, representedObject, hasChildr… argument
Dtreeoutline.js263 TreeOutline.prototype.getCachedTreeElement = function(representedObject) argument
281 TreeOutline.prototype.findTreeElement = function(representedObject, isAncestor, getParent) argument
443 function TreeElement(title, representedObject, hasChildren) argument
DResourcesPanel.js808 WebInspector.BaseStorageTreeElement = function(storagePanel, representedObject, title, iconClasses,… argument
/external/clang/test/Analysis/
Dregion-1.m66 @protocol XCProxyObjectProtocol - (id) representedObject; method