/external/webkit/Source/WebCore/platform/wince/ |
SharedTimerWinCE.cpp | 75 wcex.hInstance = WebCore::instanceHandle();
|
/external/webkit/Tools/WebKitAPITest/ |
HostWindow.cpp | 73 wndClass.hInstance = GetModuleHandle(0);
|
TestsController.cpp | 131 wndClass.hInstance = GetModuleHandle(0);
|
/external/webkit/Tools/WebKitTestRunner/win/ |
PlatformWebViewWin.cpp | 45 wndClass.hInstance = GetModuleHandle(0);
|
/external/wpa_supplicant/ |
main_winmain.c | 27 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
|
/external/wpa_supplicant_6/wpa_supplicant/ |
main_winmain.c | 27 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
|
/external/wpa_supplicant_8/wpa_supplicant/ |
main_winmain.c | 27 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
|
/frameworks/base/media/libeffects/lvm/lib/StereoWidening/src/ |
LVCS_Private.h | 155 void LVCS_TimerCallBack ( void* hInstance,
|
/frameworks/base/media/libeffects/lvm/wrapper/Bundle/ |
EffectBundle.h | 67 LVM_Handle_t hInstance; /* Instance handle */
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
QTMovieWinTimer.cpp | 41 static HINSTANCE instanceHandle = 0; 71 wcex.hInstance = instanceHandle; 125 void setSharedTimerInstanceHandle(HINSTANCE handle)
|
MediaPlayerPrivateFullscreenWindow.cpp | 71 wcex.hInstance = instanceHandle();
|
/external/webkit/Tools/MiniBrowser/win/ |
BrowserWindow.cpp | 114 windowClass.hInstance = MiniBrowser::shared().instance(); 146 0, 0, 0, 0, m_window, 0, createStruct->hInstance, 0); 154 0, 0, 0, 0, m_rebarWindow, 0, createStruct->hInstance, 0);
|
/frameworks/base/media/libeffects/lvm/lib/Eq/src/ |
LVEQNB_Init.c | 37 /* hInstance = NULL Returns the memory requirements */ 38 /* hInstance = Instance handle Returns the memory requirements and */ 41 /* When this function is called for memory allocation (hInstance=NULL) the memory */ 44 /* When the function is called for free (hInstance = Instance Handle) the memory */ 48 /* hInstance Instance Handle */ 61 LVEQNB_ReturnStatus_en LVEQNB_Memory(LVEQNB_Handle_t hInstance, 67 LVEQNB_Instance_t *pInstance = (LVEQNB_Instance_t *)hInstance; 79 if (hInstance == LVM_NULL) 160 /* hInstance set to NULL. In this case the algorithm returns the new instance */ 164 /* by calling with hInstance = Instance Handle. In this case the memory table * [all...] |
/frameworks/base/media/libeffects/lvm/lib/Reverb/src/ |
LVREV_Process.c | 35 /* hInstance Instance handle */ 43 /* LVREV_NULLADDRESS When one of hInstance, pInData or pOutData is NULL */ 49 LVREV_ReturnStatus_en LVREV_Process(LVREV_Handle_t hInstance, 54 LVREV_Instance_st *pLVREV_Private = (LVREV_Instance_st *)hInstance; 65 if((hInstance == LVM_NULL) || (pInData == LVM_NULL) || (pOutData == LVM_NULL)) 164 /* hInstance Instance handle */ 172 /* LVREV_NULLADDRESS When one of hInstance, pInData or pOutData is NULL */
|
/external/libpng/contrib/visupng/ |
VisualPng.c | 77 int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, 90 wndclass.hInstance = hInstance; 91 wndclass.hIcon = LoadIcon (hInstance, szIconName) ; 127 NULL, NULL, hInstance, NULL); 132 hAccel = LoadAccelerators (hInstance, szProgName); 148 static HINSTANCE hInstance ; [all...] |
/frameworks/base/media/libeffects/lvm/lib/Bundle/src/ |
LVM_Init.c | 37 /* hInstance = NULL Returns the memory requirements */ 38 /* hInstance = Instance handle Returns the memory requirements and */ 41 /* When this function is called for memory allocation (hInstance=NULL) the memory */ 44 /* When the function is called for free (hInstance = Instance Handle) the memory */ 48 /* hInstance Instance Handle */ 64 LVM_ReturnStatus_en LVM_GetMemoryTable(LVM_Handle_t hInstance, 69 LVM_Instance_t *pInstance = (LVM_Instance_t *)hInstance; 89 if (hInstance != LVM_NULL) [all...] |
/external/bluetooth/glib/tests/ |
spawn-test-win32-gui.c | 17 WinMain (struct HINSTANCE__ *hInstance,
|
/external/chromium/chrome/browser/ui/views/status_icons/ |
status_tray_win.cc | 17 HINSTANCE hinst = GetModuleHandle(NULL); 21 wc.hInstance = hinst;
|
/external/chromium/third_party/libjingle/source/talk/base/ |
win32window.cc | 39 HINSTANCE Win32Window::instance_ = GetModuleHandle(NULL); 61 wcex.hInstance = instance_; 79 void Win32Window::SetInstance(HINSTANCE instance) {
|
/external/webkit/Source/WebKit2/WebProcess/ |
WebKitMain.cpp | 152 int WebKitMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpstrCmdLine, int nCmdShow)
|
/external/quake/quake/src/QW/client/ |
sys_win.c | 545 HINSTANCE global_hInstance; 552 int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) 566 global_hInstance = hInstance; 613 hwnd_dialog = CreateDialog(hInstance, MAKEINTRESOURCE(IDD_DIALOG1), NULL, NULL);
|
/external/quake/quake/src/WinQuake/ |
sys_win.cpp | 685 HINSTANCE global_hInstance;
692 int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
706 global_hInstance = hInstance;
757 hwnd_dialog = CreateDialog(hInstance, MAKEINTRESOURCE(IDD_DIALOG1), NULL, NULL);
|
/development/tools/emulator/opengl/tests/emulator_test_renderer/ |
main.cpp | 32 int WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd)
|
/external/webkit/Source/WebCore/platform/win/ |
SharedTimerWin.cpp | 129 wcex.hInstance = WebCore::instanceHandle();
|
/external/webkit/Source/WebKit2/UIProcess/win/ |
WebInspectorProxyWin.cpp | 61 wcex.hInstance = instanceHandle();
|