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

  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
JSNPMethod.h 31 typedef void* NPIdentifier;
38 JSNPMethod(JSC::ExecState*, JSC::JSGlobalObject*, const JSC::Identifier&, NPIdentifier);
42 NPIdentifier npIdentifier() const { return m_npIdentifier; }
52 NPIdentifier m_npIdentifier;
JSNPObject.h 31 typedef void* NPIdentifier;
47 JSC::JSValue callMethod(JSC::ExecState*, NPIdentifier methodName);
  /external/webkit/Source/WebCore/bridge/
npruntime.h 210 typedef void *NPIdentifier;
219 NPIdentifier(s) will be NULL. NPIdentifier lifetime is controlled
223 NPIdentifier NPN_GetStringIdentifier(const NPUTF8 *name);
225 NPIdentifier *identifiers);
226 NPIdentifier NPN_GetIntIdentifier(int32_t intid);
227 bool NPN_IdentifierIsString(NPIdentifier identifier);
232 NPUTF8 *NPN_UTF8FromIdentifier(NPIdentifier identifier);
238 int32_t NPN_IntFromIdentifier(NPIdentifier identifier);
250 typedef bool (*NPHasMethodFunctionPtr)(NPObject *npobj, NPIdentifier name)
    [all...]

Completed in 254 milliseconds