Home
last modified time | relevance | path

Searched refs:new_long (Results 1 – 1 of 1) sorted by relevance

/external/chromium/base/
Dfix_wp64.h33 inline LONG_PTR SetWindowLongPtrA(HWND window, int index, LONG_PTR new_long) { in SetWindowLongPtrA() argument
34 return ::SetWindowLongA(window, index, static_cast<LONG>(new_long)); in SetWindowLongPtrA()
40 inline LONG_PTR SetWindowLongPtrW(HWND window, int index, LONG_PTR new_long) { in SetWindowLongPtrW() argument
41 return ::SetWindowLongW(window, index, static_cast<LONG>(new_long)); in SetWindowLongPtrW()
61 inline LONG_PTR SetClassLongPtrA(HWND window, int index, LONG_PTR new_long) { in SetClassLongPtrA() argument
62 return ::SetClassLongA(window, index, static_cast<LONG>(new_long)); in SetClassLongPtrA()
68 inline LONG_PTR SetClassLongPtrW(HWND window, int index, LONG_PTR new_long) { in SetClassLongPtrW() argument
69 return ::SetClassLongW(window, index, static_cast<LONG>(new_long)); in SetClassLongPtrW()