Searched defs:CanExecuteScriptEverywhere (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/extensions/common/permissions/
H A Dpermissions_data.cc75 if (PermissionsData::CanExecuteScriptEverywhere(extension))
171 PermissionsData::CanExecuteScriptEverywhere(extension) ?
187 !PermissionsData::CanExecuteScriptEverywhere(extension)) {
194 !PermissionsData::CanExecuteScriptEverywhere(extension)) {
196 // or CanExecuteScriptEverywhere is true. If the
465 bool can_execute_everywhere = CanExecuteScriptEverywhere(extension);
527 bool PermissionsData::CanExecuteScriptEverywhere(const Extension* extension) { function in class:extensions::PermissionsData
/external/chromium/chrome/common/extensions/
H A Dextension.cc772 if (CanExecuteScriptEverywhere())
787 !CanExecuteScriptEverywhere()) {
2249 URLPattern pattern = URLPattern(CanExecuteScriptEverywhere() ?
2266 !CanExecuteScriptEverywhere()) {
2668 CanExecuteScriptEverywhere());
2787 !CanExecuteScriptEverywhere() &&
2796 !CanExecuteScriptEverywhere())
2859 bool Extension::CanExecuteScriptEverywhere() const { function in class:Extension

Completed in 68 milliseconds