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

/external/webkit/Source/JavaScriptCore/API/
H A DJSClassRef.h107 JSObjectGetPropertyNamesCallback getPropertyNames; member in struct:OpaqueJSClass
H A DJSObjectRef.h196 Use JSPropertyNameAccumulatorAddName to add property names to accumulator. A class's getPropertyNames callback only needs to provide the names of properties that the class vends through a custom getProperty or setProperty callback. Other properties, including statically declared properties, properties vended by other classes, and properties belonging to object's prototype, are added independently.
325 @field getPropertyNames The callback invoked when collecting the names of an object's properties.
330 @discussion The staticValues and staticFunctions arrays are the simplest and most efficient means for vending custom properties. Statically declared properties autmatically service requests like getProperty, setProperty, and getPropertyNames. Property access callbacks are required only to implement unusual properties, like array indexes, whose names are not known at compile-time.
359 JSObjectGetPropertyNamesCallback getPropertyNames; member in struct:__anon15523
/external/webkit/Source/WebCore/bridge/jsc/
H A DBridgeJSC.h105 virtual void getPropertyNames(ExecState*, PropertyNameArray&) { } function in class:JSC::Bindings::Instance
/external/jmdns/src/javax/jmdns/
H A DServiceInfo.java573 * @see #getPropertyNames()
642 public abstract Enumeration<String> getPropertyNames(); method in class:ServiceInfo
/external/smack/src/org/jivesoftware/smack/packet/
H A DPacket.java364 public synchronized Collection<String> getPropertyNames() { method in class:Packet
397 for (String name : getPropertyNames()) {
/external/webkit/Source/WebCore/bindings/js/
H A DJSDOMWindowShell.cpp118 void JSDOMWindowShell::getPropertyNames(ExecState* exec, PropertyNameArray& propertyNames, EnumerationMode mode) function in class:WebCore::JSDOMWindowShell
120 m_window->getPropertyNames(exec, propertyNames, mode);
H A DJSDOMWindowCustom.cpp379 void JSDOMWindow::getPropertyNames(ExecState* exec, PropertyNameArray& propertyNames, EnumerationMode mode) function in class:WebCore::JSDOMWindow
384 Base::getPropertyNames(exec, propertyNames, mode);
/external/webkit/Source/WebCore/bridge/c/
H A Dc_instance.cpp292 void CInstance::getPropertyNames(ExecState* exec, PropertyNameArray& nameArray) function in class:JSC::Bindings::CInstance
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_instance.cpp206 void QtInstance::getPropertyNames(ExecState* exec, PropertyNameArray& array) function in class:JSC::Bindings::QtInstance
H A Dqt_pixmapruntime.cpp217 void QtPixmapInstance::getPropertyNames(ExecState*exec, PropertyNameArray& arr) function in class:JSC::Bindings::QtPixmapInstance
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSObject.cpp441 void JSObject::getPropertyNames(ExecState* exec, PropertyNameArray& propertyNames, EnumerationMode mode) function in class:JSC::JSObject
451 prototype->getPropertyNames(exec, propertyNames, mode);
464 m_structure->getPropertyNames(exec->globalData(), propertyNames, mode);
H A DStructure.cpp748 void Structure::getPropertyNames(JSGlobalData& globalData, PropertyNameArray& propertyNames, EnumerationMode mode) function in class:JSC::Structure
/external/jmdns/src/javax/jmdns/impl/
H A DServiceInfoImpl.java694 public Enumeration<String> getPropertyNames() { method in class:ServiceInfoImpl
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi.services_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 527 milliseconds