Searched defs:np_identifier (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/renderer_host/java/
H A Djava_bound_object.cc60 static bool HasMethod(NPObject* np_object, NPIdentifier np_identifier);
61 static bool Invoke(NPObject* np_object, NPIdentifier np_identifier,
64 static bool HasProperty(NPObject* np_object, NPIdentifier np_identifier);
65 static bool GetProperty(NPObject* np_object, NPIdentifier np_identifier,
94 bool JavaNPObject::HasMethod(NPObject* np_object, NPIdentifier np_identifier) { argument
95 std::string name(WebBindings::utf8FromIdentifier(np_identifier));
100 bool JavaNPObject::Invoke(NPObject* np_object, NPIdentifier np_identifier, argument
103 std::string name(WebBindings::utf8FromIdentifier(np_identifier));
109 NPIdentifier np_identifier) {
116 NPIdentifier np_identifier,
108 HasProperty(NPObject* np_object, NPIdentifier np_identifier) argument
115 GetProperty(NPObject* np_object, NPIdentifier np_identifier, NPVariant* result) argument
[all...]

Completed in 2563 milliseconds