Searched refs:widget (Results 126 - 150 of 487) sorted by relevance

1234567891011>>

/external/webkit/Source/WebKit/android/plugins/
H A DANPEventInterface.cpp50 PluginWidgetAndroid* widget = wrapper->fPWA; local
53 if (WebViewCore::isInstance(core) && core->isPlugin(widget)) {
54 widget->sendEvent(wrapper->fEvent);
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_view_gtk.cc32 #include "views/widget/root_view.h"
33 #include "views/widget/widget_gtk.h"
42 // Called when the content view gtk widget is tabbed to, or after the call to
47 gboolean OnFocus(GtkWidget* widget, GtkDirectionType focus, argument
49 // If we already have focus, let the next widget have a shot at it. We will
52 if (gtk_widget_is_focus(widget))
55 gtk_widget_grab_focus(widget);
61 // Called when the mouse leaves the widget. We notify our delegate.
64 gboolean OnLeaveNotify2(GtkWidget* widget, GdkEventCrossing* event, argument
72 // Called when the mouse moves within the widget
73 CallMouseMove(GtkWidget* widget, GdkEventMotion* event, TabContentsViewGtk* tab_contents_view) argument
79 OnMouseScroll(GtkWidget* widget, GdkEventScroll* event, TabContents* tab_contents) argument
397 OnButtonPress(GtkWidget* widget, GdkEventButton* event) argument
403 OnSizeAllocate(GtkWidget* widget, GtkAllocation* allocation) argument
412 OnPaint(GtkWidget* widget, GdkEventExpose* event) argument
422 OnShow(GtkWidget* widget) argument
426 OnHide(GtkWidget* widget) argument
468 GtkWidget* widget = (*f)->widget(); local
480 OnMouseMove(GtkWidget* widget, GdkEventMotion* event) argument
[all...]
/external/webkit/Source/WebCore/platform/mac/
H A DWidgetMac.mm222 // If this widget's view is a WebCoreFrameScrollView then we
347 void Widget::beforeMouseDown(NSView *unusedView, Widget* widget)
349 if (widget) {
350 ASSERT_UNUSED(unusedView, unusedView == widget->getOuterView());
351 ASSERT(!widget->m_data->mustStayInWindow);
352 widget->m_data->mustStayInWindow = true;
356 void Widget::afterMouseDown(NSView *view, Widget* widget)
358 if (!widget) {
363 ASSERT(widget->m_data->mustStayInWindow);
364 widget
[all...]
/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_item_gtk.cc42 // The width of the |menu_button_| widget. It has to be at least as wide as the
89 // |widget| is the button that popped up this context menu, and |e| is
100 void Popup(GtkWidget* widget, GdkEventButton* event) { argument
108 if (widget)
109 menu_->PopupForWidget(widget, event->button, event->time);
221 // This choice of widget is not critically important though.
327 // Set the initial width of the widget to be animated.
354 // Make sure this widget has been destroyed and the pointer we hold to it
408 // Set up the widget as a drag source.
744 gboolean DownloadItemGtk::OnHboxExpose(GtkWidget* widget, GdkEventExpos argument
813 OnExpose(GtkWidget* widget, GdkEventExpose* e) argument
842 OnClick(GtkWidget* widget) argument
859 OnProgressAreaExpose(GtkWidget* widget, GdkEventExpose* event) argument
918 OnDangerousPromptExpose(GtkWidget* widget, GdkEventExpose* event) argument
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dmenu_gtk.cc64 void OnSubmenuShowButtonImage(GtkWidget* widget, GtkButton* button) { argument
92 // an optional widget, the Y position of the mouse click, and adjusts the popup
97 const GtkWidget* widget, const int y) {
102 // is a widget, then also move the anchor point to the top of the widget
108 if (widget)
109 alternate_y -= widget->allocation.height;
372 void MenuGtk::PopupForWidget(GtkWidget* widget, int button, argument
376 widget, local
394 void MenuGtk::PopupAsFromKeyEvent(GtkWidget* widget) { argument
95 CalculateMenuYPosition(const GdkRectangle* screen_rect, const GtkRequisition* menu_req, const GtkWidget* widget, const int y) argument
648 GtkWidget* widget = GTK_WIDGET(void_widget); local
720 OnMenuShow(GtkWidget* widget) argument
726 OnMenuHidden(GtkWidget* widget) argument
751 SetMenuItemInfo(GtkWidget* widget, gpointer userdata) argument
[all...]
H A Dgtk_expanded_container_unittest.cc21 bool FindChild(GtkWidget* widget) { argument
24 if (GTK_WIDGET(child->data) == widget) {
33 int GetChildX(GtkWidget* widget) { argument
36 gtk_container_child_get_property(GTK_CONTAINER(expanded_), widget, "x", &x); local
40 int GetChildY(GtkWidget* widget) { argument
43 gtk_container_child_get_property(GTK_CONTAINER(expanded_), widget, "y", &y); local
H A Djs_modal_dialog_gtk.cc28 GtkWidget* widget = static_cast<GtkWidget*>( local
30 if (widget)
31 return UTF8ToWide(gtk_entry_get_text(GTK_ENTRY(widget)));
38 GtkWidget* widget = static_cast<GtkWidget*>( local
40 if (widget)
41 return gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(widget));
H A Dconstrained_window_gtk.cc70 gtk_widget_add_events(widget(), GDK_KEY_PRESS_MASK);
71 g_signal_connect(widget(), "key-press-event", G_CALLBACK(OnKeyPressThunk),
73 g_signal_connect(widget(), "hierarchy-changed",
130 // on widget().
143 if (!GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel(widget())))
H A Dmenu_gtk.h78 // Displays the menu near a widget, as if the widget were a menu bar.
82 void PopupForWidget(GtkWidget* widget, int button, guint32 event_time);
94 // Displays the menu following a keyboard event (such as selecting |widget|
96 void PopupAsFromKeyEvent(GtkWidget* widget);
120 GtkWidget* widget() const { return menu_; } function in class:MenuGtk
159 // Sets the activating widget back to a normal appearance.
167 static void SetMenuItemInfo(GtkWidget* widget, void* raw_menu);
H A Dnine_box.h36 // The images will be tiled to fit into the widget.
49 // Set the shape of |widget| to match that of the ninebox. Note that |widget|
54 void ContourWidget(GtkWidget* widget) const;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTabHost.java6 import android.widget.TabHost;
7 import android.widget.TabHost.TabSpec;
8 import android.widget.TabWidget;
30 public android.widget.TabHost.TabSpec newTabSpec(java.lang.String tag) {
37 public void addTab(android.widget.TabHost.TabSpec tabSpec) {
86 public void setOnTabChangedListener(android.widget.TabHost.OnTabChangeListener listener) {
H A DShadowListActivity.java6 import android.widget.AdapterView;
7 import android.widget.ListAdapter;
8 import android.widget.ListView;
H A DShadowGallery.java4 import android.widget.Gallery;
H A DShadowPreferenceActivity.java5 import android.widget.ListView;
H A DShadowSeekBar.java3 import android.widget.SeekBar;
H A DShadowViewAnimator.java4 import android.widget.ViewAnimator;
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DAbsSpinnerTest.java8 import android.widget.AbsSpinner;
9 import android.widget.AdapterView;
10 import android.widget.ArrayAdapter;
11 import android.widget.Gallery;
12 import android.widget.Spinner;
13 import android.widget.TextView;
H A DShadowAutoCompleteTextViewTest.java14 import android.widget.AdapterView.OnItemClickListener;
15 import android.widget.ArrayAdapter;
16 import android.widget.AutoCompleteTextView;
/external/chromium/chrome/browser/chromeos/login/
H A Dhtml_page_screen.cc18 #include "views/widget/widget_gtk.h"
86 views::Widget* widget = view()->GetWidget(); local
87 if (widget && event.os_event && !event.skip_in_browser) {
89 static_cast<views::WidgetGtk*>(widget)->HandleKeyboardEvent(views_event);
/external/chromium/chrome/browser/renderer_host/
H A Dgtk_im_context_wrapper.cc98 GtkWidget* widget = host_view->native_view(); local
99 DCHECK(widget);
101 g_signal_connect(widget, "realize",
103 g_signal_connect(widget, "unrealize",
106 // Set client window if the widget is already realized.
107 HandleHostViewRealize(widget);
577 void GtkIMContextWrapper::HandleHostViewRealize(GtkWidget* widget) { argument
581 if (widget->window) {
582 gtk_im_context_set_client_window(context_, widget->window);
583 gtk_im_context_set_client_window(context_simple_, widget
627 HandleHostViewRealizeThunk( GtkWidget* widget, GtkIMContextWrapper* self) argument
632 HandleHostViewUnrealizeThunk( GtkWidget* widget, GtkIMContextWrapper* self) argument
[all...]
H A Dgtk_im_context_wrapper.h97 void HandleHostViewRealize(GtkWidget* widget);
117 // Signal handlers connecting to |host_view_|'s native view widget.
118 static void HandleHostViewRealizeThunk(GtkWidget* widget,
120 static void HandleHostViewUnrealizeThunk(GtkWidget* widget,
144 // Whether or not this widget is focused.
/external/chromium/chrome/browser/ui/gtk/infobars/
H A Dconfirm_infobar_gtk.cc33 // that the first widget to get shrunk is the label rather than the button(s).
76 void ConfirmInfoBarGtk::OnOkButton(GtkWidget* widget) { argument
81 void ConfirmInfoBarGtk::OnCancelButton(GtkWidget* widget) { argument
86 void ConfirmInfoBarGtk::OnLinkClicked(GtkWidget* widget) { argument
/external/chromium/chrome/browser/ui/views/
H A Ddom_view_browsertest.cc9 #include "views/widget/root_view.h"
10 #include "views/widget/widget.h"
19 Widget* widget = Widget::CreateWidget(params); local
20 widget->Init(NULL, gfx::Rect(0, 0, 400, 400));
21 return widget;
/external/replicaisland/src/com/replica/replicaisland/
H A DDiaryActivity.java28 import android.widget.ImageView;
29 import android.widget.TextView;
30 import android.widget.Toast;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/
H A DCompoundButtonCheckedMatcher.java3 import android.widget.CompoundButton;

Completed in 408 milliseconds

1234567891011>>