OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:whitelisted
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/chromeos/cros/
login_library.h
30
//
whitelisted
in |OUT_signature|.
88
virtual bool EnumerateWhitelisted(std::vector<std::string>*
whitelisted
) = 0;
login_library.cc
120
bool EnumerateWhitelisted(std::vector<std::string>*
whitelisted
) {
125
whitelisted
->push_back(std::string(list->users[i]));
353
bool EnumerateWhitelisted(std::vector<std::string>*
whitelisted
) {
/external/chromium/chrome/browser/chromeos/login/
signed_settings.h
93
static bool EnumerateWhitelist(std::vector<std::string>*
whitelisted
);
signed_settings.cc
83
bool SignedSettings::EnumerateWhitelist(std::vector<std::string>*
whitelisted
) {
97
whitelisted
->push_back(*it);
/external/chromium_org/chrome/browser/resources/feedback/js/
event_handler.js
34
* Function to determine whether or not a given extension id is
whitelisted
to
37
* @return {boolean} Whether or not this sender is
whitelisted
.
/external/chromium_org/chrome/common/extensions/docs/server2/
features_utility.py
35
shouldn't have
whitelisted
features ignored since they're inherently
42
#
whitelisted
in stable for certain extensions and available in dev for
/external/chromium/chrome/browser/extensions/
crx_installer.cc
325
// Helper method to let us compare a
whitelisted
manifest with the actual
327
//
whitelisted
manifest doesn't have that value.
365
// First see if it's
whitelisted
by id (the old mechanism).
366
bool
whitelisted
= ClearWhitelistedInstallId(extension_->id()) &&
local
369
// Now check if it's
whitelisted
by manifest.
379
whitelisted
= true;
383
(!allow_silent_install_ || !
whitelisted
)) {
/external/chromium_org/chrome/renderer/resources/extensions/
ad_view.js
109
* Return the
whitelisted
ad-network entry named |name|.
Completed in 140 milliseconds