/external/webkit/Source/WebCore/css/ |
D | CSSStyleApplyProperty.h | 52 void applyInheritValue(CSSPropertyID property, CSSStyleSelector* selector) const in applyInheritValue() 58 void applyInitialValue(CSSPropertyID property, CSSStyleSelector* selector) const in applyInitialValue() 64 void applyValue(CSSPropertyID property, CSSStyleSelector* selector, CSSValue* value) const in applyValue() 70 bool implements(CSSPropertyID property) const in implements() 77 static int index(CSSPropertyID property) in index() 82 static bool valid(CSSPropertyID property) in valid() 88 void setPropertyValue(CSSPropertyID property, ApplyPropertyBase* value) in setPropertyValue() 101 ApplyPropertyBase* propertyValue(CSSPropertyID property) const in propertyValue()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
D | AbstractComboBoxPropertyEditor.java | 50 final Property property, in activate() 91 private void handleKeyPressed(PropertyTable propertyTable, Property property, KeyEvent e) { in handleKeyPressed() 102 public final void deactivate(PropertyTable propertyTable, Property property, boolean save) { in deactivate() 112 private void toProperty(PropertyTable propertyTable, Property property) { in toProperty() 126 public void keyDown(PropertyTable propertyTable, Property property, KeyEvent event) in keyDown() 144 protected abstract void addItems(Property property, CComboBox combo) throws Exception; in addItems() 149 protected void selectItem(Property property, CComboBox combo) throws Exception { in selectItem() 155 protected abstract void toPropertyEx(Property property, CComboBox combo) throws Exception; in toPropertyEx()
|
D | AbstractComboPropertyEditor.java | 45 …public boolean activate(final PropertyTable propertyTable, final Property property, Point location) in activate() 114 public final void deactivate(PropertyTable propertyTable, Property property, boolean save) { in deactivate() 129 protected abstract void addItems(Property property, CCombo3 combo) throws Exception; in addItems() 134 protected abstract void selectItem(Property property, CCombo3 combo) throws Exception; in selectItem() 139 protected abstract void toPropertyEx(Property property, CCombo3 combo, int index) in toPropertyEx() 145 private void toProperty(PropertyTable propertyTable, Property property, int index) { in toProperty()
|
D | StringComboPropertyEditor.java | 40 protected String getText(Property property) throws Exception { in getText() 50 protected void addItems(Property property, CCombo3 combo) throws Exception { in addItems() 57 protected void selectItem(Property property, CCombo3 combo) throws Exception { in selectItem() 62 protected void toPropertyEx(Property property, CCombo3 combo, int index) throws Exception { in toPropertyEx()
|
D | PropertyEditor.java | 46 public abstract void paint(Property property, GC gc, int x, int y, int width, int height) in paint() 69 public boolean activate(PropertyTable propertyTable, Property property, Point location) in activate() 90 public void deactivate(PropertyTable propertyTable, Property property, boolean save) { in deactivate() 99 public void doubleClick(Property property, Point location) throws Exception { in doubleClick() 105 public void keyDown(PropertyTable propertyTable, Property property, KeyEvent event) in keyDown()
|
D | CharacterPropertyEditor.java | 43 public String getText(Property property) throws Exception { in getText() 57 protected String getEditorText(Property property) throws Exception { in getEditorText() 62 protected boolean setEditorText(Property property, String text) throws Exception { in setEditorText()
|
D | AbstractTextPropertyEditor.java | 158 …public boolean activate(final PropertyTable propertyTable, final Property property, Point location) in activate() 219 public final void deactivate(PropertyTable propertyTable, Property property, boolean save) { in deactivate() 236 public void keyDown(PropertyTable propertyTable, Property property, KeyEvent event) in keyDown() 267 private void handleKeyPressed(PropertyTable propertyTable, Property property, KeyEvent e) in handleKeyPressed() 302 private void toWidget(Property property) throws Exception { in toWidget() 319 private boolean toProperty(Property property) throws Exception { in toProperty() 359 protected abstract String getEditorText(Property property) throws Exception; in getEditorText() 366 protected abstract boolean setEditorText(Property property, String text) throws Exception; in setEditorText()
|
D | ShortPropertyEditor.java | 43 public String getText(Property property) throws Exception { in getText() 57 protected String getEditorText(Property property) throws Exception { in getEditorText() 62 protected boolean setEditorText(Property property, String text) throws Exception { in setEditorText()
|
D | StringArrayPropertyEditor.java | 44 protected String getText(Property property) throws Exception { in getText() 52 private static String[] getItems(Property property) throws Exception { in getItems() 67 protected void openDialog(Property property) throws Exception { in openDialog()
|
D | IntegerObjectPropertyEditor.java | 43 public String getText(Property property) throws Exception { in getText() 60 protected String getEditorText(Property property) throws Exception { in getEditorText() 65 protected boolean setEditorText(Property property, String text) throws Exception { in setEditorText()
|
D | LongPropertyEditor.java | 43 public String getText(Property property) throws Exception { in getText() 57 protected String getEditorText(Property property) throws Exception { in getEditorText() 62 protected boolean setEditorText(Property property, String text) throws Exception { in setEditorText()
|
D | FloatPropertyEditor.java | 43 public String getText(Property property) throws Exception { in getText() 57 protected String getEditorText(Property property) throws Exception { in getEditorText() 62 protected boolean setEditorText(Property property, String text) throws Exception { in setEditorText()
|
D | IntegerPropertyEditor.java | 43 public String getText(Property property) throws Exception { in getText() 57 protected String getEditorText(Property property) throws Exception { in getEditorText() 62 protected boolean setEditorText(Property property, String text) throws Exception { in setEditorText()
|
D | LongObjectPropertyEditor.java | 43 public String getText(Property property) throws Exception { in getText() 60 protected String getEditorText(Property property) throws Exception { in getEditorText() 65 protected boolean setEditorText(Property property, String text) throws Exception { in setEditorText()
|
D | DoubleObjectPropertyEditor.java | 43 public String getText(Property property) throws Exception { in getText() 60 protected String getEditorText(Property property) throws Exception { in getEditorText() 65 protected boolean setEditorText(Property property, String text) throws Exception { in setEditorText()
|
D | ShortObjectPropertyEditor.java | 43 public String getText(Property property) throws Exception { in getText() 60 protected String getEditorText(Property property) throws Exception { in getEditorText() 65 protected boolean setEditorText(Property property, String text) throws Exception { in setEditorText()
|
D | DoublePropertyEditor.java | 43 public String getText(Property property) throws Exception { in getText() 58 protected String getEditorText(Property property) throws Exception { in getEditorText() 63 protected boolean setEditorText(Property property, String text) throws Exception { in setEditorText()
|
D | EnumerationValuesPropertyEditor.java | 59 public String getText(Property property) throws Exception { in getText() 107 protected void addItems(Property property, CCombo3 combo) throws Exception { in addItems() 114 protected void selectItem(Property property, CCombo3 combo) throws Exception { in selectItem() 119 protected void toPropertyEx(Property property, CCombo3 combo, int index) throws Exception { in toPropertyEx()
|
D | AbstractListPropertyEditor.java | 35 public String getText(Property property) throws Exception { in getText() 87 protected void addItems(Property property, CCombo3 combo) throws Exception { in addItems() 94 protected void selectItem(Property property, CCombo3 combo) throws Exception { in selectItem() 99 protected void toPropertyEx(Property property, CCombo3 combo, int index) throws Exception { in toPropertyEx() 127 protected void toPropertyEx_simpleProperty(Property property, CCombo3 combo, int index) in toPropertyEx_simpleProperty()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/ |
D | StringPropertyEditor.java | 62 public String getText(Property property) throws Exception { in getText() 76 protected String getEditorText(Property property) throws Exception { in getEditorText() 81 protected boolean setEditorText(Property property, String text) throws Exception { in setEditorText() 94 private void openDialog(PropertyTable propertyTable, Property property) throws Exception { in openDialog()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/ |
D | ButtonPropertyEditorPresentationImpl.java | 53 public final void hide(PropertyTable propertyTable, Property property) { in hide() 62 Property property, in show() 82 public void setSelection(PropertyTable propertyTable, Property property, boolean selected) { in setSelection() 97 private Control createControl(final PropertyTable propertyTable, final Property property) { in createControl() 140 protected Control createControlImpl(final PropertyTable propertyTable, final Property property) { in createControlImpl() 212 void put(PropertyTable propertyTable, Property property, Control control) { in put() 216 Control remove(PropertyTable propertyTable, Property property) { in remove() 220 Control get(PropertyTable propertyTable, Property property) { in get()
|
D | ButtonPropertyEditorPresentation.java | 58 public final void setSelection(PropertyTable propertyTable, Property property, boolean selected) { in setSelection() 69 final Property property, in show() 78 public final void hide(PropertyTable propertyTable, Property property) { in hide() 113 protected abstract void onClick(PropertyTable propertyTable, Property property) throws Exception; in onClick() 117 public void click(PropertyTable propertyTable, Property property) throws Exception { in click()
|
/external/webkit/Source/WebCore/svg/properties/ |
D | SVGAnimatedStaticPropertyTearOff.h | 42 void setBaseVal(const PropertyType& property) in setBaseVal() 54 …e> > create(SVGElement* contextElement, const QualifiedName& attributeName, PropertyType& property) in create() 60 …ertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, PropertyType& property) in SVGAnimatedStaticPropertyTearOff()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/ |
D | PropertyManager.java | 23 public static PropertyCategory getCategory(Property property) { in getCategory() 33 public static PropertyCategory getCategoryForced(Property property) { in getCategoryForced()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/property/ |
D | PropertyListIntersector.java | 42 Property property = properties[i]; in intersect() local 86 public PropertyGroup(Property property) { in PropertyGroup() 124 private boolean add(Property property) { in add()
|