HomeSort by relevance Sort by last modified time
    Searched defs:GenericInfoView (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/views/
generic_info_view.h 20 // GenericInfoView, displays a tabular grid of read-only textual information,
23 class GenericInfoView : public 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);
generic_info_view.cc 16 GenericInfoView::GenericInfoView(int number_of_rows)
21 GenericInfoView::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::AddRow
    [all...]

Completed in 346 milliseconds