Searched refs:JsContext (Results 1 – 5 of 5) sorted by relevance
28 class JsContext : public DrawingMethods {30 JsContext(Global* global) in JsContext() function35 virtual ~JsContext() {} in ~JsContext()
20 class JsContext; variable24 SkV8ExampleWindow(void* hwnd, JsContext* canvas);43 JsContext* fJsContext;
24 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()
45 SkV8ExampleWindow::SkV8ExampleWindow(void* hwnd, JsContext* context) in SkV8ExampleWindow()224 JsContext* jsContext = new JsContext(global); in create_sk_window()
21 '../experimental/SkV8Example/JsContext.cpp',22 '../experimental/SkV8Example/JsContext.h',