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

  /external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
app_info_summary_panel.h 80 views::Label* last_run_time_value_; member in class:AppInfoSummaryPanel
app_info_summary_panel.cc 142 last_run_time_value_(NULL),
243 last_run_time_value_ = new views::Label(last_run_value_str);
244 last_run_time_value_->SetHorizontalAlignment(gfx::ALIGN_LEFT);
291 if (last_run_time_title_ && last_run_time_value_) {
293 CreateKeyValueField(last_run_time_title_, last_run_time_value_));

Completed in 584 milliseconds