/external/chromium/chrome/browser/ |
crash_upload_list_win.cc | 16 HANDLE event_log = OpenEventLog(NULL, L"Application");
|
/external/chromium/chrome/browser/debugger/ |
devtools_remote_listen_socket_unittest.h | 107 HANDLE semaphore_;
|
/external/chromium/chrome/common/ |
chrome_paths_win.cc | 71 REFKNOWNFOLDERID, DWORD, HANDLE, PWSTR*);
|
win_safe_util.cc | 90 HANDLE file = CreateFile(path.c_str(), GENERIC_WRITE, kShare, NULL,
|
/external/chromium/net/tools/dump_cache/ |
cache_dumper.h | 85 HANDLE entry_;
|
/external/chromium_org/base/process/ |
process_handle_win.cc | 23 bool OpenProcessHandle(ProcessId pid, ProcessHandle* handle) { 24 // We try to limit privileges granted to the handle. If you need this 35 *handle = result; 39 bool OpenPrivilegedProcessHandle(ProcessId pid, ProcessHandle* handle) { 50 *handle = result; 56 ProcessHandle* handle) { 62 *handle = result; 71 // This returns 0 if we have insufficient rights to query the process handle. 82 HANDLE process_token;
|
/external/chromium_org/chrome/app/ |
image_pre_reader_win.cc | 45 bool SetFilePointer(HANDLE file_handle, size_t position) { 55 bool ReadNextBytes(HANDLE file_handle, void* buffer, size_t bytes_to_read) { 76 bool ReadMissingBytes(HANDLE file_handle, 128 bool ReadThroughSection(HANDLE file_handle,
|
/external/chromium_org/chrome/browser/ |
crash_upload_list_win.cc | 17 HANDLE event_log = OpenEventLog(NULL, L"Application");
|
process_singleton_win.cc | 53 explicit AutoLockMutex(HANDLE mutex) : mutex_(mutex) { 64 HANDLE mutex_; 72 explicit AutoUnlockMutex(HANDLE mutex) : mutex_(mutex) { 83 HANDLE mutex_; 165 // Handle the WM_COPYDATA message from another process.
|
/external/chromium_org/chrome/browser/policy/ |
policy_loader_win.h | 103 virtual void OnObjectSignaled(HANDLE object) OVERRIDE;
|
/external/chromium_org/content/child/npapi/ |
plugin_stream.h | 96 // Per platform method to reset the temporary file handle. 145 HANDLE temp_file_handle_;
|
/external/chromium_org/content/shell/app/ |
webkit_test_platform_support_win.cc | 45 HANDLE font_handle =
|
/external/chromium_org/media/audio/win/ |
core_audio_util_win.h | 161 HANDLE event_handle,
|
/external/chromium_org/net/tools/dump_cache/ |
cache_dumper.h | 83 HANDLE entry_;
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
temporary_file.cc | 40 bool TempFile::SetExistingFd(PP_FileHandle handle) { 41 // Check if we got a bad handle or if Open has already been called. 42 if (handle == PP_kInvalidFileHandle || read_wrapper_.get() != NULL) 44 existing_handle_ = handle; 65 HANDLE handle = file_handle; local 69 int32_t posix_desc = _open_osfhandle(reinterpret_cast<intptr_t>(handle), 73 PLUGIN_PRINTF(("TempFile::Open failed to convert HANDLE to posix\n")); 74 // Close the Windows HANDLE if it can't be converted. 75 CloseHandle(handle); [all...] |
/external/chromium_org/ppapi/proxy/ |
serialized_structs.h | 117 base::SharedMemoryHandle handle; member in struct:ppapi::proxy::PPPDecryptor_Buffer 122 typedef HANDLE ImageHandle;
|
/external/chromium_org/sandbox/win/sandbox_poc/ |
main_ui_window.h | 85 // window handle (passed in as hwnd). Return value is a pointer to the 169 // A handle to the current instance of the app. Passed in to this class 182 // This is a static handle to the list view that fills up the entire main 188 HANDLE pipe_handle_;
|
/external/chromium_org/sandbox/win/src/ |
win_utils.cc | 22 // Contains all the known registry key by name and by handle. 124 // we'll get from |handle| will be \device\harddiskvolume1\some\foo\bar. 125 bool SameObject(HANDLE handle, const wchar_t* full_path) { 134 if (!GetPathFromHandle(handle, &actual_path)) 239 bool GetPathFromHandle(HANDLE handle, std::wstring* path) { 247 NTSTATUS status = NtQueryObject(handle, ObjectNameInformation, name, size, 256 // object referenced by the handle. 257 status = NtQueryObject(handle, ObjectNameInformation, name, size, &size) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderThemeChromiumWin.h | 30 typedef void* HANDLE;
|
/external/chromium_org/third_party/skia/include/core/ |
SkOSFile.h | 112 HANDLE fHandle;
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
sysinfo.h | 172 // The offsets are all uint64 in order to handle the case of a 198 HANDLE snapshot_; // filehandle on dll info
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
sysinfo.h | 172 // The offsets are all uint64 in order to handle the case of a 198 HANDLE snapshot_; // filehandle on dll info
|
/external/chromium_org/ui/surface/ |
transport_dib_win.cc | 23 TransportDIB::TransportDIB(HANDLE handle) 24 : shared_memory_(handle, false /* read write */), 44 TransportDIB* TransportDIB::Map(Handle handle) { 45 scoped_ptr<TransportDIB> dib(CreateWithHandle(handle)); 52 TransportDIB* TransportDIB::CreateWithHandle(Handle handle) { 53 return new TransportDIB(handle); 57 bool TransportDIB::is_valid_handle(Handle dib) 106 TransportDIB::Handle TransportDIB::handle() const { function in class:TransportDIB [all...] |
/external/qemu/block/ |
raw-win32.c | 36 HANDLE hfile; 45 HANDLE h; 51 h = (HANDLE)_get_osfhandle(fd); 72 return (int) DeviceIoControl((HANDLE)_get_osfhandle(fd), FSCTL_SET_SPARSE,
|
/external/qemu/distrib/sdl-1.2.15/src/thread/win32/ |
SDL_syssem.c | 39 HANDLE id;
|