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

  /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...]

Completed in 60 milliseconds