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

  /external/webkit/WebCore/bridge/c/
c_instance.h 63 virtual bool supportsInvokeDefaultMethod() const;
c_instance.cpp 99 bool CInstance::supportsInvokeDefaultMethod() const
  /external/webkit/WebCore/bridge/objc/
objc_instance.h 51 virtual bool supportsInvokeDefaultMethod() const;
objc_instance.mm 165 bool ObjcInstance::supportsInvokeDefaultMethod() const
  /external/webkit/WebCore/bridge/jsc/
BridgeJSC.h 95 virtual bool supportsInvokeDefaultMethod() const { return false; }
  /external/webkit/WebKit/mac/Plugins/Hosted/
ProxyInstance.h 66 virtual bool supportsInvokeDefaultMethod() const;
ProxyInstance.mm 166 bool ProxyInstance::supportsInvokeDefaultMethod() const
  /external/webkit/WebCore/bindings/js/
JSPluginElementFunctions.cpp 128 if (!instance || !instance->supportsInvokeDefaultMethod())
  /external/webkit/WebCore/bridge/
runtime_object.cpp 274 if (!instance->supportsInvokeDefaultMethod())

Completed in 864 milliseconds