Home
last modified time | relevance | path

Searched refs:WebDownloadItem_ContentDisposition (Results 1 - 6 of 6) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_download_item.cpp79 this->contentDisposition = std::string(WebDownloadItem_ContentDisposition(downloadItem)); in WebDownloadItem()
/base/web/webview/interfaces/kits/cj/src/
H A Dweb_download_item_impl.cpp77 this->contentDisposition = std::string(WebDownloadItem_ContentDisposition(downloadItem)); in WebDownloadItemImpl()
/base/web/webview/test/fuzztest/ohos_nweb/napi_fuzzer/
H A Dnapi_fuzzer.cpp65 WebDownloadItem_ContentDisposition(nullptr); in NapiFuzzTest()
/base/web/webview/ohos_nweb/include/
H A Dnweb_c_api.h124 NWEB_EXPORT char *WebDownloadItem_ContentDisposition(const NWebDownloadItem *downloadItem);
/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp73 DO(WebDownloadItem_ContentDisposition); \
374 extern "C" char* WebDownloadItem_ContentDisposition(const NWebDownloadItem* downloadItem) in WebDownloadItem_ContentDisposition() function
377 WVLOG_E("WebDownloadItem_ContentDisposition not found."); in WebDownloadItem_ContentDisposition()
/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp408 char* disposition = WebDownloadItem_ContentDisposition(downloadItem); in HWTEST_F()

Completed in 5 milliseconds