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

  /external/chromium/chrome/browser/ui/views/
appcache_info_view.h 14 class AppCacheInfoView : public GenericInfoView {
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);
database_open_info_view.h 17 class DatabaseOpenInfoView : public 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...]
generic_info_view_unittest.cc 35 TEST_F(GenericInfoViewTest, GenericInfoView) {
43 GenericInfoView* view1 = new GenericInfoView(1);
57 GenericInfoView* view2 = new GenericInfoView(ARRAYSIZE(kNameIds), kNameIds);
database_open_info_view.cc 24 : GenericInfoView(ARRAYSIZE(kInfoLabelIds), kInfoLabelIds) {
appcache_info_view.cc 22 : GenericInfoView(ARRAYSIZE(kInfoLabelIds), kInfoLabelIds) {

Completed in 158 milliseconds