Searched refs:JSBool (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/xml/ |
D | SkJS.cpp | 76 static JSBool 86 static JSBool 91 JSBool resolved; in global_resolve() 110 JSBool ok, found; in global_resolve()
|
D | SkJSDisplayable.cpp | 63 static JSBool GetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp); 64 static JSBool SetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp); 67 static JSBool Draw(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval); 74 JSBool SkJSDisplayable::Draw(JSContext *cx, JSObject *obj, uintN argc, in Draw() 96 static JSBool _class##Constructor(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rva… 218 JSBool SkJSDisplayable::GetProperty(JSContext *cx, JSObject *obj, jsval id, in GetProperty() 292 JSBool SkJSDisplayable::SetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp) { in SetProperty()
|
/external/chromium_org/third_party/skia/src/xml/ |
D | SkJS.cpp | 76 static JSBool 86 static JSBool 91 JSBool resolved; in global_resolve() 110 JSBool ok, found; in global_resolve()
|
D | SkJSDisplayable.cpp | 63 static JSBool GetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp); 64 static JSBool SetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp); 67 static JSBool Draw(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval); 74 JSBool SkJSDisplayable::Draw(JSContext *cx, JSObject *obj, uintN argc, in Draw() 96 static JSBool _class##Constructor(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rva… 218 JSBool SkJSDisplayable::GetProperty(JSContext *cx, JSObject *obj, jsval id, in GetProperty() 292 JSBool SkJSDisplayable::SetProperty(JSContext *cx, JSObject *obj, jsval id, jsval *vp) { in SetProperty()
|
/external/pdfium/fpdfsdk/include/javascript/ |
D | JS_Define.h | 13 typedef unsigned JSBool; typedef 245 static JSBool JSConstructor(IFXJS_Context* cc, JSFXObject obj,JSFXObject global);\ 246 static JSBool JSDestructor(JSFXObject obj);\ 258 JSBool js_class_name::JSConstructor(IFXJS_Context* cc, JSFXObject obj, JSFXObject global)\ 267 JSBool js_class_name::JSDestructor(JSFXObject obj) \ 350 static JSBool JSConstructor(IFXJS_Context* cc, JSFXObject obj, JSFXObject global);\ 351 static JSBool JSDestructor(JSFXObject obj);\ 536 JSBool js_class_name::JSConstructor(IFXJS_Context* cc, JSFXObject obj,JSFXObject global)\ 545 JSBool js_class_name::JSDestructor(JSFXObject obj) \
|