Searched refs:kPinnedKey (Results 1 – 10 of 10) sorted by relevance
25 const char kPinnedKey[] = "pinned"; variable
29 extern const char kPinnedKey[];
133 result->SetBoolean(keys::kPinnedKey, in CreateTabValue()716 if (args->HasKey(keys::kPinnedKey)) in RunImpl()717 EXTENSION_FUNCTION_VALIDATE(args->GetBoolean(keys::kPinnedKey, &pinned)); in RunImpl()892 if (update_props->HasKey(keys::kPinnedKey)) { in RunImpl()893 EXTENSION_FUNCTION_VALIDATE(update_props->GetBoolean(keys::kPinnedKey, in RunImpl()
492 changed_properties->SetBoolean(tab_keys::kPinnedKey, in TabPinnedStateChanged()
32 const char kPinnedKey[] = "pinned"; variable
35 extern const char kPinnedKey[];
123 tab_value->SetBoolean(extensions::tabs_constants::kPinnedKey, false); in CreateTabValue()
547 changed_properties->SetBoolean(tabs_constants::kPinnedKey, in TabPinnedStateChanged()
143 result->SetBoolean(keys::kPinnedKey, in CreateTabValue()
130 tab_value->SetBoolean(extensions::tabs_constants::kPinnedKey, false); in CreateTabValue()