Home
last modified time | relevance | path

Searched refs:WebDownloadItem_ContentDisposition (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/napi_fuzzer/
H A Dnapi_fuzzer.cpp65 WebDownloadItem_ContentDisposition(nullptr); in NapiFuzzTest()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_download_item.cpp79 this->contentDisposition = std::string(WebDownloadItem_ContentDisposition(downloadItem)); in WebDownloadItem()
/ohos5.0/base/web/webview/ohos_nweb/include/
H A Dnweb_c_api.h124 NWEB_EXPORT char *WebDownloadItem_ContentDisposition(const NWebDownloadItem *downloadItem);
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp72 DO(WebDownloadItem_ContentDisposition); \
373 extern "C" char* WebDownloadItem_ContentDisposition(const NWebDownloadItem* downloadItem) in WebDownloadItem_ContentDisposition() function
/ohos5.0/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp410 char* disposition = WebDownloadItem_ContentDisposition(downloadItem);