OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:comboSize
(Results
1 - 4
of
4
) 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;
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 271 milliseconds