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

  /external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
app_info_summary_panel.h 27 class AppInfoSummaryPanel : public AppInfoPanel,
30 AppInfoSummaryPanel(Profile* profile, const extensions::Extension* app);
32 virtual ~AppInfoSummaryPanel();
58 DISALLOW_COPY_AND_ASSIGN(AppInfoSummaryPanel);
app_info_summary_panel.cc 124 AppInfoSummaryPanel::AppInfoSummaryPanel(Profile* profile,
147 AppInfoSummaryPanel::~AppInfoSummaryPanel() {
152 void AppInfoSummaryPanel::CreateDescriptionControl() {
170 void AppInfoSummaryPanel::CreateLaunchOptionControl() {
182 void AppInfoSummaryPanel::LayoutDescriptionControl() {
192 void AppInfoSummaryPanel::OnPerformAction(views::Combobox* combobox) {
201 extensions::LaunchType AppInfoSummaryPanel::GetLaunchType() const {
206 void AppInfoSummaryPanel::SetLaunchType
    [all...]

Completed in 2614 milliseconds