Home
last modified time | relevance | path

Searched refs:JsContext (Results 1 – 4 of 4) sorted by relevance

/external/skia/experimental/SkV8Example/
DJsContext.h28 class JsContext : public DrawingMethods {
30 JsContext(Global* global) in JsContext() function
35 virtual ~JsContext() {} in ~JsContext()
DSkV8Example.h20 class JsContext; variable
24 SkV8ExampleWindow(void* hwnd, JsContext* canvas);
43 JsContext* fJsContext;
DJsContext.cpp24 v8::Persistent<v8::ObjectTemplate> JsContext::gContextTemplate;
27 v8::Handle<v8::Object> JsContext::wrap() { in wrap()
63 void JsContext::onDraw(SkCanvas* canvas) { in onDraw()
108 bool JsContext::initialize() { in initialize()
DSkV8Example.cpp44 SkV8ExampleWindow::SkV8ExampleWindow(void* hwnd, JsContext* context) in SkV8ExampleWindow()
220 JsContext* jsContext = new JsContext(global); in create_sk_window()