OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SecurityStyle
(Results
1 - 6
of
6
) 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/chrome/browser/automation/
testing_automation_provider.h
215
SecurityStyle
* security_style, int* ssl_cert_status,
[
all
...]
testing_automation_provider.cc
[
all
...]
Completed in 88 milliseconds