HomeSort by relevance Sort by last modified time
    Searched refs:INT_PTR (Results 1 - 4 of 4) 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/clang/test/SemaCXX/
conversion-function.cpp 37 typedef INT* INT_PTR;
44 operator INT_PTR*(); // expected-error{{conversion function cannot be redeclared}}
  /external/webkit/Tools/WinLauncher/
WinLauncher.cpp 58 INT_PTR CALLBACK About(HWND, UINT, WPARAM, LPARAM);
441 INT_PTR CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
446 return (INT_PTR)TRUE;
451 return (INT_PTR)TRUE;
455 return (INT_PTR)FALSE;
  /external/chromium/chrome/browser/ui/views/
about_ipc_dialog.cc 155 INT_PTR CALLBACK DialogProc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) {

Completed in 66 milliseconds