Searched defs:HANDLE (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/content/child/npapi/
H A Dwebplugin.h19 typedef void* HANDLE; typedef
54 virtual void SetWindowlessData(HANDLE pump_messages_event,
/external/chromium_org/sandbox/win/src/
H A Dshared_handles.h10 #ifndef HANDLE
15 typedef void* HANDLE; typedef
33 // HANDLE handle = SomeFunction(..);
41 // HANDLE handle = shared_handles.GetHandle(3);
73 bool SetHandle(uint32 tag, HANDLE handle);
82 bool GetHandle(uint32 tag, HANDLE* handle);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFileUtilities.h39 typedef void *HANDLE; typedef
49 typedef HANDLE FileHandle;
/external/lzma/CPP/Windows/
H A DHandle.h11 HANDLE _handle;
13 operator HANDLE() { return _handle; }
26 void Attach(HANDLE handle) { _handle = handle; }
27 HANDLE Detach()
29 HANDLE handle = _handle;
H A DThread.h25 operator HANDLE() { return thread; }
26 void Attach(HANDLE handle) { thread = handle; }
27 HANDLE Detach() { HANDLE h = thread; thread = NULL; return h; }
H A DFileFind.h84 HANDLE _handle;
137 HANDLE _handle;
139 operator HANDLE () { return _handle; }
144 HANDLE FindFirst(LPCTSTR pathName, bool watchSubtree, DWORD notifyFilter);
146 HANDLE FindFirst(LPCWSTR pathName, bool watchSubtree, DWORD notifyFilter);
H A DSynchronization.h23 operator HANDLE() { return _object; }
133 operator HANDLE() { return _object; }
/external/chromium/base/win/
H A Dscoped_handle.h38 explicit ScopedHandle(HANDLE h) : handle_(NULL) {
52 void Set(HANDLE new_handle) {
60 HANDLE Get() {
64 operator HANDLE() { return handle_; }
66 HANDLE Take() {
68 HANDLE h = handle_;
83 HANDLE handle_;
H A Dwindows_version.h12 typedef void* HANDLE; typedef
81 static WOW64Status GetWOW64StatusForProcess(HANDLE process_handle);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumWin.h30 typedef void* HANDLE; typedef
/external/chromium_org/base/win/
H A Dwindows_version.h13 typedef void* HANDLE; typedef
85 static WOW64Status GetWOW64StatusForProcess(HANDLE process_handle);
/external/chromium_org/v8/src/
H A Dstring-stream.h90 FmtElm(Handle<Object> value) : type_(HANDLE) { // NOLINT
99 enum Type { INT, DOUBLE, C_STR, LC_STR, OBJ, HANDLE, POINTER }; enumerator in enum:v8::internal::FmtElm::Type
/external/srec/portable/include/
H A Dptypes.h146 typedef void * HANDLE; typedef
/external/v8/src/
H A Dstring-stream.h90 FmtElm(Handle<Object> value) : type_(HANDLE) { // NOLINT
99 enum Type { INT, DOUBLE, C_STR, LC_STR, OBJ, HANDLE, POINTER }; enumerator in enum:v8::internal::FmtElm::Type
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread.h306 #if !defined(HANDLE)
308 # define HANDLE void * macro
1214 * Returns the Win32 HANDLE for the POSIX thread.
1216 PTW32_DLLPORT HANDLE PTW32_CDECL pthread_getw32threadhandle_np(pthread_t thread);
1238 PTW32_DLLPORT int PTW32_CDECL pthreadCancelableWait (HANDLE waitHandle);
1239 PTW32_DLLPORT int PTW32_CDECL pthreadCancelableTimedWait (HANDLE waitHandle,
1357 # undef HANDLE macro
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_os2.h92 #define HANDLE unsigned long macro
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1167 milliseconds