Searched defs:grab (Results 1 - 5 of 5) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DGridDataFactory.java54 * .grab(true, false)
67 * GridDataFactory.fillDefaults().grab(true, true).hint(150, 150).applyTo(listBox);
502 * column when the layout resizes. If any control in the column is set to grab horizontal then the
503 * whole column will grab horizontal space. If any control in the row is set to grab vertical then
504 * the whole row will grab vertical space.
512 public GridDataFactory grab(boolean horizontal, boolean vertical) { method in class:GridDataFactory
528 public GridDataFactory grab() { method in class:GridDataFactory
529 return grab(true, true);
/external/webkit/Tools/QtTestBrowser/
H A Dlauncherwindow.cpp434 void LauncherWindow::grabZoomKeys(bool grab) argument
438 qWarning("Can't grab keys unless we have a window id");
448 unsigned long val = (grab) ? 1 : 0;
/external/kernel-headers/original/linux/
H A Dinput.h1231 * @grab: input handle that currently has the device grabbed (via
1307 struct input_handle __rcu *grab; member in struct:input_dev
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 682 milliseconds