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

  /external/chromium_org/content/shell/browser/
shell_javascript_dialog_win.cc 22 SetWindowLongPtr(dialog, DWLP_USER, static_cast<LONG_PTR>(lparam));
34 GetWindowLongPtr(dialog, DWLP_USER));
44 GetWindowLongPtr(dialog, DWLP_USER));
  /external/chromium_org/remoting/host/
continue_window_win.cc 80 SetWindowLongPtr(hwnd, DWLP_USER, (LONG_PTR)win);
82 LONG_PTR lp = GetWindowLongPtr(hwnd, DWLP_USER);
disconnect_window_win.cc 143 LONG_PTR result = SetWindowLongPtr(hwnd, DWLP_USER, self);
147 self = GetWindowLongPtr(hwnd, DWLP_USER);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h     [all...]

Completed in 522 milliseconds