Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.h340 OfflineResourceValue resourceValue);
H A Dnapi_webview_controller.cpp5907 OfflineResourceValue resourceValue; in AddResourcesToMemoryCache() local
5908 resourceValue.urlList = urlListObj; in AddResourcesToMemoryCache()
5909 resourceValue.resource = resourceObj; in AddResourcesToMemoryCache()
5910 resourceValue.responseHeaders = headersObj; in AddResourcesToMemoryCache()
5911 resourceValue.type = typeObj; in AddResourcesToMemoryCache()
5912 AddResourceItemToMemoryCache(env, info, resourceValue); in AddResourcesToMemoryCache()
5918 OfflineResourceValue resourceValue) in AddResourceItemToMemoryCache()
5927 ParseURLResult result = webviewController->ParseURLList(env, resourceValue.urlList, urlList); in AddResourceItemToMemoryCache()
5937 std::vector<uint8_t> resource = webviewController->ParseUint8Array(env, resourceValue.resource); in AddResourceItemToMemoryCache()
5946 if (!webviewController->ParseResponseHeaders(env, resourceValue in AddResourceItemToMemoryCache()
5916 AddResourceItemToMemoryCache(napi_env env, napi_callback_info info, OfflineResourceValue resourceValue) AddResourceItemToMemoryCache() argument
[all...]

Completed in 11 milliseconds