Searched defs:kAllowed (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/app_mode/
H A Dapp_mode_utils.cc18 const int kAllowed[] = { local
33 for (size_t i = 0; i < arraysize(kAllowed); ++i) {
34 if (kAllowed[i] == command_id)
/external/chromium_org/chrome/browser/extensions/
H A Dextension_management_constants.cc15 const char kAllowed[] = "allowed"; member in namespace:extensions::schema_constants
H A Dextension_management_test_util.cc44 value ? schema::kBlocked : schema::kAllowed); member in class:extensions::schema
66 allowed ? schema::kAllowed : schema::kBlocked);
/external/chromium_org/chrome/common/
H A Drender_messages.h50 kAllowed, enumerator in enum:ChromeViewHostMsg_GetPluginInfo_Status::Value
62 ChromeViewHostMsg_GetPluginInfo_Status() : value(kAllowed) {}
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_params.h51 static const unsigned int kAllowed = (1 << 0); member in class:data_reduction_proxy::DataReductionProxyParams
90 // Constructs configuration parameters. If |kAllowed|, then the standard

Completed in 437 milliseconds