OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:popup_items
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/
content_setting_bubble_model.h
67
PopupItems
popup_items
;
member in struct:ContentSettingBubbleModel::BubbleContent
100
bubble_content_.
popup_items
.push_back(popup);
/external/chromium/chrome/browser/ui/gtk/
content_setting_bubble_gtk.cc
129
const std::vector<ContentSettingBubbleModel::PopupItem>&
popup_items
=
local
130
content.
popup_items
;
131
GtkWidget* table = gtk_table_new(
popup_items
.size(), 2, FALSE);
134
i(
popup_items
.begin()); i !=
popup_items
.end(); ++i, ++row) {
146
popup_icons_[event_box] = i -
popup_items
.begin();
156
popup_links_[button] = i -
popup_items
.begin();
Completed in 74 milliseconds