HomeSort by relevance Sort by last modified time
    Searched refs:kAllowed (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/app_mode/
app_mode_utils.cc 18 const int kAllowed[] = {
33 for (size_t i = 0; i < arraysize(kAllowed); ++i) {
34 if (kAllowed[i] == command_id)
  /external/chromium_org/chrome/browser/renderer_host/
plugin_info_message_filter_unittest.cc 144 EXPECT_EQ(ChromeViewHostMsg_GetPluginInfo_Status::kAllowed, status.value);
156 EXPECT_EQ(ChromeViewHostMsg_GetPluginInfo_Status::kAllowed, status.value);
  /external/chromium_org/chrome/browser/plugins/
plugin_info_message_filter.cc 280 if (status->value == ChromeViewHostMsg_GetPluginInfo_Status::kAllowed) {
379 if (status.value == ChromeViewHostMsg_GetPluginInfo_Status::kAllowed ||
  /external/chromium_org/chrome/common/
render_messages.h 65 kAllowed,
76 ChromeViewHostMsg_GetPluginInfo_Status() : value(kAllowed) {}
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client.cc 555 status_value = ChromeViewHostMsg_GetPluginInfo_Status::kAllowed;
563 status_value = ChromeViewHostMsg_GetPluginInfo_Status::kAllowed;
569 if (status_value == ChromeViewHostMsg_GetPluginInfo_Status::kAllowed &&
582 case ChromeViewHostMsg_GetPluginInfo_Status::kAllowed: {
    [all...]

Completed in 282 milliseconds