Lines Matching refs:LPCWSTR
65 ULONG status_code, LPCWSTR status_text) { in STDMETHOD()
68 STDMETHOD(OnStopBinding)(HRESULT result, LPCWSTR error) { in STDMETHOD()
88 std::string GetUserAgentFromHeaders(LPCWSTR headers, in GetUserAgentFromHeaders()
89 LPCWSTR additional_headers) { in GetUserAgentFromHeaders()
140 std::string MutateCFUserAgentString(LPCWSTR headers, in MutateCFUserAgentString()
141 LPCWSTR additional_headers, in MutateCFUserAgentString()
163 std::string AppendCFUserAgentString(LPCWSTR headers, in AppendCFUserAgentString()
164 LPCWSTR additional_headers) { in AppendCFUserAgentString()
172 std::string RemoveCFUserAgentString(LPCWSTR headers, in RemoveCFUserAgentString()
173 LPCWSTR additional_headers) { in RemoveCFUserAgentString()
180 std::string ReplaceOrAddUserAgent(LPCWSTR headers, in ReplaceOrAddUserAgent()
258 LPCWSTR url, LPCWSTR headers, DWORD reserved, LPWSTR* additional_headers) { in BeginningTransaction()