Home | History | Annotate | Download | only in extensions

Lines Matching refs:pinned

713   // Default to not pinning the tab. Setting the 'pinned' property to true
715 bool pinned = false;
717 EXTENSION_FUNCTION_VALIDATE(args->GetBoolean(keys::kPinnedKey, &pinned));
746 if (pinned)
891 bool pinned = false;
894 &pinned));
895 tab_strip->SetTabPinned(tab_index, pinned);
897 // Update the tab index because it may move when being pinned.