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

/external/chromium/chrome/browser/ui/views/
H A Dgeneric_info_view.h20 // GenericInfoView, displays a tabular grid of read-only textual information,
23 class GenericInfoView : public views::View { class in inherits:views::View
27 explicit GenericInfoView(int number_of_rows);
33 GenericInfoView(int number_of_rows, const int name_string_ids[]);
52 FRIEND_TEST_ALL_PREFIXES(GenericInfoViewTest, GenericInfoView);
63 DISALLOW_COPY_AND_ASSIGN(GenericInfoView);
H A Dgeneric_info_view.cc16 GenericInfoView::GenericInfoView(int number_of_rows) function in class:GenericInfoView
21 GenericInfoView::GenericInfoView( function in class:GenericInfoView
27 void GenericInfoView::SetNameByStringId(int row, int name_string_id) {
31 void GenericInfoView::SetName(int row, const string16& name) {
37 void GenericInfoView::SetValue(int row, const string16& name) {
43 void GenericInfoView::ViewHierarchyChanged(bool is_add,
55 void GenericInfoView::InitGenericInfoView() {
91 void GenericInfoView
[all...]

Completed in 77 milliseconds