Searched refs:widget (Results 101 - 125 of 487) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/ui/gtk/
H A Dfind_bar_gtk.h41 GtkWidget* widget() const { return slide_widget_->widget(); } function in class:FindBarGtk
76 // Store the currently focused widget if it is not in the find bar.
106 // Adjust the text alignment according to the text direction of the widget
114 static void OnParentSet(GtkWidget* widget, GtkObject* old_parent,
124 static gboolean OnKeyPressEvent(GtkWidget* widget, GdkEventKey* event,
126 static gboolean OnKeyReleaseEvent(GtkWidget* widget, GdkEventKey* event,
133 static gboolean OnExpose(GtkWidget* widget, GdkEventExpose* event,
137 static gboolean OnContentEventBoxExpose(GtkWidget* widget,
154 static void OnWidgetDirectionChanged(GtkWidget* widget, argument
[all...]
H A Dgtk_floating_container.h33 // Your handler should, for each floating widget, set the "x" and "y" child
71 // Internal structure used to associate a widget and its x/y child properties.
73 GtkWidget* widget; member in struct:_GtkFloatingContainerChild
81 GtkWidget* widget);
H A Doverflow_button.cc32 GtkWidget* former_child = gtk_bin_get_child(GTK_BIN(widget()));
42 gtk_container_add(GTK_CONTAINER(widget()), new_child);
H A Doverflow_button.h23 GtkWidget* widget() { return widget_.get(); } function in class:OverflowButton
H A Dsad_tab_gtk.h26 GtkWidget* widget() const { return event_box_.get(); } function in class:SadTabGtk
/external/kernel-headers/original/asm-mips/sn/
H A Dio.h24 #define IIO_ITTE_WIDGET_BITS 4 /* size of widget field */
34 #define IIO_ITTE_INVALID_WIDGET 3 /* an invalid widget */
36 #define IIO_ITTE_PUT(nasid, bigwin, io_or_mem, widget, addr) \
41 (((widget) & IIO_ITTE_WIDGET_MASK) << IIO_ITTE_WIDGET_SHIFT)))
50 * Macro which takes the widget number, and returns the
51 * IO PRB address of that widget.
52 * value _x is expected to be a widget number in the range
/external/replicaisland/src/com/replica/replicaisland/
H A DCustomToastSystem.java24 import android.widget.TextView;
25 import android.widget.Toast;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAbsSpinner.java7 import android.widget.AbsSpinner;
8 import android.widget.SpinnerAdapter;
H A DShadowCompoundButton.java3 import android.widget.Checkable;
4 import android.widget.CompoundButton;
9 * Shadows the {@code android.widget.CompoundButton} class.
H A DShadowExpandableListView.java4 import android.widget.ExpandableListView;
5 import android.widget.ExpandableListView.OnChildClickListener;
H A DShadowRadioGroup.java3 import android.widget.RadioGroup;
8 import static android.widget.RadioGroup.OnCheckedChangeListener;
H A DShadowCheckedTextView.java3 import android.widget.CheckedTextView;
H A DShadowSpinner.java3 import android.widget.Spinner;
H A DShadowViewFlipper.java3 import android.widget.ViewFlipper;
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DListFragmentTest.java5 import android.widget.ListAdapter;
6 import android.widget.ListView;
H A DTabActivityTest.java4 import android.widget.TabHost;
5 import android.widget.TabWidget;
H A DScrollViewTest.java3 import android.widget.ScrollView;
/external/webkit/Source/WebCore/platform/qt/
H A DWidgetQt.cpp52 Widget::Widget(QWidget* widget) argument
54 init(widget);
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_frame_gtk.cc17 #include "views/widget/root_view.h"
117 gboolean BrowserFrameGtk::OnWindowStateEvent(GtkWidget* widget, argument
120 gboolean result = views::WindowGtk::OnWindowStateEvent(widget, event);
132 gboolean BrowserFrameGtk::OnConfigureEvent(GtkWidget* widget, argument
135 return views::WindowGtk::OnConfigureEvent(widget, event);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
H A DCustomView.java5 import android.widget.LinearLayout;
/external/webkit/Source/WebKit/chromium/src/
H A DWebInputEventConversion.cpp52 PlatformMouseEventBuilder::PlatformMouseEventBuilder(Widget* widget, const WebMouseEvent& e) argument
54 // FIXME: widget is always toplevel, unless it's a popup. We may be able
56 m_position = widget->convertFromContainingWindow(IntPoint(e.x, e.y));
88 PlatformWheelEventBuilder::PlatformWheelEventBuilder(Widget* widget, const WebMouseWheelEvent& e) argument
90 m_position = widget->convertFromContainingWindow(IntPoint(e.x, e.y));
209 PlatformTouchPointBuilder::PlatformTouchPointBuilder(Widget* widget, const WebTouchPoint& point) argument
213 m_pos = widget->convertFromContainingWindow(point.position);
217 PlatformTouchEventBuilder::PlatformTouchEventBuilder(Widget* widget, const WebTouchEvent& event) argument
227 m_touchPoints.append(PlatformTouchPointBuilder(widget, event.touchPoints[i]));
245 WebMouseEventBuilder::WebMouseEventBuilder(const Widget* widget, cons argument
299 WebMouseWheelEventBuilder(const Widget* widget, const WheelEvent& event) argument
[all...]
/external/chromium/chrome/browser/ui/gtk/infobars/
H A Dinfobar_container_gtk.cc62 // Get the height of the widget and add it to |userdata|, but only if it is in
64 void SumAnimatingBarHeight(GtkWidget* widget, gpointer userdata) { argument
67 g_object_get_data(G_OBJECT(widget), kInfoBar));
69 *height_sum += widget->allocation.height;
80 gtk_widget_show(widget());
93 gtk_util::RemoveAllChildren(widget());
114 gtk_container_foreach(GTK_CONTAINER(widget()), SumAnimatingBarHeight, &sum);
150 GList* children = gtk_container_get_children(GTK_CONTAINER(widget()));
182 gtk_box_pack_start(GTK_BOX(widget()), infobar->widget(),
[all...]
/external/chromium/chrome/browser/ui/views/
H A Ddropdown_bar_host_win.cc14 #include "views/widget/widget_win.h"
26 views::WidgetWin* widget = new views::WidgetWin(); local
31 widget->SetCreateParams(params);
32 return widget;
/external/webkit/Source/WebCore/page/win/
H A DEventHandlerWin.cpp76 bool EventHandler::passWheelEventToWidget(PlatformWheelEvent& wheelEvent, Widget* widget) argument
78 if (!widget->isFrameView())
81 return static_cast<FrameView*>(widget)->frame()->eventHandler()->handleWheelEvent(wheelEvent);
/external/webkit/Source/WebCore/platform/gtk/
H A DScrollbarThemeGtk2.cpp41 static void gtkStyleSetCallback(GtkWidget* widget, GtkStyle* previous, ScrollbarThemeGtk* scrollbarTheme) argument
99 GtkWidget* widget = getWidgetForScrollbar(scrollbar); local
101 gtk_widget_style_get(widget, "activate-slider", &activateSlider, NULL);
113 GtkAdjustment* adjustment = gtk_range_get_adjustment(GTK_RANGE(widget));
127 widgetContext.gtkPaintSlider(sliderRect, widget, stateType, shadowType, "slider", orientation);
150 // of the widget. Where the target rect is in relation to the total widget allocation
164 GtkWidget* widget = getWidgetForScrollbar(scrollbar); local
166 gtk_widget_get_allocation(widget, &allocation);
178 gtk_widget_set_allocation(widget,
[all...]

Completed in 2303 milliseconds

1234567891011>>