Home
last modified time | relevance | path

Searched refs:treatment (Results 1 – 25 of 51) sorted by relevance

123

/external/chromium_org/chrome/browser/resources/chromeos/
Dsalsa.css26 #treatment-header {
32 .treatment {
58 #treatment-list {
Dsalsa.js56 treatment = [];
60 treatment.push({'key': key, 'value': value});
62 treatmentsFound.push(treatment);
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DXSSAuditor.cpp636 …uest, const QualifiedName& attributeName, const String& replacementValue, TruncationKind treatment) in eraseAttributeIfInjected() argument
643 if (!isContainedInRequest(canonicalize(snippetFromAttribute(request, attribute), treatment))) in eraseAttributeIfInjected()
687 String XSSAuditor::canonicalize(String snippet, TruncationKind treatment) in canonicalize() argument
691 if (treatment != NoTruncation) { in canonicalize()
693 if (treatment == SrcLikeAttributeTruncation) in canonicalize()
695 else if (treatment == ScriptLikeAttributeTruncation) in canonicalize()
DXSSAuditor.h102 …alifiedName&, const String& replacementValue = String(), TruncationKind treatment = NormalAttribut…
/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.cpp541 bool Node::isContentEditable(UserSelectAllTreatment treatment) in isContentEditable() argument
544 return hasEditableStyle(Editable, treatment); in isContentEditable()
553 bool Node::hasEditableStyle(EditableLevel editableLevel, UserSelectAllTreatment treatment) const in hasEditableStyle()
566 … if (Position::nodeIsUserSelectAll(node) && treatment == UserSelectAllIsAlwaysNonEditable) in hasEditableStyle()
1486 unsigned short Node::compareDocumentPosition(const Node* otherNode, ShadowTreesTreatment treatment)… in compareDocumentPosition()
1539 …if (start1->inDocument() != start2->inDocument() || (treatment == TreatShadowTreesAsDisconnected &… in compareDocumentPosition()
DNode.h409 …e(EditableType editableType = ContentIsEditable, UserSelectAllTreatment treatment = UserSelectAllI…
413 return hasEditableStyle(Editable, treatment);
/external/chromium_org/third_party/sqlite/src/test/
Dfts3atoken.test122 # Asian languages (Lao, Khmer etc.) require the same special treatment as
Dfts2token.test122 # Asian languages (Lao, Khmer etc.) require the same special treatment as
Dnull.test13 # This file implements tests for proper treatment of the special
/external/chromium_org/third_party/protobuf/
Dprotobuf.gyp292 # the special treatment unless you run protoc from ./src/src
293 # (the treatment is based on the path to the .proto file
/external/chromium_org/chrome/browser/ui/cocoa/
Dbrowser_window_utils.mm68 // that do not correspond to IDC_ constants need no special treatment however,
/external/chromium_org/ppapi/api/
Dppb_image_data.idl79 * functions for determining the browser's treatment of image data.
/external/chromium_org/ui/views/widget/
Dnative_widget_mac.mm54 // to unpredictable OSX treatment. For now, silently give a minimum dimension.
/external/tcpdump/
DREADME.md57 Richard Stevens gives an excellent treatment of the Internet protocols
/external/chromium_org/content/common/
Dsandbox_mac.mm172 // Any characters that aren't printable ASCII get the \u treatment.
/external/chromium_org/native_client_sdk/src/doc/reference/
Dpnacl-bitcode-abi.rst288 libc math functions, but differ in the treatment of ``errno``. While the
/external/llvm/include/llvm/Target/
DTargetSchedule.td321 // Define SchedRead defaults. Reads seldom need special treatment.
/external/chromium_org/chrome/browser/mac/
Dkeystone_glue.mm202 // "-full". If no special treatment is required, the tag suffix will be an
/external/markdown/tests/extensions-x-toc/
Dsyntax-toc.txt87 In HTML, there are two characters that demand special treatment: `<`
/external/markdown/tests/extensions-x-def_list/
Dmarkdown-syntax.txt124 In HTML, there are two characters that demand special treatment: `<`
/external/markdown/MarkdownTest/Tests_2007/
DMarkdown Documentation - Syntax.text124 In HTML, there are two characters that demand special treatment: `<`
/external/markdown/MarkdownTest/Tests_2004/
DMarkdown Documentation - Syntax.text124 In HTML, there are two characters that demand special treatment: `<`
/external/markdown/tests/markdown-test/
Dmarkdown-syntax.txt124 In HTML, there are two characters that demand special treatment: `<`
/external/llvm/docs/
DGarbageCollection.rst724 For GCs which use barriers or unusual treatment of stack roots, these flags
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m.result832 // <rdar://problem/6877235> Classes typedef-ed to CF objects should get the same treatment as CF ob…

123