Searched refs:_resources (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DResourceCollection.js30 this._resources = [];
42 return this._resources;
74 // We do this incase the WebInspector.Resource is a new object that isn't in _resources,
88 if (!this._resources.length)
91 for (var i = 0; i < this._resources.length; ++i)
92 this._disassociateWithResource(this._resources[i], true);
94 this._resources = [];
103 this._resources.push(resource);
117 this._resources.remove(resource);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DApplicationCacheFrameContentView.js116 if (this.visible && this._status === WebInspector.ApplicationCacheManager.Status.Idle && (oldStatus === WebInspector.ApplicationCacheManager.Status.UpdateReady || !this._resources))
134 delete this._resources;
148 this._resources = applicationCache.resources;
211 for (var resource of this._resources) {
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPlatformExpert.cpp1067 IOService *service, *_resources; local
1070 _resources = waitForService(resourceMatching(functionName));
1072 _resources = getResourceService();
1074 if (_resources == 0) return kIOReturnUnsupported;
1076 service = OSDynamicCast(IOService, _resources->getProperty(functionName));

Completed in 93 milliseconds