HomeSort by relevance Sort by last modified time
    Searched refs:CALLBACK (Results 1 - 25 of 284) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/gyp/test/win/linker-flags/
subsystem-windows.cc 7 int CALLBACK WinMain(HINSTANCE, HINSTANCE, LPSTR, int) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msctfmonitorapi.h 15 HRESULT CALLBACK UninitLocalMsCtfMonitor(void);
16 HRESULT CALLBACK InitLocalMsCtfMonitor(
dciddi.h 113 DCIRVAL (CALLBACK *BeginAccess) (LPVOID,LPRECT);
114 void (CALLBACK *EndAccess) (LPVOID);
115 void (CALLBACK *DestroySurface) (LPVOID);
124 void (CALLBACK *EnumCallback)(LPDCISURFACEINFO,LPVOID);
132 DCIRVAL (CALLBACK *Draw) (LPVOID);
133 DCIRVAL (CALLBACK *SetClipList) (LPVOID,LPRGNDATA);
134 DCIRVAL (CALLBACK *SetDestination) (LPVOID,LPRECT,LPRECT);
custcntl.h 45 typedef WINBOOL (CALLBACK *LPFNCCSTYLEA)(HWND hwndParent,LPCCSTYLEA pccs);
46 typedef WINBOOL (CALLBACK *LPFNCCSTYLEW)(HWND hwndParent,LPCCSTYLEW pccs);
47 typedef INT (CALLBACK *LPFNCCSIZETOTEXTA)(DWORD flStyle,DWORD flExtStyle,HFONT hfont,LPSTR pszText);
48 typedef INT (CALLBACK *LPFNCCSIZETOTEXTW)(DWORD flStyle,DWORD flExtStyle,HFONT hfont,LPWSTR pszText);
100 typedef UINT (CALLBACK *LPFNCCINFOA)(LPCCINFOA acci);
101 typedef UINT (CALLBACK *LPFNCCINFOW)(LPCCINFOW acci);
clfsmgmtw32.h 13 typedef VOID (CALLBACK * PLOG_UNPINNED_CALLBACK )(
18 typedef VOID (CALLBACK * PLOG_FULL_HANDLER_CALLBACK )(
25 typedef VOID (CALLBACK * PLOG_TAIL_ADVANCE_CALLBACK )(
wdstci.h 21 typedef VOID (CALLBACK *PFN_WdsTransportClientReceiveContents)(
29 typedef VOID (CALLBACK *PFN_WdsTransportClientReceiveMetadata)(
36 typedef VOID (CALLBACK *PFN_WdsTransportClientSessionComplete)(
42 typedef VOID (CALLBACK *PFN_WdsTransportClientSessionStart)(
48 typedef VOID (CALLBACK *PFN_WdsTransportClientSessionStartEx)(
newapis.h 18 extern WINBOOL (CALLBACK *GetDiskFreeSpaceEx)(LPCTSTR,PULARGE_INTEGER,PULARGE_INTEGER,PULARGE_INTEGER);
40 WINBOOL (CALLBACK *RealGetDiskFreeSpaceEx) (LPCTSTR,PULARGE_INTEGER,PULARGE_INTEGER,PULARGE_INTEGER);
59 WINBOOL (CALLBACK *GetDiskFreeSpaceEx) (LPCTSTR,PULARGE_INTEGER,PULARGE_INTEGER,PULARGE_INTEGER) = Probe_GetDiskFreeSpaceEx;
69 extern DWORD (CALLBACK *GetLongPathName)(LPCTSTR,LPTSTR,DWORD);
158 DWORD (CALLBACK *RealGetLongPathName)(LPCTSTR,LPTSTR,DWORD);
179 DWORD (CALLBACK *GetLongPathName)(LPCTSTR,LPTSTR,DWORD) = Probe_GetLongPathName;
188 extern WINBOOL (CALLBACK *GetFileAttributesEx)
228 WINBOOL (CALLBACK *RealGetFileAttributesEx)(LPCTSTR,GET_FILEEX_INFO_LEVELS,LPVOID);
247 WINBOOL (CALLBACK *GetFileAttributesEx)(LPCTSTR,GET_FILEEX_INFO_LEVELS,LPVOID) = Probe_GetFileAttributesEx;
254 extern WINBOOL (CALLBACK *IsDebuggerPresent)(VOID)
    [all...]
  /external/chromium_org/chrome/browser/hang_monitor/
hung_plugin_action.h 12 // HungWindowDetector::HungWindowNotification callback interface.
31 // The callback function for the SendMessageCallback API
32 static void CALLBACK HungWindowResponseCallback(HWND target_window,
37 static BOOL CALLBACK DismissMessageBox(HWND window, LPARAM ignore);
hung_window_detector.h 23 // a single callback but it can be extended later to support multiple
25 class HungWindowDetector : public WorkerThreadTicker::Callback {
29 // This is the notification callback interface that is used to notify
38 // This callback method is invoked when a hung window is detected.
64 // Implementation of the WorkerThreadTicker::Callback interface
72 static BOOL CALLBACK ChildWndEnumProc(HWND child_window, LPARAM param);
74 // Pointer to the HungWindowNotification callback interface. This class does
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32windowpicker.h 24 static BOOL CALLBACK EnumProc(HWND hwnd, LPARAM l_param);
25 static BOOL CALLBACK MonitorEnumProc(HMONITOR h_monitor,
win32window.h 63 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
  /external/chromium_org/third_party/webrtc/base/
win32windowpicker.h 30 static BOOL CALLBACK EnumProc(HWND hwnd, LPARAM l_param);
31 static BOOL CALLBACK MonitorEnumProc(HMONITOR h_monitor,
win32window.h 46 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
  /external/chromium_org/content/test/plugin/
plugin_create_instance_in_paint.h 24 static LRESULT CALLBACK WindowProc(
plugin_windowed_test.h 20 static LRESULT CALLBACK WindowProc(
plugin_npobject_lifetime_test.h 34 static void CALLBACK TimerProc(HWND window, UINT message, UINT_PTR timer_id,
72 static void CALLBACK TimerProc(HWND window, UINT message, UINT_PTR timer_id,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_tls.h 53 LRESULT CALLBACK
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_tls.h 53 LRESULT CALLBACK
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glu.h 68 void APIENTRY gluQuadricCallback(GLUquadric *qobj,GLenum which,void (CALLBACK *fn)());
78 void APIENTRY gluTessCallback(GLUtesselator *tess,GLenum which,void (CALLBACK *fn)());
94 void APIENTRY gluNurbsCallback(GLUnurbs *nobj,GLenum which,void (CALLBACK *fn)());
96 typedef void (CALLBACK *GLUquadricErrorProc)(GLenum);
97 typedef void (CALLBACK *GLUtessBeginProc)(GLenum);
98 typedef void (CALLBACK *GLUtessEdgeFlagProc) (GLboolean);
99 typedef void (CALLBACK *GLUtessVertexProc)(void *);
100 typedef void (CALLBACK *GLUtessEndProc)(void);
101 typedef void (CALLBACK *GLUtessErrorProc)(GLenum);
102 typedef void (CALLBACK *GLUtessCombineProc)(GLdouble[3],void*[4],GLfloat[4],void**)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_tray_win.h 34 LRESULT CALLBACK
47 // Static callback invoked when a message comes in to our messaging window.
48 static LRESULT CALLBACK
  /external/chromium_org/content/browser/
system_message_window_win.h 27 LRESULT CALLBACK WndProc(HWND hwnd, UINT message,
30 static LRESULT CALLBACK WndProcThunk(HWND hwnd,
  /external/chromium_org/base/win/
object_watcher.h 11 #include "base/callback.h"
20 // that provides a notification callback, OnObjectSignaled, that runs back on
83 static void CALLBACK DoneWaiting(void* param, BOOLEAN timed_out);
  /external/chromium_org/third_party/skia/tools/
win_lcid.cpp 5 BOOL CALLBACK MyFuncLocaleEx(LPWSTR pStr, DWORD dwFlags, LPARAM lparam) {
  /external/skia/tools/
win_lcid.cpp 5 BOOL CALLBACK MyFuncLocaleEx(LPWSTR pStr, DWORD dwFlags, LPARAM lparam) {
  /external/chromium_org/components/storage_monitor/
storage_monitor_win.h 47 base::Callback<void(EjectStatus)> callback) OVERRIDE;
60 static LRESULT CALLBACK WndProcThunk(HWND hwnd, UINT message, WPARAM wparam,
63 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wparam,

Completed in 2340 milliseconds

1 2 3 4 5 6 7 8 91011>>