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

/external/chromium_org/chrome/browser/ui/views/website_settings/
H A Dpermissions_bubble_view.cc139 class CustomizeAllowComboboxModel : public ui::ComboboxModel { class in inherits:ui::ComboboxModel
146 CustomizeAllowComboboxModel() {} function in class:CustomizeAllowComboboxModel
147 virtual ~CustomizeAllowComboboxModel() {}
154 int CustomizeAllowComboboxModel::GetItemCount() const {
158 base::string16 CustomizeAllowComboboxModel::GetItemAt(int index) {
165 int CustomizeAllowComboboxModel::GetDefaultIndex() const {
332 new CustomizeAllowComboboxModel());
408 CustomizeAllowComboboxModel::INDEX_CUSTOMIZE)
411 CustomizeAllowComboboxModel::INDEX_ALLOW)

Completed in 72 milliseconds