Searched defs:is_hosted_app (Results 1 – 3 of 3) sorted by relevance
146 bool is_hosted_app() const { return type_ == TYPE_HOSTED_APP; } in is_hosted_app() function
405 bool Extension::is_hosted_app() const { in is_hosted_app() function in extensions::Extension
86 bool is_unrestricted, bool is_from_webstore, bool is_hosted_app, in CreateTestExtension()