Home | History | Annotate | Download | only in browser

Lines Matching refs:IS_EPHEMERAL

1576   return (GetCreationFlags(extension_id) & Extension::IS_EPHEMERAL) != 0;
1588 if (creation_flags & Extension::IS_EPHEMERAL) {
1589 creation_flags &= ~static_cast<int>(Extension::IS_EPHEMERAL);