Searched refs:gInstance (Results 1 – 4 of 4) sorted by relevance
/external/webkit/WebKit/win/ |
D | WebKitDLL.cpp | 49 HINSTANCE gInstance; variable 62 gInstance = hModule; in DllMain() 185 HRSRC resInfo = FindResource(gInstance, MAKEINTRESOURCE(idr), L"PNG"); in loadResourceIntoBuffer() 188 HANDLE res = LoadResource(gInstance, resInfo); in loadResourceIntoBuffer() 194 int size = SizeofResource(gInstance, resInfo); in loadResourceIntoBuffer()
|
D | WebKitDLL.h | 52 extern HINSTANCE gInstance;
|
D | WebLocalizableStrings.cpp | 91 DWORD length = ::GetModuleFileNameW(gInstance, pathStr, MAX_PATH); in createWebKitBundle()
|
D | WebView.cpp | 1774 wcex.hInstance = gInstance; in registerWebViewWindowClass() 2115 GetModuleFileName(gInstance, path, ARRAYSIZE(path)); in webKitVersion() 2290 …eft, frame.top, frame.right - frame.left, frame.bottom - frame.top, m_hostWindow, 0, gInstance, 0); in initWithFrame()
|