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

  /external/chromium/chrome/common/
security_style.h 14 enum SecurityStyle {
automation_messages.h 96 SecurityStyle security_style,
107 SecurityStyle security_style;
240 struct ParamTraits<SecurityStyle> {
241 typedef SecurityStyle param_type;
automation_messages.cc 110 SecurityStyle in_security_style,
324 void ParamTraits<SecurityStyle>::Write(Message* m, const param_type& p) {
329 bool ParamTraits<SecurityStyle>::Read(const Message* m,
335 *p = static_cast<SecurityStyle>(type);
340 void ParamTraits<SecurityStyle>::Log(const param_type& p, std::string* l) {
automation_messages_internal.h 554 // - SecurityStyle: the security style of the tab.
562 SecurityStyle,
    [all...]
  /external/chromium_org/content/public/common/
security_style.h 15 enum SecurityStyle {
ssl_status.h 41 content::SecurityStyle security_style;
common_param_traits_macros.h 32 IPC_ENUM_TRAITS(content::SecurityStyle)
  /external/chromium_org/chrome/common/
automation_messages.h 79 IPC_STRUCT_MEMBER(content::SecurityStyle, security_style)
automation_messages_internal.h 414 // - SecurityStyle: the security style of the tab.
422 content::SecurityStyle,
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.h 215 SecurityStyle* security_style, int* ssl_cert_status,
    [all...]
testing_automation_provider.cc     [all...]
  /external/chromium_org/chrome/browser/ssl/
ssl_browser_tests.cc 120 content::SecurityStyle expected_security_style,
    [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 250 milliseconds