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

  /external/webkit/WebCore/bridge/c/
c_instance.h 45 class CInstance : public Instance {
47 static PassRefPtr<CInstance> create(NPObject* object, PassRefPtr<RootObject> rootObject)
49 return adoptRef(new CInstance(object, rootObject));
55 ~CInstance ();
78 CInstance(NPObject*, PassRefPtr<RootObject>);
c_runtime.cpp 42 const CInstance* instance = static_cast<const CInstance*>(inst);
52 CInstance::moveGlobalExceptionToExecState(exec);
65 const CInstance* instance = static_cast<const CInstance*>(inst);
74 CInstance::moveGlobalExceptionToExecState(exec);
c_instance.cpp 62 void CInstance::setGlobalException(UString exception)
67 void CInstance::moveGlobalExceptionToExecState(ExecState* exec)
80 CInstance::CInstance(NPObject* o, PassRefPtr<RootObject> rootObject)
87 CInstance::~CInstance()
92 Class *CInstance::getClass() const
99 bool CInstance::supportsInvokeDefaultMethod() const
104 JSValue CInstance::invokeMethod(ExecState* exec, const MethodList& methodList, const ArgList& args)
147 JSValue CInstance::invokeDefaultMethod(ExecState* exec, const ArgList& args
    [all...]
c_class.cpp 84 const CInstance* inst = static_cast<const CInstance*>(instance);
105 const CInstance* inst = static_cast<const CInstance*>(instance);
c_utility.cpp 90 CInstance* instance = static_cast<CInstance*>(imp->getInternalInstance());
133 // Wrap NPObject in a CInstance.
134 return CInstance::create(obj, rootObject)->createRuntimeObject(exec);
  /external/webkit/WebCore/bindings/js/
ScriptControllerMac.mm 91 RefPtr<Instance> instance = JSC::Bindings::CInstance::create(npObject, rootObject.release());
  /external/webkit/WebCore/bridge/
NP_jsobject.cpp 389 CInstance::setGlobalException(exception);
  /external/webkit/WebCore/plugins/
PluginView.cpp 818 RefPtr<JSC::Bindings::Instance> instance = JSC::Bindings::CInstance::create(object, root.release());
850 // Bindings::CInstance (used in JSC version) retains the object, so in ~PluginView() it calls
    [all...]

Completed in 270 milliseconds