HomeSort by relevance Sort by last modified time
    Searched full:overridable (Results 1 - 25 of 226) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/chrome/common/importer/
ie_importer_utils_win.h 13 // Overridable by tests via IEImporterTestRegistryOverrider.
17 // Overridable by tests via IEImporterTestRegistryOverrider.
21 // Overridable by tests via IEImporterTestRegistryOverrider.
  /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/javassist/src/main/javassist/expr/
ExprEditor.java 257 * Edits a <tt>new</tt> expression (overridable).
265 * Edits an expression for array creation (overridable).
274 * Edits a method call (overridable).
281 * Edits a constructor call (overridable).
293 * Edits a field-access expression (overridable).
300 * Edits an instanceof expression (overridable).
306 * Edits an expression for explicit type casting (overridable).
312 * Edits a catch clause (overridable).
  /external/chromium_org/content/browser/ssl/
ssl_policy.h 48 OVERRIDABLE = 1 << 0,
60 // OVERRIDABLE indicates whether or not the user could (assuming perfect
ssl_policy.cc 60 options_mask |= OVERRIDABLE;
192 bool overridable = (options_mask & OVERRIDABLE) != 0; local
205 overridable,
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
DirectoryWalker.java 400 * Overridable callback method invoked to determine if the entire walk
436 // do nothing - overridable by subclass
441 * Overridable callback method invoked when the operation is cancelled.
455 // re-throw exception - overridable by subclass
461 * Overridable callback method invoked at the start of processing.
470 // do nothing - overridable by subclass
474 * Overridable callback method invoked to determine if a directory should be processed.
489 // do nothing - overridable by subclass
494 * Overridable callback method invoked at the start of processing each directory.
504 // do nothing - overridable by subclas
    [all...]
  /external/chromium_org/chrome/browser/ssl/
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...]
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_error_classification.h 59 void RecordUMAStatistics(bool overridable) const;
60 void RecordCaptivePortalUMAStatistics(bool overridable) const;
ssl_blocking_page.h 55 OVERRIDABLE = 1 << 0,
  /packages/inputmethods/LatinIME/java/
Android.mk 20 LOCAL_SRC_FILES := $(call all-java-files-under, src ../java-overridable/src)
  /external/chromium_org/chrome/browser/download/
download_status_updater.h 45 // Virtual to be overridable for testing.
  /external/chromium_org/chromecast/shell/browser/
cast_content_browser_client.h 48 bool overridable,
  /external/chromium_org/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog.h 59 // Methods overridable by AppModalDialog subclasses:
  /external/chromium_org/content/renderer/media/
webrtc_uma_histograms.h 83 // Overridable by unit tests.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
HTMLParser.py 402 # Overridable -- finish processing of start+end tag: <tag.../>
407 # Overridable -- handle start tag
411 # Overridable -- handle end tag
415 # Overridable -- handle character reference
419 # Overridable -- handle entity reference
423 # Overridable -- handle data
427 # Overridable -- handle comment
431 # Overridable -- handle declaration
435 # Overridable -- handle processing instruction
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
HTMLParser.py 402 # Overridable -- finish processing of start+end tag: <tag.../>
407 # Overridable -- handle start tag
411 # Overridable -- handle end tag
415 # Overridable -- handle character reference
419 # Overridable -- handle entity reference
423 # Overridable -- handle data
427 # Overridable -- handle comment
431 # Overridable -- handle declaration
435 # Overridable -- handle processing instruction
  /development/samples/training/basic/ActivityLifecycle/
build.xml 19 For other overridable properties, look at the beginning of the rules
  /external/chromium_org/third_party/libjingle/source/talk/examples/android/
build.xml 19 For other overridable properties, look at the beginning of the rules
  /external/chromium_org/third_party/skia/platform_tools/android/examples/hello_skia_app/
build.xml 19 For other overridable properties, look at the beginning of the rules
  /external/chromium_org/third_party/webrtc/examples/android/opensl_loopback/
build.xml 19 For other overridable properties, look at the beginning of the rules
  /external/glide/library/
build.xml 19 For other overridable properties, look at the beginning of the rules
  /external/glide/library/tests/
build.xml 19 For other overridable properties, look at the beginning of the rules
  /external/glide/third_party/gif_decoder/
build.xml 19 For other overridable properties, look at the beginning of the rules

Completed in 4686 milliseconds

1 2 3 4 5 6 7 8 910