Searched refs:jsAttributes (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8HTMLCanvasElementCustom.cpp62 v8::Handle<v8::Object> jsAttributes = info[1]->ToObject(); local
64 if (jsAttributes->Has(alpha))
65 webGLAttributes->setAlpha(jsAttributes->Get(alpha)->BooleanValue());
67 if (jsAttributes->Has(depth))
68 webGLAttributes->setDepth(jsAttributes->Get(depth)->BooleanValue());
70 if (jsAttributes->Has(stencil))
71 webGLAttributes->setStencil(jsAttributes->Get(stencil)->BooleanValue());
73 if (jsAttributes->Has(antialias))
74 webGLAttributes->setAntialias(jsAttributes->Get(antialias)->BooleanValue());
76 if (jsAttributes
89 v8::Handle<v8::Object> jsAttributes = info[1]->ToObject(); local
[all...]

Completed in 82 milliseconds