OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tool_item
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/shell/browser/
shell_gtk.cc
190
GtkToolItem*
tool_item
= gtk_tool_item_new();
local
191
gtk_container_add(GTK_CONTAINER(
tool_item
), url_edit_view_);
192
gtk_tool_item_set_expand(
tool_item
, TRUE);
193
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
634
GtkWidget*
tool_item
= reinterpret_cast<GtkWidget*>(iter->data);
local
635
gtk_widget_size_request(
tool_item
, &requested_size_);
645
showing_folders->push_back(gtk_bin_get_child(GTK_BIN(
tool_item
)));
[
all
...]
Completed in 1071 milliseconds