Searched refs:block_command_execution_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/
H A Dbrowser.h205 bool block_command_execution() const { return block_command_execution_; }
1147 bool block_command_execution_; member in class:Browser
1149 // Stores the last blocked command id when |block_command_execution_| is true.
H A Dbrowser.cc216 block_command_execution_(false),
2173 if (block_command_execution_) {
2392 block_command_execution_ = block;

Completed in 24 milliseconds