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

  /external/webkit/WebCore/bridge/c/
c_instance.h 66 virtual bool supportsConstruct() const;
c_instance.cpp 181 bool CInstance::supportsConstruct() const
  /external/webkit/WebCore/bridge/jsc/
BridgeJSC.h 98 virtual bool supportsConstruct() const { return false; }
  /external/webkit/WebKit/mac/Plugins/Hosted/
ProxyInstance.h 69 virtual bool supportsConstruct() const;
ProxyInstance.mm 190 bool ProxyInstance::supportsConstruct() const
  /external/webkit/WebCore/bridge/
runtime_object.cpp 298 if (!instance->supportsConstruct())

Completed in 139 milliseconds