Searched defs:tool_item (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/shell/
H A Dshell_gtk.cc186 GtkToolItem* tool_item = gtk_tool_item_new(); local
187 gtk_container_add(GTK_CONTAINER(tool_item), url_edit_view_);
188 gtk_tool_item_set_expand(tool_item, TRUE);
189 gtk_toolbar_insert(GTK_TOOLBAR(toolbar), tool_item, -1 /* append */); local
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_bar_gtk.cc596 GtkWidget* tool_item = reinterpret_cast<GtkWidget*>(iter->data); local
597 if (gtk_widget_get_direction(tool_item) == GTK_TEXT_DIR_RTL) {
598 overflow = (tool_item->allocation.x + tool_item->style->xthickness <
602 (tool_item->allocation.x + tool_item->allocation.width +
603 tool_item->style->xthickness >
607 overflow = overflow || tool_item->allocation.x == -1;
614 showing_folders->push_back(gtk_bin_get_child(GTK_BIN(tool_item)));
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_bar_gtk.cc637 GtkWidget* tool_item = reinterpret_cast<GtkWidget*>(iter->data); local
638 gtk_widget_size_request(tool_item, &requested_size_);
648 showing_folders->push_back(gtk_bin_get_child(GTK_BIN(tool_item)));

Completed in 126 milliseconds