HomeSort by relevance Sort by last modified time
    Searched refs:LPCWSTR (Results 1 - 25 of 153) sorted by null

1 2 3 4 5 6 7

  /external/chromium/crypto/
capi_util.h 25 LPCWSTR container,
26 LPCWSTR provider,
capi_util.cc 41 LPCWSTR container,
42 LPCWSTR provider,
  /external/lzma/CPP/Common/
ListFileUtils.h 9 bool ReadNamesFromListFile(LPCWSTR fileName, UStringVector &strings, UINT codePage = CP_OEMCP);
  /external/chromium_org/chrome_frame/
http_negotiate.h 18 IHttpNegotiate* me, LPCWSTR url, LPCWSTR headers, DWORD reserved,
21 IHttpNegotiate* me, DWORD response_code, LPCWSTR response_header,
22 LPCWSTR request_header, LPWSTR* additional_request_headers);
30 IInternetProtocolSink* me, ULONG status_code, LPCWSTR status_text);
58 LPCWSTR url, LPCWSTR headers, DWORD reserved, LPWSTR* additional_headers);
83 std::string AppendCFUserAgentString(LPCWSTR headers,
84 LPCWSTR additional_headers);
88 std::string ReplaceOrAddUserAgent(LPCWSTR headers
    [all...]
bind_status_callback_impl.h 63 LPCWSTR status_text);
64 STDMETHOD(OnStopBinding)(HRESULT hresult, LPCWSTR error);
75 STDMETHOD(BeginningTransaction)(LPCWSTR url, LPCWSTR headers, DWORD reserved,
77 STDMETHOD(OnResponse)(DWORD response_code, LPCWSTR response_headers,
78 LPCWSTR request_headers, LPWSTR* additional_headers);
http_negotiate.cc 65 ULONG status_code, LPCWSTR status_text) {
68 STDMETHOD(OnStopBinding)(HRESULT result, LPCWSTR error) {
88 std::string GetUserAgentFromHeaders(LPCWSTR headers,
89 LPCWSTR additional_headers) {
140 std::string MutateCFUserAgentString(LPCWSTR headers,
141 LPCWSTR additional_headers,
163 std::string AppendCFUserAgentString(LPCWSTR headers,
164 LPCWSTR additional_headers) {
172 std::string RemoveCFUserAgentString(LPCWSTR headers,
173 LPCWSTR additional_headers)
    [all...]
protocol_sink_wrap.h 28 IInternetProtocol* this_object, LPCWSTR url,
91 STDMETHOD(ReportProgress)(ULONG status_code, LPCWSTR status_text);
93 STDMETHOD(ReportResult)(HRESULT result, DWORD error, LPCWSTR result_text);
110 LPCWSTR status_text);
114 DWORD error, LPCWSTR result_text);
172 void SaveSuggestedMimeType(LPCWSTR status_text);
  /external/chromium_org/sandbox/win/src/
sync_interception.h 19 LPCWSTR lpName);
24 LPCWSTR lpName);
30 BOOL initial_state, LPCWSTR name);
35 BOOL inherit_handle, LPCWSTR name);
named_pipe_interception.h 16 LPCWSTR lpName,
27 CreateNamedPipeWFunction orig_CreateNamedPipeW, LPCWSTR pipe_name,
process_thread_interception.h 16 LPCWSTR lpApplicationName,
23 LPCWSTR lpCurrentDirectory,
73 CreateProcessWFunction orig_CreateProcessW, LPCWSTR application_name,
76 LPVOID environment, LPCWSTR current_directory, LPSTARTUPINFOW startup_info,
  /external/lzma/CPP/7zip/UI/Common/
TempFiles.cpp 17 NDirectory::DeleteFileAlways((LPCWSTR)Paths.Back());
  /external/chromium_org/crypto/
capi_util.h 26 LPCWSTR container,
27 LPCWSTR provider,
capi_util.cc 41 LPCWSTR container,
42 LPCWSTR provider,
  /external/chromium_org/media/audio/win/
