OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:npObjectIndexedPropertyGetter
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/bindings/v8/
V8NPObject.h
47
v8::Handle<v8::Value>
npObjectIndexedPropertyGetter
(uint32_t index, const v8::AccessorInfo&);
V8NPObject.cpp
228
v8::Handle<v8::Value>
npObjectIndexedPropertyGetter
(uint32_t index, const v8::AccessorInfo& info)
383
npObjectDesc->InstanceTemplate()->SetIndexedPropertyHandler(
npObjectIndexedPropertyGetter
, npObjectIndexedPropertySetter, 0, 0, npObjectIndexedPropertyEnumerator);
Completed in 321 milliseconds