HomeSort by relevance Sort by last modified time
    Searched defs:PropertyTable (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
PropertyMapHashTable.h 88 class PropertyTable {
144 // Constructor is passed an initial capacity, a PropertyTable to copy, or both.
145 explicit PropertyTable(unsigned initialCapacity);
146 PropertyTable(JSGlobalData&, JSCell*, const PropertyTable&);
147 PropertyTable(JSGlobalData&, JSCell*, unsigned initialCapacity, const PropertyTable&);
148 ~PropertyTable();
179 // Copy this PropertyTable, ensuring the copy has at least the capacity provided.
180 PassOwnPtr<PropertyTable> copy(JSGlobalData&, JSCell* owner, unsigned newCapacity)
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java 64 public class PropertyTable extends Canvas implements ISelectionProvider {
147 public PropertyTable(Composite parent, int style) {
762 * the {@link PropertyTable} relative coordinate.
764 * the {@link PropertyTable} relative coordinate.
959 * @return the {@link PropertyCategory} that is used by this {@link PropertyTable} to display.
    [all...]

Completed in 1090 milliseconds