OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gInstance
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/
ImagesManager.h
53
static ImagesManager*
gInstance
;
ClassTracker.h
52
static ClassTracker*
gInstance
;
ClassTracker.cpp
42
if (!
gInstance
)
43
gInstance
= new ClassTracker();
44
return
gInstance
;
47
ClassTracker* ClassTracker::
gInstance
= 0;
GaneshContext.h
69
static GaneshContext*
gInstance
;
ImagesManager.cpp
54
if (!
gInstance
)
55
gInstance
= new ImagesManager();
57
return
gInstance
;
60
ImagesManager* ImagesManager::
gInstance
= 0;
GaneshContext.cpp
63
GaneshContext* GaneshContext::
gInstance
= 0;
67
if (!
gInstance
)
68
gInstance
= new GaneshContext();
69
return
gInstance
;
TilesManager.cpp
434
if (!
gInstance
) {
435
gInstance
= new TilesManager();
436
XLOG("instance(), new
gInstance
is %x",
gInstance
);
438
gInstance
->waitForGenerator();
441
return
gInstance
;
444
TilesManager* TilesManager::
gInstance
= 0;
TilesManager.h
58
return
gInstance
!= 0;
216
static TilesManager*
gInstance
;
/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 390 milliseconds