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

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DApplicationCacheItemsView.js134 if (this.isShowing() && this._status === applicationCache.IDLE && (oldStatus === applicationCache.UPDATEREADY || !this._resources))
168 delete this._resources;
181 this._resources = applicationCache.resources;
231 this._resources.sort(comparator);
235 for (var i = 0; i < this._resources.length; ++i) {
237 var resource = this._resources[i];
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOPlatformExpert.cpp1014 IOService *service, *_resources; local
1017 _resources = waitForService(resourceMatching(functionName));
1019 _resources = getResourceService();
1021 if (_resources == 0) return kIOReturnUnsupported;
1023 service = OSDynamicCast(IOService, _resources->getProperty(functionName));

Completed in 180 milliseconds