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

  /external/chromium_org/chrome/browser/ssl/
ssl_error_classification.h 59 void RecordUMAStatistics(bool overridable) const;
60 void RecordCaptivePortalUMAStatistics(bool overridable) const;
ssl_error_classification.cc 87 void RecordSSLInterstitialCause(bool overridable, SSLInterstitialCause event) {
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_PAST)
    [all...]
ssl_blocking_page.cc 138 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) {
176 // Overridable is false if the user didn't have any option except to turn
318 overridable_(options_mask & OVERRIDABLE &&
421 // Shared values for both the overridable and non-overridable versions
    [all...]
  /external/chromium_org/chrome/browser/resources/security_warnings/
interstitial_v2.js 67 var overridable = loadTimeData.getBoolean('overridable');
81 else if (overridable)
87 if (overridable) {
95 if (ssl && overridable) {
98 // Overridable SSL page doesn't have this link.
  /external/chromium_org/chrome/browser/ui/webui/interstitials/
interstitial_ui.cc 52 bool overridable = false; local
63 "overridable",
65 overridable = overridable_param == "1";
78 if (overridable)
79 options_mask |= SSLBlockingPage::OVERRIDABLE;
193 "<a href='ssl?overridable=1&strict_enforcement=0'>"
194 " example.com (Overridable)</a>"
  /external/chromium_org/content/browser/ssl/
ssl_policy.cc 60 options_mask |= OVERRIDABLE;
192 bool overridable = (options_mask & OVERRIDABLE) != 0; local
205 overridable,
  /packages/inputmethods/LatinIME/java/
Android.mk 20 LOCAL_SRC_FILES := $(call all-java-files-under, src ../java-overridable/src)
  /external/chromium_org/chromecast/shell/browser/
cast_content_browser_client.h 48 bool overridable,
cast_content_browser_client.cc 126 bool overridable,
  /packages/inputmethods/LatinIME/tools/dicttool/
Android.mk 37 $(LATINIME_LOCAL_DIR)/java-overridable/src/com/android/inputmethod
  /external/chromium_org/android_webview/browser/
aw_content_browser_client.h 101 bool overridable,
aw_content_browser_client.cc 367 bool overridable,
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Parsing.py 37 overridable = 0 variable in class:Ctx
    [all...]
AutoDocTransforms.py 194 if not node.overridable: # not cpdef FOO(...):
Nodes.py 583 overridable = 0 variable in class:CFuncDeclaratorNode
693 nogil = self.nogil, with_gil = self.with_gil, is_overridable = self.overridable,
    [all...]
ParseTreeTransforms.py     [all...]
  /external/chromium_org/content/public/browser/
content_browser_client.h 375 // |overridable| is true and if |strict_enforcement| is false, the user
386 bool overridable,
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.h 168 bool overridable,
chrome_content_browser_client.cc     [all...]
  /external/chromium_org/third_party/cython/src/Cython/
CodeWriter.py 498 if node.overridable:

Completed in 634 milliseconds