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

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8NPObject.h50 void npObjectSetNamedProperty(v8::Local<v8::Object> self, v8::Local<v8::String> name, v8::Local<v8::Value>, const v8::PropertyCallbackInfo<v8::Value>&);
H A DV8NPObject.cpp358 void npObjectSetNamedProperty(v8::Local<v8::Object> self, v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info) function in namespace:blink
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8HTMLPlugInElementCustom.cpp74 npObjectSetNamedProperty(self, name, value, info);

Completed in 105 milliseconds