Searched refs:httpHeaders (Results 1 – 3 of 3) sorted by relevance
118 ErrCode LoadUrl(std::string url, std::map<std::string, std::string> httpHeaders);
498 ErrCode WebviewController::LoadUrl(std::string url, std::map<std::string, std::string> httpHeaders) in LoadUrl() argument504 return nweb_ptr->Load(url, httpHeaders); in LoadUrl()
1273 std::map<std::string, std::string> httpHeaders; in LoadUrlWithHttpHeaders() local1295 httpHeaders[key] = value; in LoadUrlWithHttpHeaders()1302 ErrCode ret = webviewController->LoadUrl(url, httpHeaders); in LoadUrlWithHttpHeaders()