Home | History | Annotate | Download | only in extensions

Lines Matching refs:IsIncognitoEnabled

1380                                        IsIncognitoEnabled(extension.id()));
1388 IsIncognitoEnabled(extension.id()),
1566 bool ExtensionService::IsIncognitoEnabled(
1579 return extension_prefs_->IsIncognitoEnabled(extension_id);
1593 DCHECK_EQ(enabled, IsIncognitoEnabled(extension_id));
1601 bool old_enabled = extension_prefs_->IsIncognitoEnabled(extension_id);
1626 return IsIncognitoEnabled(extension->id()) &&
1636 IsIncognitoEnabled(extension->id());