Searched refs:commands_ (Results 1 – 9 of 9) sorted by relevance
29 STLDeleteContainerPairSecondPointers(commands_.begin(), commands_.end()); in ~CommandUpdater()33 const CommandMap::const_iterator command(commands_.find(id)); in IsCommandEnabled()34 if (command == commands_.end()) in IsCommandEnabled()40 return commands_.find(id) != commands_.end(); in SupportsCommand()63 return commands_[id]; in GetCommand()66 commands_[id] = command; in GetCommand()79 for (CommandMap::const_iterator it = commands_.begin(); in RemoveCommandObserver()80 it != commands_.end(); in RemoveCommandObserver()
92 CommandMap commands_; variable
11 : observer_(observer), commands_(commands) { function12 DCHECK(observer_ && commands_);17 commands_->RemoveCommandObserver(this);21 commands_->AddCommandObserver(command, this);
38 CommandUpdater* commands_; // weak variable
38 commands_.push_back( in AddCookie()44 commands_.push_back(CookieStoreCommand( in UpdateCookieAccessTime()50 commands_.push_back( in DeleteCookie()
51 return commands_; in commands()71 CommandList commands_;
63 CommandUpdater* commands_; // weak, one per window variable
171 commands_ = commands;258 [self initCommandStatus:commands_];260 commands_, toolbarModel_,
49 this.commands_ = {};452 this.commands_[command.id] = command;557 this.commands_['rename'].canExecuteChange();558 this.commands_['delete'].canExecuteChange();