Searched refs:IsReservedCommandOrKey (Results 1 – 5 of 5) sorted by relevance
398 if (browser_->IsReservedCommandOrKey(id, event))457 // as they can't be blacklisted in |Browser::IsReservedCommandOrKey()| anyhow.
622 bool IsReservedCommandOrKey(int command_id,
2354 bool Browser::IsReservedCommandOrKey(int command_id, in IsReservedCommandOrKey() function in Browser
1130 if (browser_->IsReservedCommandOrKey(id, event) &&1133 if (browser_->IsReservedCommandOrKey(id, event)) {
1038 if (browser_->IsReservedCommandOrKey(id, event) && !event.match_edit_command) in PreHandleKeyboardEvent()