Searched refs:doubleClick (Results 1 – 6 of 6) sorted by relevance
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
D | PropertyEditor.java | 99 public void doubleClick(Property property, Point location) throws Exception { in doubleClick() method in PropertyEditor
|
D | BooleanPropertyEditor.java | 93 public void doubleClick(Property property, Point location) throws Exception { in doubleClick() method in BooleanPropertyEditor
|
D | BooleanObjectPropertyEditor.java | 95 public void doubleClick(Property property, Point location) throws Exception { in doubleClick() method in BooleanObjectPropertyEditor
|
/external/webkit/Source/WebKit/qt/declarative/ |
D | qdeclarativewebview.cpp | 121 emit doubleClick(event->pos().x(), event->pos().y()); in mouseDoubleClickEvent() local 283 connect(d->view, SIGNAL(doubleClick(int, int)), this, SIGNAL(doubleClick(int, int))); in init()
|
D | qdeclarativewebview_p.h | 76 void doubleClick(int clickX, int clickY); 228 void doubleClick(int clickX, int clickY);
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
D | PropertyTable.java | 449 property.getEditor().doubleClick(property, getValueRelativeLocation(event.x, event.y)); in handleMouseDoubleClick()
|