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

  /external/webkit/Source/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 ();
79 CInstance(NPObject*, PassRefPtr<RootObject>);
c_instance.cpp 65 void CInstance::setGlobalException(UString exception)
70 void CInstance::moveGlobalExceptionToExecState(ExecState* exec)
83 CInstance::CInstance(NPObject* o, PassRefPtr<RootObject> rootObject)
90 CInstance::~CInstance()
95 RuntimeObject* CInstance::newRuntimeObject(ExecState* exec)
100 Class *CInstance::getClass() const
107 bool CInstance::supportsInvokeDefaultMethod() const
132 JSValue CInstance::getMethod(ExecState* exec, const Identifier& propertyName
    [all...]

Completed in 109 milliseconds