HomeSort by relevance Sort by last modified time
    Searched refs:tool_item (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/shell/
shell_gtk.cc 186 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/
bookmark_bar_gtk.cc 596 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)));
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.cc 637 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)));
    [all...]

Completed in 1066 milliseconds