Home
last modified time | relevance | path

Searched defs:mime_type (Results 1 – 6 of 6) sorted by relevance

/base/web/webview/ohos_nweb/include/
Dnweb_url_resource_response.h55 NWebUrlResourceResponse(const std::string& mime_type, in NWebUrlResourceResponse()
68 NWebUrlResourceResponse(const std::string& mime_type, in NWebUrlResourceResponse()
126 void PutResponseMimeType(const std::string& mime_type) in PutResponseMimeType()
/base/request/request/services/service/rust/src/
Dform_item.rs22 pub mime_type: String, field
30 pub mime_type: CStringWrapper, field
Dtask_info.rs28 pub mime_type: String, field
106 pub mime_type: CStringWrapper, field
Drequest_service.rs108 let mime_type: String = data.read()?; in construct() localVariable
Drequest_task.rs74 pub mime_type: Mutex<String>, field
/base/web/webview/test/unittest/nweb_url_resource_response_test/
Dnweb_url_resource_response_test.cpp26 const std::string mime_type = "html"; variable