HomeSort by relevance Sort by last modified time
    Searched refs:HINSTANCE (Results 26 - 50 of 120) sorted by null

12 3 4 5

  /external/openssl/apps/
winrand.c 69 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
90 wndclass.hInstance = hInstance;
101 CW_USEDEFAULT, CW_USEDEFAULT, NULL, NULL, hInstance, NULL);
  /external/skia/src/gpu/gl/win/
SkNativeGLContext_win.cpp 50 HINSTANCE hInstance = (HINSTANCE)GetModuleHandle(NULL);
59 wc.hInstance = hInstance;
77 hInstance, NULL))) {
  /external/webkit/Source/WebKit2/WebProcess/
WebKitMain.cpp 152 int WebKitMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpstrCmdLine, int nCmdShow)
  /external/chromium/base/win/
wrapped_window_proc_unittest.cc 57 HINSTANCE hinst = GetModuleHandle(NULL);
62 wc.hInstance = hinst;