HomeSort by relevance Sort by last modified time
    Searched refs:GtkWidget (Results 151 - 175 of 307) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_shrinkable_hbox.cc 29 void CountVisibleChildren(GtkWidget* child, gpointer userdata) {
34 void SumChildrenWidthRequisition(GtkWidget* child, gpointer userdata) {
42 void ShowInvisibleChildren(GtkWidget* child, gpointer userdata) {
49 void ChildSizeAllocate(GtkWidget* child, gpointer userdata) {
109 static void gtk_chrome_shrinkable_hbox_size_allocate(GtkWidget* widget,
174 GtkWidget* widget, GtkAllocation* allocation) {
229 GtkWidget* gtk_chrome_shrinkable_hbox_new(gboolean hide_child_directly,
258 GtkWidget* child,
267 GtkWidget* child,
gtk_expanded_container.cc 21 GtkWidget* container;
26 void GetChildPosition(GtkWidget* container, GtkWidget* child, int* x, int* y) {
36 void ChildSizeAllocate(GtkWidget* child, gpointer userdata) {
113 static void gtk_expanded_container_size_allocate(GtkWidget* widget,
142 static void gtk_expanded_container_size_allocate(GtkWidget* widget,
162 GtkWidget* gtk_expanded_container_new() {
167 GtkWidget* widget, gint x, gint y) {
174 GtkWidget* widget, gint x, gint y) {
hung_renderer_dialog_gtk.cc 97 GtkWidget* contents_vbox = dialog_->vbox;
100 GtkWidget* hbox = gtk_hbox_new(FALSE, 12);
104 GtkWidget* icon_vbox = gtk_vbox_new(FALSE, 0);
108 GtkWidget* icon = gtk_image_new_from_pixbuf(icon_pixbuf);
111 GtkWidget* vbox = gtk_vbox_new(FALSE, gtk_util::kControlSpacing);
114 GtkWidget* text = gtk_label_new(
119 GtkWidget* scroll_list = gtk_scrolled_window_new(NULL, NULL);
128 GtkWidget* tree_view = gtk_tree_view_new_with_model(
185 void HungRendererDialogGtk::OnResponse(GtkWidget* dialog, int response_id) {
gtk_chrome_link_button.cc 118 static gboolean gtk_chrome_link_button_expose(GtkWidget* widget,
121 GtkWidget* label = button->label;
150 GtkWidget* widget = GTK_WIDGET(button);
156 GtkWidget* widget = GTK_WIDGET(button);
208 GtkWidget* gtk_chrome_link_button_new(const char* text) {
209 GtkWidget* lb = GTK_WIDGET(g_object_new(GTK_TYPE_CHROME_LINK_BUTTON, NULL));
216 GtkWidget* gtk_chrome_link_button_new_with_markup(const char* markup) {
217 GtkWidget* lb = GTK_WIDGET(g_object_new(GTK_TYPE_CHROME_LINK_BUTTON, NULL));
status_bubble_gtk.h 68 GtkWidget* widget() { return container_.get(); }
123 GtkWidget* padding_;
tab_contents_drag_source.h 85 GtkWidget* drag_widget_;
103 GtkWidget* drag_icon_;
update_recommended_dialog.cc 42 GtkWidget* label = gtk_label_new(text.c_str());
55 void UpdateRecommendedDialog::OnResponse(GtkWidget* dialog, int response_id) {
info_bubble_gtk.cc 49 InfoBubbleGtk* InfoBubbleGtk::Show(GtkWidget* anchor_widget,
51 GtkWidget* content,
90 void InfoBubbleGtk::Init(GtkWidget* anchor_widget,
92 GtkWidget* content,
96 GtkWidget* current_grab_widget = gtk_grab_get_current();
134 GtkWidget* alignment = gtk_alignment_new(0.0, 0.0, 1.0, 1.0);
142 // GtkWidget only exposes the bitmap mask interface. Use GDK to more
454 gboolean InfoBubbleGtk::OnExpose(GtkWidget* widget, GdkEventExpose* expose) {
472 void InfoBubbleGtk::OnSizeAllocate(GtkWidget* widget,
481 gboolean InfoBubbleGtk::OnButtonPress(GtkWidget* widget
    [all...]
browser_actions_toolbar_gtk.cc 143 GtkWidget* button() { return button_->widget(); }
145 GtkWidget* widget() { return alignment_.get(); }
269 static gboolean OnButtonPress(GtkWidget* widget,
285 static void OnClicked(GtkWidget* widget, BrowserActionButton* action) {
296 static gboolean OnExposeEvent(GtkWidget* widget,
313 static void OnDragBegin(GtkWidget* widget,
338 GtkWidget* image_;
390 GtkWidget* gripper = gtk_button_new();
548 GtkWidget* BrowserActionsToolbarGtk::GetBrowserActionWidget(
632 GtkWidget* button_widget = GetBrowserActionWidget(extension)
    [all...]
crypto_module_password_dialog.cc 97 GtkWidget* dialog_;
98 GtkWidget* password_entry_;
117 GtkWidget* ok_button = gtk_util::AddButtonToDialog(
158 GtkWidget* label = gtk_label_new(text.c_str());
168 GtkWidget* password_box = gtk_hbox_new(FALSE, gtk_util::kLabelSpacing);
189 void CryptoModulePasswordDialog::OnResponse(GtkWidget* dialog,
203 void CryptoModulePasswordDialog::OnWindowDestroy(GtkWidget* widget) {
edit_search_engine_dialog.cc 51 void SetWidgetStyle(GtkWidget* entry, GtkStyle* label_style,
160 GtkWidget* fake_label = gtk_label_new("Fake label");
170 GtkWidget* controls = gtk_util::CreateLabeledControlsGroup(NULL,
203 GtkWidget* description_label = gtk_label_new(description.c_str());
243 void EditSearchEngineDialog::UpdateImage(GtkWidget* image,
264 void EditSearchEngineDialog::OnResponse(GtkWidget* dialog, int response_id) {
275 void EditSearchEngineDialog::OnWindowDestroy(GtkWidget* widget) {
back_forward_button_gtk.cc 87 void BackForwardButtonGtk::OnClick(GtkWidget* widget) {
95 gboolean BackForwardButtonGtk::OnButtonPress(GtkWidget* widget,
112 gboolean BackForwardButtonGtk::OnMouseMove(GtkWidget* widget,
  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_gtk.cc 48 GtkWidget* padding = gtk_alignment_new(0, 0, 1, 1);
64 GtkWidget* image = gtk_image_new_from_pixbuf(pixbuf);
88 GtkWidget* InfoBar::widget() {
166 GtkWidget* link_button = gtk_chrome_link_button_new(
176 GtkWidget* hbox = gtk_hbox_new(FALSE, 0);
183 GtkWidget* initial_label = gtk_label_new(
185 GtkWidget* trailing_label = gtk_label_new(
243 void InfoBar::OnCloseButton(GtkWidget* button) {
249 gboolean InfoBar::OnBackgroundExpose(GtkWidget* sender,
  /external/webkit/Source/WebKit2/UIProcess/gtk/
WebView.cpp 48 void WebView::handleFocusInEvent(GtkWidget* widget)
58 void WebView::handleFocusOutEvent(GtkWidget* widget)
65 static void backspaceCallback(GtkWidget* widget, WebView* client)
71 static void selectAllCallback(GtkWidget* widget, gboolean select, WebView* client)
77 static void cutClipboardCallback(GtkWidget* widget, WebView* client)
83 static void copyClipboardCallback(GtkWidget* widget, WebView* client)
89 static void pasteClipboardCallback(GtkWidget* widget, WebView* client)
95 static void toggleOverwriteCallback(GtkWidget* widget, EditorClient*)
104 static void popupMenuCallback(GtkWidget* widget, EditorClient*)
109 static void showHelpCallback(GtkWidget* widget, EditorClient*
    [all...]
WebViewWidget.cpp 50 static void webViewWidgetRealize(GtkWidget* widget)
104 static void webViewWidgetContainerAdd(GtkContainer* container, GtkWidget* widget)
136 static gboolean webViewExpose(GtkWidget* widget, GdkEventExpose* event)
150 static gboolean webViewDraw(GtkWidget* widget, cairo_t* cr)
164 static void webViewSizeAllocate(GtkWidget* widget, GtkAllocation* allocation)
171 static gboolean webViewFocusInEvent(GtkWidget* widget, GdkEventFocus* event)
176 GtkWidget* toplevel = gtk_widget_get_toplevel(widget);
185 static gboolean webViewFocusOutEvent(GtkWidget* widget, GdkEventFocus* event)
198 static gboolean webViewKeyPressEvent(GtkWidget* widget, GdkEventKey* event)
206 static gboolean webViewKeyReleaseEvent(GtkWidget* widget, GdkEventKey* event
    [all...]
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_installed_bubble_gtk.cc 125 GtkWidget* reference_widget = NULL;
178 GtkWidget* bubble_content = gtk_hbox_new(FALSE, kHorizontalColumnSpacing);
201 GtkWidget* icon_column = gtk_vbox_new(FALSE, 0);
206 GtkWidget* image = gtk_image_new_from_pixbuf(pixbuf);
212 GtkWidget* text_column = gtk_vbox_new(FALSE, kTextColumnVerticalSpacing);
216 GtkWidget* heading_label = gtk_label_new(NULL);
231 GtkWidget* info_label = gtk_label_new(l10n_util::GetStringUTF8(
239 GtkWidget* info_label = gtk_label_new(l10n_util::GetStringFUTF8(
247 GtkWidget* manage_label = gtk_label_new(
253 GtkWidget* close_column = gtk_vbox_new(FALSE, 0)
    [all...]
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk_interactive_uitest.cc 19 void OnClicked(GtkWidget* widget, bool* clicked_bit) {
58 GtkWidget* other_bookmarks =
bookmark_bar_gtk.cc 101 " GtkWidget::focus-padding = 0\n"
266 GtkWidget* vseparator = theme_service_->CreateToolbarSeparator();
274 GtkWidget* other_padding = gtk_alignment_new(0, 0, 1, 1);
467 GtkWidget* to_remove = GTK_WIDGET(gtk_toolbar_get_nth_item(
489 GtkWidget* button = gtk_bin_get_child(GTK_BIN(item));
576 GtkWidget* former_child = gtk_bin_get_child(GTK_BIN(overflow_button_));
580 GtkWidget* new_child = theme_service_->UseGtkTheme() ?
590 int extra_space, std::vector<GtkWidget*>* showing_folders) {
596 GtkWidget* tool_item = reinterpret_cast<GtkWidget*>(iter->data)
    [all...]
bookmark_editor_gtk.cc 236 GtkWidget* action_area = GTK_DIALOG(dialog_)->action_area;
272 GtkWidget* content_area = GTK_DIALOG(dialog_)->vbox;
275 GtkWidget* vbox = gtk_vbox_new(FALSE, 12);
289 GtkWidget* table;
346 GtkWidget* scroll_window = gtk_scrolled_window_new(NULL, NULL);
493 void BookmarkEditorGtk::OnSelectionChanged(GtkWidget* selection) {
500 void BookmarkEditorGtk::OnResponse(GtkWidget* dialog, int response_id) {
507 gboolean BookmarkEditorGtk::OnWindowDeleteEvent(GtkWidget* widget,
517 void BookmarkEditorGtk::OnWindowDestroy(GtkWidget* widget) {
521 void BookmarkEditorGtk::OnEntryChanged(GtkWidget* entry)
    [all...]
  /external/chromium/chrome/browser/ui/gtk/download/
download_in_progress_dialog_gtk.cc 56 GtkWidget* dialog = gtk_message_dialog_new(
79 void DownloadInProgressDialogGtk::OnResponse(GtkWidget* dialog,
  /external/chromium/chrome/browser/ui/gtk/status_icons/
status_icon_gtk.cc 52 void StatusIconGtk::OnClick(GtkWidget* widget) {
63 void StatusIconGtk::OnPopupMenu(GtkWidget* widget, guint button, guint time) {
  /external/chromium/chrome/browser/tab_contents/
tab_contents_view_gtk.cc 46 gboolean OnLeaveNotify(GtkWidget* widget, GdkEventCrossing* event,
55 gboolean OnMouseMove(GtkWidget* widget, GdkEventMotion* event,
64 gboolean OnMouseScroll(GtkWidget* widget, GdkEventScroll* event,
179 GtkWidget* window = gtk_widget_get_ancestor(GetNativeView(), GTK_TYPE_WINDOW);
230 GtkWidget* widget = GetContentNativeView();
264 void TabContentsViewGtk::SetFocusedWidget(GtkWidget* widget) {
368 void TabContentsViewGtk::InsertIntoContentArea(GtkWidget* widget) {
377 gboolean TabContentsViewGtk::OnFocus(GtkWidget* widget,
404 void TabContentsViewGtk::OnChildSizeRequest(GtkWidget* widget,
405 GtkWidget* child
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
FullscreenVideoController.cpp 63 static gboolean onFullscreenGtkMotionNotifyEvent(GtkWidget* widget, GdkEventMotion* event, FullscreenVideoController* controller)
69 static void onFullscreenGtkActiveNotification(GtkWidget* widget, GParamSpec* property, FullscreenVideoController* controller)
75 static gboolean onFullscreenGtkConfigureEvent(GtkWidget* widget, GdkEventConfigure* event, FullscreenVideoController* controller)
81 static void onFullscreenGtkDestroy(GtkWidget* widget, FullscreenVideoController* controller)
101 static gboolean timeScaleButtonPressed(GtkWidget* widget, GdkEventButton* event, FullscreenVideoController* controller)
110 static gboolean timeScaleButtonReleased(GtkWidget* widget, GdkEventButton* event, FullscreenVideoController* controller)
116 static void timeScaleValueChanged(GtkWidget* widget, FullscreenVideoController* controller)
207 GtkWidget* volumePopup = gtk_scale_button_get_popup(GTK_SCALE_BUTTON(m_volumeButton));
225 static gboolean onFullscreenGtkKeyPressEvent(GtkWidget* widget, GdkEventKey* event, FullscreenVideoController* controller)
265 m_window = reinterpret_cast<GtkWidget*>(m_gstreamerGWorld->platformVideoWindow()->window())
    [all...]
  /external/webkit/Source/WebCore/platform/gtk/
WidgetRenderingContext.cpp 147 void WidgetRenderingContext::gtkPaintBox(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* detail)
163 void WidgetRenderingContext::gtkPaintFlatBox(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* detail)
170 void WidgetRenderingContext::gtkPaintFocus(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, const gchar* detail)
177 void WidgetRenderingContext::gtkPaintSlider(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* detail, GtkOrientation orientation)
184 void WidgetRenderingContext::gtkPaintCheck(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* detail)
191 void WidgetRenderingContext::gtkPaintOption(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* detail)
198 void WidgetRenderingContext::gtkPaintShadow(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* detail)
205 void WidgetRenderingContext::gtkPaintArrow(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, int arrowDirection, const gchar* detail)
212 void WidgetRenderingContext::gtkPaintVLine(const IntRect& rect, GtkWidget* widget, GtkStateType stateType, const gchar* detail)
  /external/webkit/Source/WebKit/gtk/tests/
testwebview.c 132 static gboolean map_event_cb(GtkWidget *widget, GdkEvent* event, gpointer data)
143 GtkWidget* window = gtk_window_new(GTK_WINDOW_POPUP);
144 GtkWidget* scrolled_window = gtk_scrolled_window_new(NULL, NULL);
199 GtkWidget* window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
200 GtkWidget* scrolled_window = gtk_scrolled_window_new(NULL, NULL);
296 GtkWidget* window;
297 GtkWidget* web_view;
320 GtkWidget* window;
321 GtkWidget* web_view;

Completed in 687 milliseconds

1 2 3 4 5 67 8 91011>>