Searched refs:INT_PTR (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/net/http/
H A Dmock_sspi_library_win.cc30 phCredential->dwLower = phCredential->dwUpper = ((ULONG_PTR) ((INT_PTR)0));
56 phNewContext->dwLower = phNewContext->dwUpper = ((ULONG_PTR) ((INT_PTR)0));
75 EXPECT_TRUE(phCredential->dwLower == ((ULONG_PTR) ((INT_PTR) 0)));
76 EXPECT_TRUE(phCredential->dwUpper == ((ULONG_PTR) ((INT_PTR) 0)));
82 EXPECT_TRUE(phContext->dwLower == ((ULONG_PTR) ((INT_PTR) 0)));
83 EXPECT_TRUE(phContext->dwUpper == ((ULONG_PTR) ((INT_PTR) 0)));
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
H A DWinTest.cc64 INT_PTR nResponse = dlg.DoModal();
/external/chromium_org/third_party/skia/src/views/win/
H A Dskia_win.cpp24 INT_PTR CALLBACK About(HWND, UINT, WPARAM, LPARAM);
190 INT_PTR CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
196 return (INT_PTR)TRUE;
202 return (INT_PTR)TRUE;
206 return (INT_PTR)FALSE;
/external/skia/src/views/win/
H A Dskia_win.cpp24 INT_PTR CALLBACK About(HWND, UINT, WPARAM, LPARAM);
190 INT_PTR CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
196 return (INT_PTR)TRUE;
202 return (INT_PTR)TRUE;
206 return (INT_PTR)FALSE;
/external/chromium_org/content/shell/browser/
H A Dshell_javascript_dialog.h47 static INT_PTR CALLBACK DialogProc(HWND dialog, UINT message, WPARAM wparam,
H A Dshell_javascript_dialog_win.cc16 INT_PTR CALLBACK ShellJavaScriptDialog::DialogProc(HWND dialog,
/external/chromium_org/sandbox/win/sandbox_poc/
H A Dmain_ui_window.h80 static INT_PTR CALLBACK SpawnTargetWndProc(HWND dialog,
H A Dmain_ui_window.cc161 INT_PTR CALLBACK MainUIWindow::SpawnTargetWndProc(HWND dialog,
190 return static_cast<INT_PTR>(TRUE);
200 return static_cast<INT_PTR>(TRUE);
204 return static_cast<INT_PTR>(TRUE);
213 return static_cast<INT_PTR>(TRUE);
222 return static_cast<INT_PTR>(TRUE);
228 return static_cast<INT_PTR>(FALSE);
/external/chromium_org/chrome/installer/mini_installer/
H A Ddecompress.cc89 return reinterpret_cast<INT_PTR>(file);
115 INT_PTR result = 0;
125 result = reinterpret_cast<INT_PTR>(::CreateFileW(destination,
/external/clang/test/SemaCXX/
H A Dconversion-function.cpp42 typedef INT* INT_PTR; typedef
49 operator INT_PTR*(); // expected-error{{conversion function cannot be redeclared}}
/external/chromium_org/remoting/host/
H A Ddisconnect_window_win.cc46 static INT_PTR CALLBACK DialogProc(HWND hwnd, UINT message, WPARAM wparam,
133 INT_PTR CALLBACK DisconnectWindowWin::DialogProc(HWND hwnd,
/external/deqp/framework/delibs/debase/
H A DdeDefs.h147 typedef INT_PTR deIntptr;

Completed in 368 milliseconds