Searched refs:resourceValue (Results 1 – 4 of 4) sorted by relevance
156 resourceValue?: number,1153 let resourceValue: number | undefined = RESOURCE_CACHE_MAP.get(resourceName).resourceValue;1154 if (typeof resourceValue === 'number') {1155 return resourceValue;1157 resourceValue = Util.getNumberByResource(RESOURCE_CACHE_MAP.get(resourceName).resourceId,1159 RESOURCE_CACHE_MAP.get(resourceName).resourceValue = resourceValue;1160 return resourceValue;
5881 OfflineResourceValue resourceValue; in AddResourcesToMemoryCache() local5882 resourceValue.urlList = urlListObj; in AddResourcesToMemoryCache()5883 resourceValue.resource = resourceObj; in AddResourcesToMemoryCache()5884 resourceValue.responseHeaders = headersObj; in AddResourcesToMemoryCache()5885 resourceValue.type = typeObj; in AddResourcesToMemoryCache()5886 AddResourceItemToMemoryCache(env, info, resourceValue); in AddResourcesToMemoryCache()5892 OfflineResourceValue resourceValue) in AddResourceItemToMemoryCache() argument5901 ParseURLResult result = webviewController->ParseURLList(env, resourceValue.urlList, urlList); in AddResourceItemToMemoryCache()5911 std::vector<uint8_t> resource = webviewController->ParseUint8Array(env, resourceValue.resource); in AddResourceItemToMemoryCache()5920 …if (!webviewController->ParseResponseHeaders(env, resourceValue.responseHeaders, responseHeaders))… in AddResourceItemToMemoryCache()[all …]
340 OfflineResourceValue resourceValue);
2112 let c1 = RESOURCE_CACHE_MAP.get(b1).resourceValue;2118 RESOURCE_CACHE_MAP.get(b1).resourceValue = c1;