Home
last modified time | relevance | path

Searched refs:kFocusedKey (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_tabs_module_constants.cc13 const char kFocusedKey[] = "focused"; variable
Dextension_tabs_module_constants.h18 extern const char kFocusedKey[];
Dextension_tabs_module.cc160 result->SetBoolean(keys::kFocusedKey, browser->window()->IsActive()); in CreateWindowValue()
465 if (args->HasKey(keys::kFocusedKey)) in RunImpl()
466 EXTENSION_FUNCTION_VALIDATE(args->GetBoolean(keys::kFocusedKey, in RunImpl()
575 if (update_props->HasKey(keys::kFocusedKey)) { in RunImpl()
577 keys::kFocusedKey, &selected_val)); in RunImpl()