Searched refs:gInstance (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebKitDLL.h52 extern HINSTANCE gInstance;
H A DWebKitDLL.cpp50 HINSTANCE gInstance; variable
63 gInstance = hModule;
196 HRSRC resInfo = FindResource(gInstance, MAKEINTRESOURCE(idr), L"PNG");
199 HANDLE res = LoadResource(gInstance, resInfo);
205 unsigned size = SizeofResource(gInstance, resInfo);
H A DWebLocalizableStrings.cpp113 DWORD length = ::GetModuleFileNameW(gInstance, pathStr, MAX_PATH);
H A DFullscreenVideoController.cpp418 wcex.hInstance = gInstance;
455 m_hudPosition.x(), m_hudPosition.y(), 0, 0, m_fullscreenWindow->hwnd(), 0, gInstance, 0);
H A DWebView.cpp2160 wcex.hInstance = gInstance;
2482 if (::LoadStringW(gInstance, BUILD_NUMBER, reinterpret_cast<LPWSTR>(&buildNumberStringPtr), 0) && buildNumberStringPtr)
2702 frame.left, frame.top, frame.right - frame.left, frame.bottom - frame.top, m_hostWindow ? m_hostWindow : HWND_MESSAGE, 0, gInstance, 0);
2709 ::CreateWindowW(L"SCROLLBAR", L"FAKETRACKPOINTHSCROLLBAR", WS_CHILD | WS_VISIBLE | SBS_HORZ, 0, 0, 0, 0, m_viewWindow, 0, gInstance, 0);
2710 ::CreateWindowW(L"SCROLLBAR", L"FAKETRACKPOINTVSCROLLBAR", WS_CHILD | WS_VISIBLE | SBS_VERT, 0, 0, 0, 0, m_viewWindow, 0, gInstance, 0);
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/ExplorerPlugin/
H A DExplorerPlugin.h28 extern HINSTANCE gInstance;
H A DExplorerPlugin.cpp97 HINSTANCE gInstance = NULL; variable
139 gInstance = inInstance;
252 err = RegisterServer( gInstance, CLSID_ExplorerBar, s );
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/mdnsNSP/
H A DmdnsNSP.c230 DEBUG_LOCAL HINSTANCE gInstance = NULL; variable
267 gInstance = inInstance;
320 err = GetModuleFileNameW( gInstance, path, MAX_PATH );

Completed in 144 milliseconds