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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
ImagesManager.h 59 static ImagesManager* gInstance;
GaneshContext.h 57 static GaneshContext* gInstance;
ImagesManager.cpp 42 if (!gInstance)
43 gInstance = new ImagesManager();
45 return gInstance;
48 ImagesManager* ImagesManager::gInstance = 0;
GaneshContext.cpp 52 GaneshContext* GaneshContext::gInstance = 0;
56 if (!gInstance)
57 gInstance = new GaneshContext();
58 return gInstance;
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/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/utils/
ClassTracker.h 52 static ClassTracker* gInstance;
ClassTracker.cpp 45 if (!gInstance)
46 gInstance = new ClassTracker();
47 return gInstance;
50 ClassTracker* ClassTracker::gInstance = 0;
  /external/webkit/Source/WebKit/win/
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);

Completed in 63 milliseconds