Searched defs:overridable (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/content/browser/ssl/
H A Dssl_policy.cc192 bool overridable = (options_mask & OVERRIDABLE) != 0; local
205 overridable,
/external/chromium_org/chrome/browser/ui/webui/interstitials/
H A Dinterstitial_ui.cc52 bool overridable = false; local
63 "overridable",
65 overridable = overridable_param == "1";
78 if (overridable)
193 "<a href='ssl?overridable=1&strict_enforcement=0'>"
/external/chromium_org/chromecast/shell/browser/
H A Dcast_content_browser_client.cc126 bool overridable,
119 AllowCertificateError( int render_process_id, int render_view_id, int cert_error, const net::SSLInfo& ssl_info, const GURL& request_url, content::ResourceType resource_type, bool overridable, bool strict_enforcement, bool expired_previous_decision, const base::Callback<void(bool)>& callback, content::CertificateRequestResultType* result) argument
/external/chromium_org/content/public/browser/
H A Dcontent_browser_client.h375 // |overridable| is true and if |strict_enforcement| is false, the user
386 bool overridable,
380 AllowCertificateError(int render_process_id, int render_frame_id, int cert_error, const net::SSLInfo& ssl_info, const GURL& request_url, ResourceType resource_type, bool overridable, bool strict_enforcement, bool expired_previous_decision, const base::Callback<void(bool)>& callback, CertificateRequestResultType* result) argument
/external/chromium_org/chrome/browser/ssl/
H A Dssl_blocking_page.cc138 bool overridable) {
149 if (overridable) {
151 "interstitial.ssl.expiration_and_decision.overridable",
164 bool overridable,
171 expired_but_previously_allowed, proceed, overridable);
172 if (!overridable) {
421 // Shared values for both the overridable and non-overridable versions.
423 load_time_data.SetBoolean("overridable", overridable_);
136 RecordSSLExpirationPageEventState(bool expired_but_previously_allowed, bool proceed, bool overridable) argument
162 RecordSSLBlockingPageDetailedStats(bool proceed, int cert_error, bool overridable, bool internal, int num_visits, bool expired_but_previously_allowed) argument
H A Dssl_error_classification.cc87 void RecordSSLInterstitialCause(bool overridable, SSLInterstitialCause event) { argument
88 if (overridable) {
89 UMA_HISTOGRAM_ENUMERATION("interstitial.ssl.cause.overridable", event,
164 bool overridable) const {
168 overridable ?
173 overridable ?
179 overridable ?
184 overridable ?
269 bool overridable) const {
275 RecordSSLInterstitialCause(overridable, CLOCK_PAS
[all...]
/external/chromium_org/android_webview/browser/
H A Daw_content_browser_client.cc367 bool overridable,
360 AllowCertificateError( int render_process_id, int render_frame_id, int cert_error, const net::SSLInfo& ssl_info, const GURL& request_url, ResourceType resource_type, bool overridable, bool strict_enforcement, bool expired_previous_decision, const base::Callback<void(bool)>& callback, content::CertificateRequestResultType* result) argument
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DParsing.py37 overridable = 0 variable in class:Ctx
1852 overridable = 0
1858 overridable = 1
1864 node = p_cdef_statement(s, ctx(overridable = overridable))
2607 if ctx.overridable:
2611 if ctx.overridable:
2617 if ctx.overridable:
2625 if ctx.overridable:
2637 if ctx.overridable
[all...]
H A DNodes.py583 overridable = 0 variable in class:CFuncDeclaratorNode
693 nogil = self.nogil, with_gil = self.with_gil, is_overridable = self.overridable,
1183 # overridable boolean whether it is a cpdef
1255 self.entry.is_overridable = self.overridable
2092 # overridable whether or not this is a cpdef function
2136 type.is_overridable = self.overridable
2194 if self.overridable and not env.is_module_scope:
2197 self.overridable = False
2203 if self.overridable:
2296 if with_dispatch and self.overridable
[all...]
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.cc1687 bool overridable,
1728 if (overridable)
1680 AllowCertificateError( int render_process_id, int render_frame_id, int cert_error, const net::SSLInfo& ssl_info, const GURL& request_url, ResourceType resource_type, bool overridable, bool strict_enforcement, bool expired_previous_decision, const base::Callback<void(bool)>& callback, content::CertificateRequestResultType* result) argument

Completed in 1165 milliseconds