HomeSort by relevance Sort by last modified time
    Searched refs:INT_PTR (Results 1 - 13 of 13) sorted by null

  /external/chromium/net/http/
mock_sspi_library_win.cc 30 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->dwLower == ((ULONG_PTR) ((INT_PTR) 0)));
82 EXPECT_TRUE(phContext->dwLower == ((ULONG_PTR) ((INT_PTR) 0)));
83 EXPECT_TRUE(phContext->dwLower == ((ULONG_PTR) ((INT_PTR) 0)));
  /external/chromium_org/net/http/
mock_sspi_library_win.cc 30 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->dwLower == ((ULONG_PTR) ((INT_PTR) 0)));
82 EXPECT_TRUE(phContext->dwLower == ((ULONG_PTR) ((INT_PTR) 0)));
83 EXPECT_TRUE(phContext->dwLower == ((ULONG_PTR) ((INT_PTR) 0)));
  /external/chromium_org/third_party/skia/src/views/win/
skia_win.cpp 24 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/
skia_win.cpp 24 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/
shell_javascript_dialog.h 51 static INT_PTR CALLBACK DialogProc(HWND dialog, UINT message, WPARAM wparam,
shell_javascript_dialog_win.cc 16 INT_PTR CALLBACK ShellJavaScriptDialog::DialogProc(HWND dialog,
  /external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.h 80 static INT_PTR CALLBACK SpawnTargetWndProc(HWND dialog,
main_ui_window.cc 161 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/
decompress.cc 89 return reinterpret_cast<INT_PTR>(file);
115 INT_PTR result = 0;
125 result = reinterpret_cast<INT_PTR>(::CreateFileW(destination,
  /external/clang/test/SemaCXX/
conversion-function.cpp 39 typedef INT* INT_PTR;
46 operator INT_PTR*(); // expected-error{{conversion function cannot be redeclared}}
  /external/chromium_org/remoting/host/
disconnect_window_win.cc 46 static INT_PTR CALLBACK DialogProc(HWND hwnd, UINT message, WPARAM wparam,
133 INT_PTR CALLBACK DisconnectWindowWin::DialogProc(HWND hwnd,
  /external/chromium/chrome/browser/ui/views/
about_ipc_dialog.cc 155 INT_PTR CALLBACK DialogProc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) {
  /external/chromium_org/chrome/browser/ui/views/
about_ipc_dialog.cc 147 INT_PTR CALLBACK DialogProc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) {

Completed in 671 milliseconds