HomeSort by relevance Sort by last modified time
    Searched refs:HINSTANCE (Results 1 - 25 of 225) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/tools/gyp/test/win/linker-flags/
subsystem-windows.cc 7 int CALLBACK WinMain(HINSTANCE, HINSTANCE, LPSTR, int) {
  /external/chromium_org/third_party/npapi/npspy/windows/
setupexe.cpp 5 int PASCAL WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
winentry.cpp 42 HINSTANCE hInst = NULL;
44 BOOL WINAPI DllMain(HINSTANCE hDLL, DWORD dwReason, LPVOID lpReserved)
  /external/chromium_org/base/
debug_message.cc 12 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.hpp 36 Win32EGLNativeDisplayFactory (HINSTANCE instance);
42 const HINSTANCE m_instance;
tcuWGLContextFactory.hpp 36 WGLContextFactory (HINSTANCE instance);
40 HINSTANCE m_instance;
tcuWin32Platform.hpp 58 HINSTANCE m_instance;
  /external/chromium_org/tools/gyp/test/win/large-pdb/
dllmain.cc 7 BOOL WINAPI DllMain(HINSTANCE hinstance, DWORD reason, LPVOID reserved) {
  /external/chromium_org/ui/base/resource/
resource_bundle_win.h 19 UI_BASE_EXPORT void SetResourcesDataDLL(HINSTANCE handle);
resource_data_dll_win.h 17 explicit ResourceDataDLL(HINSTANCE module);
30 const HINSTANCE module_;
resource_bundle_win.cc 23 HINSTANCE resources_data_dll;
25 HINSTANCE GetCurrentResourceDLL() {
68 void SetResourcesDataDLL(HINSTANCE handle) {
  /external/chromium_org/remoting/host/win/
core.cc 8 extern "C" BOOL WINAPI PsDllMain(HINSTANCE instance,
12 BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, void* reserved) {
  /external/lzma/C/Util/LzmaLib/
LzmaLibExports.c 6 BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
8 hInstance = hInstance;
  /external/chromium_org/apps/shell/app/
shell_main.cc 14 int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE, wchar_t*, int) {
  /external/chromium_org/ash/shell/
shell_main.cc 14 int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE, wchar_t*, int) {
  /external/chromium_org/chrome/nacl/
nacl_exe_win_64.cc 20 int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE, wchar_t*, int) {
  /external/chromium_org/content/shell/app/
shell_main.cc 19 int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE, wchar_t*, int) {
  /external/chromium_org/content/shell/tools/
content_shell_crash_service.cc 15 int __stdcall wWinMain(HINSTANCE instance, HINSTANCE, wchar_t* cmd_line,
  /external/chromium_org/tools/gyp/test/win/rc-build/
hello.cpp 17 HINSTANCE hInstance,
18 HINSTANCE hPrevInstance,
23 LoadString(hInstance, IDS_APP_TITLE, szTitle, MAX_LOADSTRING);
25 LoadString(hInstance, IDC_HELLO, szWindowClass, MAX_LOADSTRING);
27 if (LoadIcon(hInstance, MAKEINTRESOURCE(IDI_SMALL)) != NULL) ++count;
28 if (LoadIcon(hInstance, MAKEINTRESOURCE(IDI_HELLO)) != NULL) ++count;
  /external/chromium_org/ui/views/examples/
examples_with_content_main_exe.cc 38 int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE, wchar_t*, int) {
  /external/chromium_org/ui/views_content_client/
views_content_client.h 33 // int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE, wchar_t*, int) {
52 ViewsContentClient(HINSTANCE instance,
70 HINSTANCE instance_;
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
dll.c 57 DllMain (HINSTANCE hinstDll, DWORD fdwReason, LPVOID lpvReserved)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
muiload.h 18 HINSTANCE WINAPI LoadMUILibrary(LPCTSTR pszFullModuleName,DWORD dwLangConvention,LANGID LangID);
  /development/host/windows/usb/api/
AdbWinApi.cpp 92 HINSTANCE adbwinusbapi_handle_;
101 extern "C" BOOL WINAPI DllMain(HINSTANCE instance,
  /external/chromium_org/chrome/app/
chrome_main.cc 18 DLLEXPORT int __cdecl ChromeMain(HINSTANCE instance,
29 DLLEXPORT int __cdecl ChromeMain(HINSTANCE instance,

Completed in 485 milliseconds

1 2 3 4 5 6 7 8 9