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

/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLCanvasElement.idl40 [Custom] any supportsContext([Default=Undefined] optional DOMString contextId);
H A DHTMLCanvasElement.h95 bool supportsContext(const String&, CanvasContextAttributes* = 0);
H A DHTMLCanvasElement.cpp239 bool HTMLCanvasElement::supportsContext(const String& type, CanvasContextAttributes*) function in class:WebCore::HTMLCanvasElement
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSHTMLCanvasElementCustom.cpp102 JSValue JSHTMLCanvasElement::supportsContext(ExecState* exec) function in class:WebCore::JSHTMLCanvasElement
120 return jsBoolean(canvas->supportsContext(contextId, attrs.get()));

Completed in 183 milliseconds