Searched refs:npObjectGetProperty (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8NPObject.cpp236 static v8::Handle<v8::Value> npObjectGetProperty(v8::Local<v8::Object> self, NPIdentifier identifier, v8::Local<v8::Value> key, v8::Isolate* isolate) function in namespace:blink
290 v8SetReturnValue(info, npObjectGetProperty(info.Holder(), identifier, name, info.GetIsolate()));
296 v8SetReturnValue(info, npObjectGetProperty(info.Holder(), identifier, v8::Number::New(info.GetIsolate(), index), info.GetIsolate()));
302 v8SetReturnValue(info, npObjectGetProperty(self, identifier, name, info.GetIsolate()));
308 v8SetReturnValue(info, npObjectGetProperty(self, identifier, v8::Number::New(info.GetIsolate(), index), info.GetIsolate()));
314 if (npObjectGetProperty(info.Holder(), identifier, name, info.GetIsolate()).IsEmpty())

Completed in 2235 milliseconds