OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fRuntime
(Results
1 - 4
of
4
) sorted by null
/external/skia/include/xml/
SkJS.h
36
JSRuntime *
fRuntime
;
/external/skia/legacy/include/xml/
SkJS.h
36
JSRuntime *
fRuntime
;
/external/skia/legacy/src/xml/
SkJS.cpp
162
if ((
fRuntime
= JS_NewRuntime(0x100000)) == NULL) {
166
if ((fContext = JS_NewContext(
fRuntime
, 0x1000)) == NULL) {
188
JS_DestroyRuntime(
fRuntime
);
/external/skia/src/xml/
SkJS.cpp
162
if ((
fRuntime
= JS_NewRuntime(0x100000)) == NULL) {
166
if ((fContext = JS_NewContext(
fRuntime
, 0x1000)) == NULL) {
188
JS_DestroyRuntime(
fRuntime
);
Completed in 67 milliseconds