Searched refs:command_targets_ (Results 1 – 2 of 2) sorted by relevance
306 DCHECK_GT(static_cast<int>(command_targets_.size()), index); in ExecuteCommand()307 WebContents* const web_contents = command_targets_[index]; in ExecuteCommand()417 command_targets_.clear(); in UpdateNotificationUserInterface()440 command_targets_.push_back(web_contents); in UpdateNotificationUserInterface()453 if (command_targets_.empty()) { in UpdateNotificationUserInterface()
106 CommandTargets command_targets_; variable