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

  /external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
app_info_panel.h 21 class AppInfoPanel : public views::View {
23 AppInfoPanel(Profile* profile, const extensions::Extension* app);
25 virtual ~AppInfoPanel();
51 DISALLOW_COPY_AND_ASSIGN(AppInfoPanel);
app_info_panel.cc 18 AppInfoPanel::AppInfoPanel(Profile* profile, const extensions::Extension* app)
22 AppInfoPanel::~AppInfoPanel() {
25 views::Label* AppInfoPanel::CreateHeading(const base::string16& text) const {
33 views::View* AppInfoPanel::CreateVerticalStack(int child_spacing) const {
40 views::View* AppInfoPanel::CreateVerticalStack() const {
44 views::View* AppInfoPanel::CreateHorizontalStack(int child_spacing) const {
51 views::View* AppInfoPanel::CreateHorizontalStack() const {
55 views::View* AppInfoPanel::CreateKeyValueField(views::View* key
    [all...]

Completed in 113 milliseconds