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

  /external/chromium/chrome/browser/extensions/
extension_tabs_module_constants.cc 13 const char kFocusedKey[] = "focused";
extension_tabs_module_constants.h 18 extern const char kFocusedKey[];
extension_tabs_module.cc 160 result->SetBoolean(keys::kFocusedKey, browser->window()->IsActive());
465 if (args->HasKey(keys::kFocusedKey))
466 EXTENSION_FUNCTION_VALIDATE(args->GetBoolean(keys::kFocusedKey,
575 if (update_props->HasKey(keys::kFocusedKey)) {
577 keys::kFocusedKey, &selected_val));
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_constants.cc 18 const char kFocusedKey[] = "focused";
tabs_constants.h 22 extern const char kFocusedKey[];
  /external/chromium_org/chrome/browser/extensions/
window_controller.cc 37 result->SetBoolean(keys::kFocusedKey, window()->IsActive());

Completed in 54 milliseconds