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

1 2 3 4 5

  /external/chromium_org/third_party/npapi/npspy/windows/
gui_pause.cpp 43 static void onCommand(HWND hWnd, int id, HWND hWndCtl, UINT codeNotify)
48 EndDialog(hWnd, IDOK);
51 EndDialog(hWnd, IDCANCEL);
58 static BOOL onInitDialog(HWND hWnd, HWND hWndFocus, LPARAM lParam)
60 SetWindowPos(hWnd, NULL, 0,0,0,0, SWP_NOZORDER);
64 BOOL CALLBACK PauseDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam
    [all...]
gui_log.cpp 47 static void onChooseDir(HWND hWnd)
49 Logger * logger = (Logger *)GetWindowLong(hWnd, DWL_USER);
56 GetDlgItemText(hWnd, IDC_EDIT_FILE, string, strlen(string));
65 if(PickupDirectory(hWnd, string))
78 SetDlgItemText(hWnd, IDC_EDIT_FILE, string);
82 static void onCommand(HWND hWnd, int id, HWND hWndCtl, UINT codeNotify)
87 EnableWindow(GetDlgItem(hWnd, IDC_EDIT_FILE), (BST_CHECKED == IsDlgButtonChecked(hWnd, IDC_CHECK_TOFILE)))
    [all...]
