Home
last modified time | relevance | path

Searched refs:doubleClick (Results 1 – 6 of 6) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
DPropertyEditor.java99 public void doubleClick(Property property, Point location) throws Exception { in doubleClick() method in PropertyEditor
DBooleanPropertyEditor.java93 public void doubleClick(Property property, Point location) throws Exception { in doubleClick() method in BooleanPropertyEditor
DBooleanObjectPropertyEditor.java95 public void doubleClick(Property property, Point location) throws Exception { in doubleClick() method in BooleanObjectPropertyEditor
/external/webkit/Source/WebKit/qt/declarative/
Dqdeclarativewebview.cpp121 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()
Dqdeclarativewebview_p.h76 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/
DPropertyTable.java449 property.getEditor().doubleClick(property, getValueRelativeLocation(event.x, event.y)); in handleMouseDoubleClick()