HomeSort by relevance Sort by last modified time
    Searched defs:HANDLE (Results 1 - 21 of 21) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderThemeSafari.h 37 typedef void* HANDLE;
RenderThemeChromiumWin.h 30 typedef void* HANDLE;
RenderThemeWinCE.h 29 typedef void* HANDLE;
RenderThemeWin.h 30 typedef void* HANDLE;
168 HANDLE buttonTheme() const;
169 HANDLE textFieldTheme() const;
170 HANDLE menuListTheme() const;
171 HANDLE sliderTheme() const;
172 HANDLE spinButtonTheme() const;
174 mutable HANDLE m_buttonTheme;
175 mutable HANDLE m_textFieldTheme;
176 mutable HANDLE m_menuListTheme;
177 mutable HANDLE m_sliderTheme
    [all...]
  /external/chromium/base/win/
scoped_handle.h 17 // Used so we always remember to close the handle.
28 // To sqirrel the handle away somewhere else:
31 // To explicitly close the handle:
38 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_
    [all...]
windows_version.h 12 typedef void* HANDLE;
79 // Like wow64_status(), but for the supplied handle instead of the current
81 static WOW64Status GetWOW64StatusForProcess(HANDLE process_handle);
  /external/webkit/Source/JavaScriptCore/wtf/wince/
MemoryManager.h 26 typedef void *HANDLE;
  /hardware/invensense/libsensors_iio/software/core/mllite/linux/
mlos.h 22 typedef pthread_mutex_t* HANDLE;
53 inv_error_t inv_create_mutex(HANDLE *mutex);
54 inv_error_t inv_lock_mutex(HANDLE mutex);
55 inv_error_t inv_unlock_mutex(HANDLE mutex);
59 inv_error_t inv_destroy_mutex(HANDLE handle);
  /hardware/invensense/mlsdk/platform/include/
mlos.h 33 typedef unsigned int HANDLE;
64 inv_error_t inv_create_mutex(HANDLE *mutex);
65 inv_error_t inv_lock_mutex(HANDLE mutex);
66 inv_error_t inv_unlock_mutex(HANDLE mutex);
70 inv_error_t inv_destroy_mutex(HANDLE handle);
  /external/webkit/Source/WebCore/platform/
FileSystem.h 62 typedef void *HANDLE;
129 typedef HANDLE PlatformFileHandle;
132 const PlatformFileHandle invalidPlatformFileHandle = reinterpret_cast<HANDLE>(-1);
180 inline bool isHandleValid(const PlatformFileHandle& handle) { return handle != invalidPlatformFileHandle; }
  /external/webkit/Source/WebKit/chromium/public/
WebFileUtilities.h 39 typedef void *HANDLE;
47 typedef HANDLE FileHandle;
WebKitClient.h 47 typedef void *HANDLE;
123 typedef HANDLE FileHandle;
129 // a handle to the directory containing this file
152 // Handle the <keygen> tag for generating client certificates
  /external/srec/portable/include/
ptypes.h 146 typedef void * HANDLE;
  /external/v8/src/
string-stream.h 90 FmtElm(Handle<Object> value) : type_(HANDLE) { // NOLINT
99 enum Type { INT, DOUBLE, C_STR, LC_STR, OBJ, HANDLE, POINTER };
145 Handle<String> ToString();
  /frameworks/av/drm/libdrmframework/include/
PlugInManager.h 37 * The DrmManager uses this class to handle the plugins.
43 typedef void* HANDLE;
51 HANDLE hHandle;
  /hardware/ti/omap3/dspbridge/inc/
dbtype.h 141 typedef PVOID HANDLE; /* h */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbtype.h 141 typedef PVOID HANDLE; /* h */
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 735 milliseconds