Home
last modified time | relevance | path

Searched refs:EnsureNotHybridApp (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/common/extensions/
Dextension.h713 bool EnsureNotHybridApp(const DictionaryValue* manifest, std::string* error);
Dextension.cc1434 bool Extension::EnsureNotHybridApp(const DictionaryValue* manifest, in EnsureNotHybridApp() function in Extension
2153 !EnsureNotHybridApp(manifest_value_.get(), error) || in InitFromValue()