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

  /external/chromium_org/chrome/browser/extensions/api/commands/
command_service.cc 230 Command existing_command = FindCommandByName(extension_id, command_name);
231 if (existing_command.accelerator() == accelerator &&
232 existing_command.global() == global)
265 if (existing_command.accelerator().key_code() != ui::VKEY_UNKNOWN)
    [all...]
  /external/chromium_org/chrome/browser/sessions/
session_service.cc 1491 SessionCommand* existing_command = *i; local
    [all...]

Completed in 249 milliseconds