HomeSort by relevance Sort by last modified time
    Searched refs:isWrapperOfType (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/bindings/v8/
V8DOMWrapper.h 183 static bool isWrapperOfType(v8::Handle<v8::Value>, V8ClassIndex::V8WrapperType);
V8SVGPODTypeWrapper.h 405 if (!V8DOMWrapper::isWrapperOfType(object, type)) {
V8DOMWrapper.cpp 352 bool V8DOMWrapper::isWrapperOfType(v8::Handle<v8::Value> value, V8ClassIndex::V8WrapperType classType)
  /external/webkit/WebCore/bindings/v8/custom/
V8CanvasRenderingContext2DCustom.cpp 441 if (V8DOMWrapper::isWrapperOfType(args[0], V8ClassIndex::IMAGEDATA))

Completed in 45 milliseconds