audio_device_listener_win.h 42 STDMETHOD(OnPropertyValueChanged)(LPCWSTR device_id, const PROPERTYKEY key);
43 STDMETHOD(OnDeviceAdded)(LPCWSTR device_id);
44 STDMETHOD(OnDeviceRemoved)(LPCWSTR device_id);
45 STDMETHOD(OnDeviceStateChanged)(LPCWSTR device_id, DWORD new_state);
47 LPCWSTR new_default_device_id);
audio_device_listener_win.cc 99 LPCWSTR device_id, const PROPERTYKEY key) {
106 STDMETHODIMP AudioDeviceListenerWin::OnDeviceAdded(LPCWSTR device_id) {
111 STDMETHODIMP AudioDeviceListenerWin::OnDeviceRemoved(LPCWSTR device_id) {
116 STDMETHODIMP AudioDeviceListenerWin::OnDeviceStateChanged(LPCWSTR device_id,
129 EDataFlow flow, ERole role, LPCWSTR new_default_device_id) {
  /external/lzma/CPP/Windows/
FileDir.h 14 bool GetLongPaths(LPCWSTR s1, LPCWSTR s2, UString &d1, UString &d2);
24 bool SetDirTime(LPCWSTR fileName, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime);
35 bool MySetFileAttributes(LPCWSTR fileName, DWORD fileAttributes);
36 bool MyMoveFile(LPCWSTR existFileName, LPCWSTR newFileName);
37 bool MyRemoveDirectory(LPCWSTR pathName);
38 bool MyCreateDirectory(LPCWSTR pathName);
39 bool CreateComplexDirectory(LPCWSTR pathName);
40 bool DeleteFileAlways(LPCWSTR name);
    [all...]
Registry.h 45 LONG DeleteValue(LPCWSTR name);
53 LONG SetValue(LPCWSTR name, LPCWSTR value);
54 // LONG SetValue(LPCWSTR name, const UString &value);
73 LONG QueryValue(LPCWSTR name, LPWSTR value, UInt32 &dataSize);
74 LONG QueryValue(LPCWSTR name, UString &value);
FileIO.h 34 bool Create(LPCWSTR fileName, DWORD desiredAccess,
104 bool Open(LPCWSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes);
105 bool OpenShared(LPCWSTR fileName, bool shareForWrite);
106 bool Open(LPCWSTR fileName);
121 bool Open(LPCWSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes);
122 bool Open(LPCWSTR fileName, DWORD creationDisposition);
123 bool Create(LPCWSTR fileName, bool createAlways);
FileFind.h 77 bool Find(LPCWSTR wildcard);
92 bool FindFirst(LPCWSTR wildcard, CFileInfoW &fileInfo);
102 bool DoesFileExist(LPCWSTR name);
103 bool DoesDirExist(LPCWSTR name);
104 bool DoesFileOrDirExist(LPCWSTR name);
146 HANDLE FindFirst(LPCWSTR pathName, bool watchSubtree, DWORD notifyFilter);
DLL.cpp 57 CSysString GetSysPath(LPCWSTR sysPath)
60 bool CLibrary::LoadEx(LPCWSTR fileName, DWORD flags)
66 bool CLibrary::Load(LPCWSTR fileName)
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-string.h 84 static LPCWSTR AnsiToUtf16(const char* c_str);
94 static const char* Utf16ToAnsi(LPCWSTR utf16_str);
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-string.h 84 static LPCWSTR AnsiToUtf16(const char* c_str);
94 static const char* Utf16ToAnsi(LPCWSTR utf16_str);
  /external/chromium_org/win8/delegate_execute/
command_execute_impl.h 67 STDMETHOD(SetParameters)(LPCWSTR params);
71 STDMETHOD(SetDirectory)(LPCWSTR directory);
75 STDMETHOD(Initialize)(LPCWSTR name, IPropertyBag* bag);
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
normalizedunicodetext.cc 18 LPCWSTR lpSrcString,
21 LPCWSTR lpSrcString,
42 BOOL IsNormalizedString(NORM_FORM NormForm, LPCWSTR lpSrcString,
48 int NormalizeString(NORM_FORM NormForm, LPCWSTR lpSrcString, int cwSrcLength,
  /external/lzma/CPP/7zip/Common/
FileStreams.h 47 bool Open(LPCWSTR fileName);
54 bool OpenShared(LPCWSTR fileName, bool shareForWrite);
100 bool Create(LPCWSTR fileName, bool createAlways)
105 bool Open(LPCWSTR fileName, DWORD creationDisposition)

Completed in 1732 milliseconds

1 2 3 4 5 6 7