HomeSort by relevance Sort by last modified time
    Searched refs:gInstance (Results 1 - 16 of 16) sorted by null

  /external/skia/include/gpu/
GrTBackendEffectFactory.h 59 static const GrTBackendEffectFactory* gInstance;
60 if (!gInstance) {
61 gInstance = SkNEW_PLACEMENT(gInstanceMem.get(),
64 return *gInstance;
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GaneshContext.h 57 static GaneshContext* gInstance;
ImagesManager.h 59 static ImagesManager* gInstance;
GaneshContext.cpp 52 GaneshContext* GaneshContext::gInstance = 0;
56 if (!gInstance)
57 gInstance = new GaneshContext();
58 return gInstance;
ImagesManager.cpp 42 if (!gInstance)
43 gInstance = new ImagesManager();
45 return gInstance;
48 ImagesManager* ImagesManager::gInstance = 0;
TilesManager.h 53 return gInstance != 0;
198 static TilesManager* gInstance;
TilesManager.cpp 541 if (!gInstance) {
542 gInstance = new TilesManager();
543 ALOGV("instance(), new gInstance is %x", gInstance);
545 return gInstance;
548 TilesManager* TilesManager::gInstance = 0;
  /external/webkit/Source/WebKit2/Shared/win/
WebKitBundle.cpp 33 extern "C" HINSTANCE gInstance;
45 DWORD length = ::GetModuleFileNameW(gInstance, dllPathBuffer, WTF_ARRAY_LENGTH(dllPathBuffer));
  /external/webkit/Source/WebKit/win/
WebKitDLL.h 52 extern HINSTANCE gInstance;
WebKitDLL.cpp 50 HINSTANCE gInstance;
63 gInstance = hModule;
196 HRSRC resInfo = FindResource(gInstance, MAKEINTRESOURCE(idr), L"PNG");
199 HANDLE res = LoadResource(gInstance, resInfo);
205 int size = SizeofResource(gInstance, resInfo);
WebLocalizableStrings.cpp 114 DWORD length = ::GetModuleFileNameW(gInstance, pathStr, MAX_PATH);
FullscreenVideoController.cpp 420 wcex.hInstance = gInstance;
457 m_hudPosition.x(), m_hudPosition.y(), 0, 0, m_fullscreenWindow->hwnd(), 0, gInstance, 0);
WebView.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/utils/
ClassTracker.cpp 45 if (!gInstance)
46 gInstance = new ClassTracker();
47 return gInstance;
50 ClassTracker* ClassTracker::gInstance = 0;
ClassTracker.h 52 static ClassTracker* gInstance;
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/win/
NetscapePluginWin.cpp 37 extern "C" HINSTANCE gInstance;
53 windowClass.hInstance = gInstance;

Completed in 313 milliseconds