Searched refs:ChromeViewHostMsg_GetPluginInfo_Status (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/plugins/
H A Dplugin_info_message_filter.cc233 ChromeViewHostMsg_GetPluginInfo_Status* status) const {
238 ChromeViewHostMsg_GetPluginInfo_Status::kNPAPINotSupported;
248 ChromeViewHostMsg_GetPluginInfo_Status::kNPAPINotSupported;
271 ChromeViewHostMsg_GetPluginInfo_Status::kOutdatedDisallowed;
273 status->value = ChromeViewHostMsg_GetPluginInfo_Status::kOutdatedBlocked;
296 status->value = ChromeViewHostMsg_GetPluginInfo_Status::kUnauthorized;
305 status->value = ChromeViewHostMsg_GetPluginInfo_Status::kUnauthorized;
310 status->value = ChromeViewHostMsg_GetPluginInfo_Status::kClickToPlay;
313 is_managed ? ChromeViewHostMsg_GetPluginInfo_Status::kBlockedByPolicy
314 : ChromeViewHostMsg_GetPluginInfo_Status
[all...]
H A Dplugin_info_message_filter.h20 struct ChromeViewHostMsg_GetPluginInfo_Status;
48 ChromeViewHostMsg_GetPluginInfo_Status* status) const;
53 ChromeViewHostMsg_GetPluginInfo_Status* status,
64 void MaybeGrantAccess(const ChromeViewHostMsg_GetPluginInfo_Status& status,
H A Dplugin_info_message_filter_unittest.cc165 ChromeViewHostMsg_GetPluginInfo_Status status;
171 EXPECT_EQ(ChromeViewHostMsg_GetPluginInfo_Status::kAllowed, status.value);
177 ChromeViewHostMsg_GetPluginInfo_Status status;
183 EXPECT_EQ(ChromeViewHostMsg_GetPluginInfo_Status::kAllowed, status.value);
189 ChromeViewHostMsg_GetPluginInfo_Status status;
197 EXPECT_EQ(ChromeViewHostMsg_GetPluginInfo_Status::kDisabled, status.value);
201 ChromeViewHostMsg_GetPluginInfo_Status status;
207 EXPECT_EQ(ChromeViewHostMsg_GetPluginInfo_Status::kNotFound, status.value);
/external/chromium_org/chrome/renderer/plugins/
H A Dchrome_plugin_placeholder.h10 struct ChromeViewHostMsg_GetPluginInfo_Status;
38 void SetStatus(const ChromeViewHostMsg_GetPluginInfo_Status& status);
88 scoped_ptr<ChromeViewHostMsg_GetPluginInfo_Status> status_;
H A Dchrome_plugin_placeholder.cc62 status_(new ChromeViewHostMsg_GetPluginInfo_Status),
174 const ChromeViewHostMsg_GetPluginInfo_Status& status) {
239 if (status_->value == ChromeViewHostMsg_GetPluginInfo_Status::kNotFound)
251 status_->value == ChromeViewHostMsg_GetPluginInfo_Status::kNotFound;
/external/chromium_org/chrome/common/
H A Drender_messages.h47 struct ChromeViewHostMsg_GetPluginInfo_Status { struct
61 ChromeViewHostMsg_GetPluginInfo_Status() : value(kAllowed) {} function in struct:ChromeViewHostMsg_GetPluginInfo_Status
82 IPC_ENUM_TRAITS_MAX_VALUE(ChromeViewHostMsg_GetPluginInfo_Status::Value,
83 ChromeViewHostMsg_GetPluginInfo_Status::kUnauthorized)
93 IPC_STRUCT_TRAITS_BEGIN(ChromeViewHostMsg_GetPluginInfo_Status)
99 IPC_STRUCT_MEMBER(ChromeViewHostMsg_GetPluginInfo_Status, status)
/external/chromium_org/chrome/renderer/
H A Dchrome_content_renderer_client.cc523 output.status.value = ChromeViewHostMsg_GetPluginInfo_Status::kNotFound;
560 const ChromeViewHostMsg_GetPluginInfo_Status& status = output.status;
565 ChromeViewHostMsg_GetPluginInfo_Status::Value status_value = status.value;
573 if (status_value == ChromeViewHostMsg_GetPluginInfo_Status::kNotFound ||
621 ChromeViewHostMsg_GetPluginInfo_Status::kUnauthorized ||
622 status_value == ChromeViewHostMsg_GetPluginInfo_Status::kClickToPlay ||
623 status_value == ChromeViewHostMsg_GetPluginInfo_Status::kBlocked) &&
625 status_value = ChromeViewHostMsg_GetPluginInfo_Status::kAllowed;
629 if (status_value == ChromeViewHostMsg_GetPluginInfo_Status::kClickToPlay &&
633 status_value = ChromeViewHostMsg_GetPluginInfo_Status
[all...]

Completed in 1084 milliseconds