Searched refs:IS_EPHEMERAL (Results 1 – 2 of 2) sorted by relevance
158 IS_EPHEMERAL = 1 << 9, enumerator318 bool is_ephemeral() const { return (creation_flags_ & IS_EPHEMERAL) != 0; } in is_ephemeral()
163 creation_flags_ |= Extension::IS_EPHEMERAL; in CrxInstaller()