Searched refs:kPinnedKey (Results 1 – 4 of 4) 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()