kAllowed           18 chrome/browser/app_mode/app_mode_utils.cc   const int kAllowed[] = {
kAllowed           33 chrome/browser/app_mode/app_mode_utils.cc   for (size_t i = 0; i < arraysize(kAllowed); ++i) {
kAllowed           34 chrome/browser/app_mode/app_mode_utils.cc     if (kAllowed[i] == command_id)
kAllowed          285 chrome/browser/plugins/plugin_info_message_filter.cc   if (status->value == ChromeViewHostMsg_GetPluginInfo_Status::kAllowed) {
kAllowed          386 chrome/browser/plugins/plugin_info_message_filter.cc   if (status.value == ChromeViewHostMsg_GetPluginInfo_Status::kAllowed ||
kAllowed          144 chrome/browser/renderer_host/plugin_info_message_filter_unittest.cc     EXPECT_EQ(ChromeViewHostMsg_GetPluginInfo_Status::kAllowed, status.value);
kAllowed          156 chrome/browser/renderer_host/plugin_info_message_filter_unittest.cc     EXPECT_EQ(ChromeViewHostMsg_GetPluginInfo_Status::kAllowed, status.value);
kAllowed           61 chrome/common/render_messages.h   ChromeViewHostMsg_GetPluginInfo_Status() : value(kAllowed) {}
kAllowed          600 chrome/renderer/chrome_content_renderer_client.cc       status_value = ChromeViewHostMsg_GetPluginInfo_Status::kAllowed;
kAllowed          608 chrome/renderer/chrome_content_renderer_client.cc       status_value = ChromeViewHostMsg_GetPluginInfo_Status::kAllowed;
kAllowed          614 chrome/renderer/chrome_content_renderer_client.cc     if (status_value == ChromeViewHostMsg_GetPluginInfo_Status::kAllowed &&
kAllowed          627 chrome/renderer/chrome_content_renderer_client.cc       case ChromeViewHostMsg_GetPluginInfo_Status::kAllowed: {