OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:comboSize
(Results
1 - 5
of
5
) sorted by null
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CCombo3.java
328
Point
comboSize
= getSize();
333
popupLocation.y +=
comboSize
.y;
353
:
comboSize
.x;
CComboBox.java
583
Point
comboSize
= getSize();
587
int remainingDisplayHeight = clientArea.height - comboLocation.y -
comboSize
.y - 10;
593
:
comboSize
.x;
596
comboLocation.y +
comboSize
.y,
CTableCombo.java
513
Point
comboSize
= getSize();
515
//int width = Math.max(
comboSize
.x, tableRect.width + 2);
516
int width =
comboSize
.x - 1;
530
m_popup.setBounds(point.x, point.y +
comboSize
.y, width, height);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
Completed in 62 milliseconds