gui_fiter.cpp 46 static void onCommand(HWND hWnd, int id, HWND hWndCtl, UINT codeNotify)
53 CheckDlgButton(hWnd, i, BST_CHECKED);
59 CheckDlgButton(hWnd, i, BST_UNCHECKED);
67 static void onApply(HWND hWnd)
69 Logger * logger = (Logger *)GetWindowLong(hWnd, DWL_USER);
79 mutedcalls[i - IDC_CHECK_NPN_VERSION + 1] = (BST_UNCHECKED == IsDlgButtonChecked(hWnd, i));
85 static void onNotify(HWND hWnd, int idCtrl, LPNMHDR lpNMHdr
    [all...]
gui_advanced.cpp 46 static void onApply(HWND hWnd)
48 Logger * logger = (Logger *)GetWindowLong(hWnd, DWL_USER);
52 logger->bSPALID = (BST_CHECKED == IsDlgButtonChecked(hWnd, IDC_CHECK_SPALID));
56 static void onNotify(HWND hWnd, int idCtrl, LPNMHDR lpNMHdr)
63 onApply(hWnd);
68 static BOOL onInitDialog(HWND hWnd, HWND hWndFocus, LPARAM lParam
    [all...]
gui_general.cpp 46 static void onApply(HWND hWnd)
48 Logger * logger = (Logger *)GetWindowLong(hWnd, DWL_USER);
52 logger->bOnTop = (BST_CHECKED == IsDlgButtonChecked(hWnd, IDC_CHECK_ONTOP));
56 static void onNotify(HWND hWnd, int idCtrl, LPNMHDR lpNMHdr)
63 onApply(hWnd);
68 static BOOL onInitDialog(HWND hWnd, HWND hWndFocus, LPARAM lParam
    [all...]
gui_main.cpp 49 BOOL CALLBACK GeneralPageProc(HWND, UINT, WPARAM, LPARAM);
50 BOOL CALLBACK LogPageProc(HWND, UINT, WPARAM, LPARAM);
51 BOOL CALLBACK FilterPageProc(HWND, UINT, WPARAM, LPARAM);
52 BOOL CALLBACK AdvancedPageProc(HWND, UINT, WPARAM, LPARAM);
54 static void onOptions(HWND hWnd, Logger * logger)
104 psh.hwndParent = hWnd;
123 if(hWnd != NULL)
126 if(GetWindowRect(hWnd, &rc))
140 SetWindowPos(hWnd, logger->bOnTop ? HWND_TOPMOST : HWND_NOTOPMOST, 0,0,0,0,SWP_NOMOVE|SWP_NOSIZE)
    [all...]
loggerw.cpp 49 BOOL CALLBACK MainDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
50 BOOL CALLBACK PauseDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
53 hWnd(NULL),
109 hWnd = CreateDialogParam(hInst, MAKEINTRESOURCE(IDD_DIALOG_MAIN), GetDesktopWindow(), (DLGPROC)MainDlgProc, (LPARAM)this);
110 if(hWnd == NULL)
117 SetWindowPos(hWnd, bOnTop ? HWND_TOPMOST : HWND_NOTOPMOST, 0,0,0,0, SWP_NOMOVE | SWP_NOSIZE);
124 if(hWnd != NULL)
127 HWND hWndOutput = GetDlgItem(hWnd, IDC_MAIN_OUTPUT)
    [all...]
loggerw.h 48 HWND hWnd;
dirpick.cpp 53 static HWND hWndDirPicker;
61 static void fillComboBox(HWND hWnd)
63 HWND hWndCB = GetDlgItem(hWnd, ID_COMBO_DIR);
64 HWND hWndTempLB = GetDlgItem(hWnd, ID_LISTTEMP_DIR);
134 static void fillTempLBWithDirs(HWND hWndTempLB, LPSTR lpszDir)
171 static void fillListBox(HWND hWnd, LPSTR lpszDir)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-gdi/
graw_gdi.c 38 window_proc(HWND hWnd,
49 return DefWindowProc(hWnd, uMsg, wParam, lParam);
72 HWND hWnd = NULL;
100 hWnd = CreateWindowEx(0,
112 if (hWnd == NULL)
115 hDC = GetDC(hWnd);
124 if (hWnd)
125 DestroyWindow(hWnd);
    [all...]
  /external/mesa3d/src/gallium/targets/graw-gdi/
graw_gdi.c 38 window_proc(HWND hWnd,
49 return DefWindowProc(hWnd, uMsg, wParam, lParam);
72 HWND hWnd = NULL;
100 hWnd = CreateWindowEx(0,
112 if (hWnd == NULL)
115 hDC = GetDC(hWnd);
124 if (hWnd)
125 DestroyWindow(hWnd);
    [all...]
  /external/pdfium/fpdfsdk/include/
fx_systemhandler.h 38 virtual void InvalidateRect(FX_HWND hWnd, FX_RECT rect) = 0;
43 virtual CFX_WideString GetClipboardText(FX_HWND hWnd) = 0;
44 virtual FX_BOOL SetClipboardText(FX_HWND hWnd, CFX_WideString string) = 0;
46 virtual void ClientToScreen(FX_HWND hWnd, FX_INT32& x, FX_INT32& y) = 0;
47 virtual void ScreenToClient(FX_HWND hWnd, FX_INT32& x, FX_INT32& y) = 0;
  /external/chromium_org/third_party/skia/src/views/win/
skia_win.cpp 23 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
24 INT_PTR CALLBACK About(HWND, UINT, WPARAM, LPARAM);
96 extern SkOSWindow* create_sk_window(void* hwnd, int argc, char** argv);
130 HWND hWnd = CreateWindow(szWindowClass, szTitle, WS_OVERLAPPEDWINDOW,
133 if (!hWnd)
151 gSkWind = create_sk_window(hWnd, argc, argv);
155 ShowWindow(hWnd, nCmdShow);
156 UpdateWindow(hWnd);
162 // FUNCTION: WndProc(HWND, UINT, WPARAM, LPARAM
    [all...]
  /external/skia/src/views/win/
skia_win.cpp 23 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
24 INT_PTR CALLBACK About(HWND, UINT, WPARAM, LPARAM);
96 extern SkOSWindow* create_sk_window(void* hwnd, int argc, char** argv);
130 HWND hWnd = CreateWindow(szWindowClass, szTitle, WS_OVERLAPPEDWINDOW,
133 if (!hWnd)
151 gSkWind = create_sk_window(hWnd, argc, argv);
155 ShowWindow(hWnd, nCmdShow);
156 UpdateWindow(hWnd);
162 // FUNCTION: WndProc(HWND, UINT, WPARAM, LPARAM
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
scrnsave.h 33 LRESULT WINAPI ScreenSaverProcW(HWND hWnd,UINT message,WPARAM wParam,LPARAM lParam);
36 LRESULT WINAPI ScreenSaverProc(HWND hWnd,UINT message,WPARAM wParam,LPARAM lParam);
39 LRESULT WINAPI DefScreenSaverProc(HWND hWnd,UINT msg,WPARAM wParam,LPARAM lParam);
40 WINBOOL WINAPI ScreenSaverConfigureDialog(HWND hDlg,UINT message,WPARAM wParam,LPARAM lParam);
51 extern HWND hMainWindow;
63 void WINAPI ScreenSaverChangePassword(HWND hParent);
winnls32.h 25 HWND hWnd;
34 HWND hWnd;
51 WINBOOL WINAPI IMPGetIMEA(HWND,LPIMEPROA);
52 WINBOOL WINAPI IMPGetIMEW(HWND,LPIMEPROW);
55 WINBOOL WINAPI IMPSetIMEA(HWND,LPIMEPROA);
56 WINBOOL WINAPI IMPSetIMEW(HWND,LPIMEPROW);
57 UINT WINAPI WINNLSGetIMEHotkey(HWND);
58 WINBOOL WINAPI WINNLSEnableIME(HWND,WINBOOL)
    [all...]
rrascfg.h 70 virtual HRESULT WINAPI AddProtocol(LPCOLESTR pszMachineName,DWORD dwTransportId,DWORD dwProtocolId,HWND hWnd,DWORD dwFlags,IUnknown *pRouter,ULONG_PTR uReserved1) = 0;
71 virtual HRESULT WINAPI RemoveProtocol(LPCOLESTR pszMachineName,DWORD dwTransportId,DWORD dwProtocolId,HWND hWnd,DWORD dwFlags,IUnknown *pRouter,ULONG_PTR uReserved1) = 0;
79 HRESULT (WINAPI *AddProtocol)(IRouterProtocolConfig *This,LPCOLESTR pszMachineName,DWORD dwTransportId,DWORD dwProtocolId,HWND hWnd,DWORD dwFlags,IUnknown *pRouter,ULONG_PTR uReserved1);
80 HRESULT (WINAPI *RemoveProtocol)(IRouterProtocolConfig *This,LPCOLESTR pszMachineName,DWORD dwTransportId,DWORD dwProtocolId,HWND hWnd,DWORD dwFlags,IUnknown *pRouter,ULONG_PTR uReserved1);
90 #define IRouterProtocolConfig_AddProtocol(This,pszMachineName,dwTransportId,dwProtocolId,hWnd,dwFlags,pRouter,uReserved1) (This)->lpVtbl->AddProtocol(This,pszMachineName,dwTransportId,dwProtocolId,hWnd,dwFlags,pRouter,uReserved1
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_ext_pbuffer.c 47 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
63 return DefWindowProc(hWnd, uMsg, wParam, lParam);
82 HWND hWnd;
177 hWnd = CreateWindowEx(dwExStyle,
189 if (!hWnd) {
198 GetClientRect(hWnd, &rect);
205 hDC = GetDC(hWnd);
249 hDC = GetDC(fb->hWnd);
    [all...]
stw_framebuffer.c 46 * Search the framebuffer with the matching HWND while holding the
51 HWND hwnd )
56 if (fb->hWnd == hwnd) {
95 ReleaseDC(fb->hWnd, fb->hDC);
126 assert(fb->hWnd);
135 if (!GetClientRect(fb->hWnd, &client_rect)) {
162 if (ClientToScreen(fb->hWnd, &client_pos) &&
163 GetWindowRect(fb->hWnd, &window_rect))
393 HWND hwnd; local
    [all...]
stw_framebuffer.h 62 HWND hWnd;
128 * Search a framebuffer with a matching HWND.
135 HWND hwnd );
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pbuffer.c 47 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
63 return DefWindowProc(hWnd, uMsg, wParam, lParam);
82 HWND hWnd;
177 hWnd = CreateWindowEx(dwExStyle,
189 if (!hWnd) {
198 GetClientRect(hWnd, &rect);
205 hDC = GetDC(hWnd);
249 hDC = GetDC(fb->hWnd);
    [all...]
stw_framebuffer.c 46 * Search the framebuffer with the matching HWND while holding the
51 HWND hwnd )
56 if (fb->hWnd == hwnd) {
95 ReleaseDC(fb->hWnd, fb->hDC);
126 assert(fb->hWnd);
135 if (!GetClientRect(fb->hWnd, &client_rect)) {
162 if (ClientToScreen(fb->hWnd, &client_pos) &&
163 GetWindowRect(fb->hWnd, &window_rect))
393 HWND hwnd; local
    [all...]
  /external/chromium_org/third_party/skia/include/views/
SkOSWindow_Win.h 21 SkOSWindow(void* hwnd);
49 bool wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
50 static bool QuitOnDeactivate(HWND hWnd);
  /external/skia/include/views/
SkOSWindow_Win.h 21 SkOSWindow(void* hwnd);
49 bool wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
50 static bool QuitOnDeactivate(HWND hWnd);
  /external/chromium_org/third_party/skia/src/views/mac/
SkOSWindow_Mac.mm 21 SkOSWindow::SkOSWindow(void* hWnd) : fHWND(hWnd) {

Completed in 322 milliseconds

1 2 3 4 5