Searched defs:hwnd (Results 1 - 25 of 82) sorted by relevance

1234

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DMediaPlayerPrivateFullscreenWindow.h59 HWND hwnd() const { return m_hwnd; } function in class:WebCore::MediaPlayerPrivateFullscreenWindow
H A DFullScreenController.cpp72 LRESULT FullScreenController::Private::fullscreenClientWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DHWndDC.h43 explicit HWndDC(HWND hwnd) argument
49 HWndDC(HWND hwnd, HRGN hrgnClip, DWORD flags) argument
60 HDC setHWnd(HWND hwnd) argument
H A DWindowMessageBroadcaster.cpp44 void WindowMessageBroadcaster::addListener(HWND hwnd, WindowMessageListener* listener) argument
55 void WindowMessageBroadcaster::removeListener(HWND hwnd, WindowMessageListener* listener) argument
64 WindowMessageBroadcaster::WindowMessageBroadcaster(HWND hwnd) argument
112 SubclassedWndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) argument
[all...]
/macosx-10.9.5/iodbc-42.5/iodbc/drvproxy/
H A Ddrvconn.c86 _iodbcdm_drvconn_dialbox( HWND hwnd, LPSTR szInOutConnStr, DWORD cbInOutConnStr, int * sqlStat, SQLUSMALLINT fDriverCompletion, UWORD * config) argument
/macosx-10.9.5/iodbc-42.5/iodbc/iodbcadm/
H A Derror.c82 _iodbcdm_nativeerrorbox( HWND hwnd, HENV henv, HDBC hdbc, HSTMT hstmt) argument
115 _iodbcdm_errorbox( HWND hwnd, LPCSTR szDSN, LPCSTR szText) argument
128 _iodbcdm_errorboxw( HWND hwnd, LPCWSTR szDSN, LPCWSTR szText) argument
141 _iodbcdm_messagebox( HWND hwnd, LPCSTR szDSN, LPCSTR szText) argument
151 _iodbcdm_messageboxw( HWND hwnd, LPCWSTR szDSN, LPCWSTR szText) argument
161 _iodbcdm_confirmbox( HWND hwnd, LPCSTR szDSN, LPCSTR szText) argument
171 _iodbcdm_confirmboxw( HWND hwnd, LPCWSTR szDSN, LPCWSTR szText) argument
[all...]
/macosx-10.9.5/iodbc-42.5/iodbc/iodbc/trace/
H A DDriverConnect.c252 trace_SQLDriverConnect(int trace_leave, int retcode, SQLHDBC hdbc, SQLHWND hwnd, SQLCHAR * szConnStrIn, SQLSMALLINT cbConnStrIn, SQLCHAR * szConnStrOut, SQLSMALLINT cbConnStrOutMax, SQLSMALLINT * pcbConnStrOut, SQLUSMALLINT fDriverCompletion) argument
280 trace_SQLDriverConnectW(int trace_leave, int retcode, SQLHDBC hdbc, SQLHWND hwnd, SQLWCHAR * szConnStrIn, SQLSMALLINT cbConnStrIn, SQLWCHAR * szConnStrOut, SQLSMALLINT cbConnStrOutMax, SQLSMALLINT * pcbConnStrOut, SQLUSMALLINT fDriverCompletion) argument
/macosx-10.9.5/iodbc-42.5/iodbc/iodbcadm/gtk/
H A Dmessagebox.c97 create_message (HWND hwnd, LPCSTR dsn, LPCSTR text) argument
201 create_messagew (HWND hwnd, LPCWSTR dsn, LPCWSTR text) argument
H A Dconfirm.c122 create_confirm (HWND hwnd, LPCSTR dsn, LPCSTR text) argument
258 create_confirmw (HWND hwnd, LPCWSTR dsn, LPCWSTR text) argument
H A Dconnectionpooling.c131 create_connectionpool (HWND hwnd, TCONNECTIONPOOLING *choose_t) argument
H A Derrorbox.c98 create_error (HWND hwnd, LPCSTR dsn, LPCSTR text, LPCSTR errmsg) argument
232 create_errorw (HWND hwnd, LPCWSTR dsn, LPCWSTR text, LPCWSTR errmsg) argument
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DttkWinMonitor.c77 HWND hwnd = NULL; local
108 HWND hwnd = (HWND)clientData; local
113 WndProc(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp) argument
152 HWND hwnd; local
[all...]
H A DtkWinClipboard.c197 HWND hwnd = owner ? TkWinGetHWND(owner) : NULL; local
354 HWND hwnd = TkWinGetHWND(winPtr->window); local
376 UpdateClipboard( HWND hwnd) argument
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinClipboard.c202 HWND hwnd = owner ? TkWinGetHWND(owner) : NULL; local
359 HWND hwnd = TkWinGetHWND(winPtr->window); local
H A DtkWinTest.c232 HWND hwnd = 0; local
H A DtkWinEmbed.c153 HWND hwnd; local
575 HWND hwnd = GetParent(Tk_GetHWND(topLevelPtr->window)); local
[all...]
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebNodeHighlight.cpp222 LRESULT CALLBACK OverlayWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) argument
/macosx-10.9.5/iodbc-42.5/iodbc/drvproxy/gtk/
H A Dloginbox.c133 create_login (HWND hwnd, LPCSTR username, LPCSTR password, LPCSTR dsn, argument
/macosx-10.9.5/iodbc-42.5/iodbc/iodbcinst/
H A DSQLGetTranslator.c256 SQLGetTranslator (HWND hwnd, argument
286 SQLGetTranslatorW (HWND hwnd, argument
/macosx-10.9.5/tcl-102/tcl/tcl/win/
H A DtclWinNotify.c40 HWND hwnd; /* Messaging window. */ member in struct:ThreadSpecificData
376 NotifierProc( HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) argument
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/win/
H A DtclWinNotify.c40 HWND hwnd; /* Messaging window. */ member in struct:ThreadSpecificData
380 NotifierProc( HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/samples/layout/
H A Dclayout.c42 void PrettyTitle(HWND hwnd, char *fileName) argument
51 void InitParagraph(HWND hwnd, Context *context) argument
73 HWND hwnd; local
118 LRESULT CALLBACK WndProc(HWND hwnd, UIN argument
[all...]
H A Dlayout.cpp41 void PrettyTitle(HWND hwnd, char *fileName) argument
50 void InitParagraph(HWND hwnd, Context *context) argument
72 HWND hwnd; local
117 LRESULT CALLBACK WndProc(HWND hwnd, UIN argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/wince/
H A DWebView.cpp77 WebView::WebView(HWND hwnd, unsigned features) argument
/macosx-10.9.5/apache-786.1/httpd/server/mpm/winnt/
H A DWin9xConHook.c371 static LRESULT CALLBACK ttyConsoleCtrlWndProc(HWND hwnd, UINT msg, argument
537 WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) argument
587 HookProc(int hc, HWND *hwnd, UINT *msg, WPARAM *wParam, LPARAM *lParam) argument
[all...]

Completed in 342 milliseconds

1234