HomeSort by relevance Sort by last modified time
    Searched refs:HANDLE (Results 801 - 825 of 976) sorted by null

<<31323334353637383940

  /external/wpa_supplicant_8/src/drivers/
driver_ndis.c     [all...]
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_win.cc 149 HANDLE key_handle,
297 // handle
352 // API to fail as the API expects the window handle to live on the same
355 // API and replace the window handle with the dummy activation window.
380 // is code to handle this in the wndproc. However the plugin subclasses the
500 reinterpret_cast<HANDLE>(plugin_name_atom));
510 reinterpret_cast<HANDLE>(plugin_version_atom));
683 // Set the containing window handle as the instance window handle. This is
684 // what Safari does. Not having a valid window handle causes subtle bug
    [all...]
  /external/chromium_org/ipc/
ipc_message_utils.h 488 typedef HANDLE Type;
701 struct IPC_EXPORT ParamTraits<HANDLE> {
702 typedef HANDLE param_type;
  /external/chromium/base/
message_loop.cc 75 // A few events we handle (kindred to messages), and used to profile actions.
512 // Warning: Don't try to short-circuit, and handle this thread's tasks more
708 void MessageLoopForIO::RegisterIOHandler(HANDLE file, IOHandler* handler) {
  /external/chromium/third_party/libjingle/source/talk/base/
logging.cc 420 if (HANDLE error_handle = ::GetStdHandle(STD_ERROR_HANDLE)) {
  /external/chromium_org/base/files/
file_util_proxy_unittest.cc 198 HANDLE hEvent = CreateEvent(NULL, FALSE, FALSE, NULL);
  /external/chromium_org/chrome/browser/storage_monitor/
volume_mount_watcher_win.cc 187 HANDLE find_handle = FindFirstVolume(WriteInto(&volume_name, kMaxPathBufLen),
254 // handle is closed, and this is done by the ScopedHandle above.
  /external/chromium_org/chrome/installer/setup/
setup_util_unittest.cc 202 HANDLE this_process = ::GetCurrentProcess();
  /external/chromium_org/chrome/tools/crash_service/
crash_service.cc 70 // The window procedure task is to handle when a) the user logs off.
108 VLOG(1) << "window handle is " << window;
297 HANDLE running_event =
  /external/chromium_org/chrome_frame/
utils.h 215 // Retrieves the file version from a module handle without extra round trips
218 // @param module A handle to the module for which to retrieve the version info.
558 // for a handle to be signaled.
559 void WaitWithMessageLoop(HANDLE* handles, int count, DWORD timeout);
  /external/chromium_org/cloud_print/service/win/
cloud_print_service.cc 88 HANDLE stdin_handle = ::GetStdHandle(STD_INPUT_HANDLE);
  /external/chromium_org/content/common/
plugin_list_win.cc 333 HANDLE find_handle;
  /external/chromium_org/ppapi/proxy/
ppb_graphics_3d_proxy.cc 38 reinterpret_cast<HANDLE>(static_cast<intptr_t>(shm_handle));
44 // Don't close the handle, it doesn't belong to us.
360 // FIXME(brettw) handle bad messages!
ppp_content_decryptor_private_proxy.cc 40 // TODO(dmichael): Refactor so this handle sharing code is in one place.
50 int handle; local
51 int32_t result = enter.object()->GetSharedMemory(&handle);
56 reinterpret_cast<HANDLE>(static_cast<intptr_t>(handle));
58 handle;
88 buffer->handle = base::SharedMemoryHandle();
100 base::SharedMemoryHandle handle;
103 &handle) == PP_FALSE)
107 buffer->handle = handle
    [all...]
  /external/chromium_org/remoting/host/win/
wts_session_process_delegate.cc 117 typedef BOOL (WINAPI * GetNamedPipeClientProcessIdFn)(HANDLE, DWORD*);
138 // The handle of the worker process, if launched.
512 // Report a handle that can be used to wait for the worker process completion,
524 LOG_GETLASTERROR(ERROR) << "Failed to duplicate a handle";
  /external/chromium_org/third_party/angle_dx11/src/libEGL/
Display.cpp 250 EGLSurface Display::createOffscreenSurface(EGLConfig config, HANDLE shareHandle, const EGLint *attribList)
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
Renderer11.h 55 virtual SwapChain *createSwapChain(HWND window, HANDLE shareHandle, GLenum backBufferFormat, GLenum depthBufferFormat);
Renderer9.h 50 virtual SwapChain *createSwapChain(HWND window, HANDLE shareHandle, GLenum backBufferFormat, GLenum depthBufferFormat);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-uniscribe.cc 67 HANDLE fh;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wgl.c 481 HANDLE hBits;
529 GetGlyphOutline(hdc, /* handle to device context */
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_os2.h 92 #define HANDLE unsigned long
130 TID handle; /* OS/2 thread handle */ member in struct:_MDThread
203 * the libc file handle (0, 1, 2), which is an int.
  /external/chromium_org/third_party/openssl/openssl/crypto/ui/
ui_openssl.c 481 /* Internal functions to open, handle and close a channel to the console. */
589 /* Internal functions to handle signals and act on them */
711 HANDLE inh;
  /external/chromium_org/third_party/zlib/contrib/minizip/
miniunz.c 76 HANDLE hFile;
  /external/harfbuzz_ng/src/
hb-uniscribe.cc 67 HANDLE fh;
  /external/libvpx/libvpx/vpx_mem/
vpx_mem_tracker.c 108 HANDLE mutex;

Completed in 1925 milliseconds

<<31323334353637383940