Home
last modified time | relevance | path

Searched refs:httpHeaders (Results 1 – 3 of 3) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.h118 ErrCode LoadUrl(std::string url, std::map<std::string, std::string> httpHeaders);
Dwebview_controller.cpp498 ErrCode WebviewController::LoadUrl(std::string url, std::map<std::string, std::string> httpHeaders) in LoadUrl() argument
504 return nweb_ptr->Load(url, httpHeaders); in LoadUrl()
Dnapi_webview_controller.cpp1273 std::map<std::string, std::string> httpHeaders; in LoadUrlWithHttpHeaders() local
1295 httpHeaders[key] = value; in LoadUrlWithHttpHeaders()
1302 ErrCode ret = webviewController->LoadUrl(url, httpHeaders); in LoadUrlWithHttpHeaders()