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

1 2 3

  /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/angle/samples/gles2_book/Common/Win32/
esUtil_win32.c 34 LRESULT WINAPI ESWindowProc ( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam )
45 ESContext *esContext = (ESContext*)(LONG_PTR) GetWindowLongPtr ( hWnd, GWL_USERDATA );
49 InvalidateRect( esContext->hWnd, NULL, FALSE );
55 ESContext *esContext = (ESContext*)(LONG_PTR) GetWindowLongPtr ( hWnd, GWL_USERDATA );
61 ValidateRect( esContext->hWnd, NULL );
72 ESContext *esContext = (ESContext*)(LONG_PTR) GetWindowLongPtr ( hWnd, GWL_USERDATA );
83 lRet = DefWindowProc (hWnd, uMsg, wParam, lParam);
128 esContext->hWnd = CreateWindow(
143 SetWindowLongPtr ( esContext->hWnd, GWL_USERDATA, (LONG) (LONG_PTR) esContext )
    [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/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...]
  /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/chrome_frame/
task_marshaller.cc 58 BOOL TaskMarshallerThroughMessageQueue::ProcessWindowMessage(HWND hWnd,
64 if (hWnd == wnd_ && uMsg == msg_) {
70 if (hWnd == wnd_ && uMsg == WM_TIMER) {
task_marshaller.h 26 // and dispatching. It uses a HWND to ::PostMessage to it as a signal that
33 void SetWindow(HWND wnd, UINT msg) {
44 // Called by the owner of the HWND.
45 BOOL ProcessWindowMessage(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam,
63 HWND wnd_;
  /external/chromium_org/third_party/angle/samples/gles2_book/Common/
esUtil.c 57 EGLBoolean CreateEGLContext ( EGLNativeWindowType hWnd, EGLDisplay* eglDisplay,
71 display = eglGetDisplay(GetDC(hWnd));
112 surface = eglCreateWindowSurface(display, config, (EGLNativeWindowType)hWnd, surfaceAttribList);
203 if ( !CreateEGLContext ( esContext->hWnd,
  /external/chromium_org/third_party/skia/src/views/mac/
SkOSWindow_Mac.mm 21 SkOSWindow::SkOSWindow(void* hWnd) : fHWND(hWnd) {

Completed in 237 milliseconds

1 2 3