HomeSort by relevance Sort by last modified time
    Searched refs:HANDLE (Results 451 - 475 of 980) sorted by null

<<11121314151617181920>>

  /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.h 58 // Implement this callback to handle notifications from other processes. The
62 // should handle it (i.e., because the current process is shutting down).
131 HANDLE lock_file_;
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/components/policy/core/common/
policy_loader_win.h 107 virtual void OnObjectSignaled(HANDLE object) OVERRIDE;
  /external/chromium_org/content/shell/app/
webkit_test_platform_support_win.cc 45 HANDLE font_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 57 HANDLE handle = file_handle; local
61 int32_t posix_desc = _open_osfhandle(reinterpret_cast<intptr_t>(handle),
65 PLUGIN_PRINTF(("TempFile::Open failed to convert HANDLE to posix\n"));
66 // Close the Windows HANDLE if it can't be converted.
67 CloseHandle(handle);
  /external/chromium_org/ppapi/proxy/
serialized_structs.h 132 base::SharedMemoryHandle handle; member in struct:ppapi::proxy::PPPDecryptor_Buffer
137 typedef HANDLE ImageHandle;
  /external/chromium_org/printing/
printing_context_win.h 80 bool GetPrinterSettings(HANDLE printer,
  /external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.h 86 // window handle (passed in as hwnd). Return value is a pointer to the
170 // A handle to the current instance of the app. Passed in to this class
183 // This is a static handle to the list view that fills up the entire main
189 HANDLE pipe_handle_;
  /external/chromium_org/sandbox/win/src/
named_pipe_dispatcher.cc 48 ipc->return_info.handle = INVALID_HANDLE_VALUE;
81 HANDLE pipe;
90 ipc->return_info.handle = pipe;
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, base::string16* 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/tools/gn/
function_exec_script.cc 57 HANDLE out_read = NULL;
58 HANDLE out_write = NULL;
67 HANDLE err_read = NULL;
68 HANDLE err_write = NULL;
76 // Ensure the read handle to the pipe for STDOUT/STDERR is not inherited.
  /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;

Completed in 358 milliseconds

<<11121314151617181920>>