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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/resources/chromeos/
salsa.html 22 <div id="treatment-list">
23 <div id="treatment-header">Available Treatments:</div>
24 <div id="treatment-template" class="treatment" hidden></div>
31 keys</span> to change the selected treatment.
salsa.js 35 * Each treatment is of the form:
41 * @return {list} a list of objects, each representing a single treatment
56 treatment = [];
60 treatment.push({'key': key, 'value': value});
62 treatmentsFound.push(treatment);
100 $('treatment' + currentTreatment).className = 'treatment';
102 $('treatment' + currentTreatment).className = 'selected treatment';
117 var newTreatment = $('treatment-template').cloneNode(true)
    [all...]
salsa.css 26 #treatment-header {
32 .treatment {
58 #treatment-list {
  /external/clang/test/Sema/
freemain.c 3 // Tests that -ffreestanding disables all special treatment of main().
  /external/kernel-headers/original/uapi/linux/
fadvise.h 4 #define POSIX_FADV_NORMAL 0 /* No further special treatment. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
fadvise.h 4 #define POSIX_FADV_NORMAL 0 /* No further special treatment. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fadvise.h 4 #define POSIX_FADV_NORMAL 0 /* No further special treatment. */
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_helper.h 31 // for treatment as "browsing data". This relies on the definition of web safe
  /external/smack/src/org/apache/harmony/javax/security/auth/
Destroyable.java 21 * Allows for special treatment of sensitive information, when it comes to
  /libcore/luni/src/main/java/javax/security/auth/
Destroyable.java 21 * Allows for special treatment of sensitive information, when it comes to
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ActiveDOMObject.h 51 // which don't need special treatment can skip implementation.
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
t1load.h 56 /* treatment of some keywords differs depending on whether */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm-generic/
mman-common.h 27 #define MADV_NORMAL 0 /* no further special treatment */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
mman-common.h 27 #define MADV_NORMAL 0 /* no further special treatment */
  /external/kernel-headers/original/uapi/asm-generic/
mman-common.h 32 #define MADV_NORMAL 0 /* no further special treatment */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
mman.h 88 # define MADV_NORMAL 0 /* No further special treatment. */
103 # define POSIX_MADV_NORMAL 0 /* No further special treatment. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
mman.h 88 # define MADV_NORMAL 0 /* No further special treatment. */
103 # define POSIX_MADV_NORMAL 0 /* No further special treatment. */
  /external/chromium_org/chrome/browser/extensions/
extension_creator.h 32 // Settings to specify treatment of special or ignorable error conditions.
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditor.h 102 bool eraseAttributeIfInjected(const FilterTokenRequest&, const QualifiedName&, const String& replacementValue = String(), TruncationKind treatment = NormalAttributeTruncation);
XSSAuditor.cpp 636 bool XSSAuditor::eraseAttributeIfInjected(const FilterTokenRequest& request, const QualifiedName& attributeName, const String& replacementValue, TruncationKind treatment)
643 if (!isContainedInRequest(canonicalize(snippetFromAttribute(request, attribute), treatment)))
687 String XSSAuditor::canonicalize(String snippet, TruncationKind treatment)
691 if (treatment != NoTruncation) {
693 if (treatment == SrcLikeAttributeTruncation)
695 else if (treatment == ScriptLikeAttributeTruncation)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequestProgressEventThrottle.h 68 // Special treatment for events named "progress" is implemented to dispatch
  /external/clang/include/clang/AST/
TypeVisitor.h 49 /// Actual treatment is made by methods of the derived class, TypeVisitor only
  /external/kernel-headers/original/uapi/asm-mips/asm/
mman.h 65 #define MADV_NORMAL 0 /* no further special treatment */
  /external/proguard/src/proguard/classfile/constant/
Utf8Constant.java 187 // Also note the special treatment of the 0 character.
247 // of "new String(bytes)" doesn't honor the special treatment of
  /frameworks/base/core/java/android/net/
NetworkAgent.java 124 * CONNECTED so it can be given special treatment at that time.
264 * Network can be given special treatment at that time.

Completed in 1546 milliseconds

1 2 3 4 5 6 7 8 91011>>