OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gGlobal
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/experimental/SkV8Example/
Path2D.h
49
static Global*
gGlobal
;
Global.h
35
gGlobal
= this;
76
static Global*
gGlobal
;
Global.cpp
15
Global* Global::
gGlobal
= NULL;
76
gGlobal
->getWindow()->inval(NULL);
120
int32_t id =
gGlobal
->getNextTimerID();
122
gGlobal
->fTimeouts[id].Reset(
gGlobal
->fIsolate, timeoutFn);
130
args.GetReturnValue().Set(Integer::New(
gGlobal
->fIsolate, id));
136
HandleScope handleScope(
gGlobal
->getIsolate());
139
Local<Context> context =
gGlobal
->getContext();
148
if (
gGlobal
->fTimeouts.find(
gGlobal
->fLastTimerID) == gGlobal->fTimeouts.end())
[
all
...]
Path2D.cpp
13
Global* Path2D::
gGlobal
= NULL;
16
HandleScope handleScope(
gGlobal
->getIsolate());
19
0, External::New(
gGlobal
->getIsolate(), path));
32
gGlobal
= global;
35
HandleScope handleScope(
gGlobal
->getIsolate());
37
Handle<Context> context =
gGlobal
->getContext();
43
gGlobal
->getIsolate(), Path2D::ConstructPath);
57
gGlobal
->getIsolate(), "Path2D"), constructor->GetFunction());
/external/chromium_org/third_party/skia/src/utils/
SkTaskGroup.cpp
26
if (!
gGlobal
) { // If we have no threads, run synchronously.
29
gGlobal
->add(task, pending);
33
if (!
gGlobal
) { // If we have no threads, the work must already be done.
41
AutoLock lock(&
gGlobal
->fReady);
42
if (
gGlobal
->fWork.isEmpty()) {
47
gGlobal
->fWork.pop(&work);
127
static ThreadPool*
gGlobal
;
130
ThreadPool* ThreadPool::
gGlobal
= NULL;
135
SkASSERT(ThreadPool::
gGlobal
== NULL);
136
ThreadPool::
gGlobal
= SkNEW_ARGS(ThreadPool, (threads))
[
all
...]
/external/chromium_org/third_party/skia/tests/
DataRefTest.cpp
144
static void*
gGlobal
;
148
SkASSERT(context ==
gGlobal
);
214
delete_int_proc,
gGlobal
));
Completed in 51 milliseconds