Searched refs:appendLiteral (Results 1 - 25 of 91) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSFilterValue.cpp44 result.appendLiteral("url(");
47 result.appendLiteral("grayscale(");
50 result.appendLiteral("sepia(");
53 result.appendLiteral("saturate(");
56 result.appendLiteral("hue-rotate(");
59 result.appendLiteral("invert(");
62 result.appendLiteral("opacity(");
65 result.appendLiteral("brightness(");
68 result.appendLiteral("contrast(");
71 result.appendLiteral("blu
[all...]
H A DCSSLineBoxContainValue.cpp45 text.appendLiteral("block");
49 text.appendLiteral("inline");
54 text.appendLiteral("font");
59 text.appendLiteral("glyphs");
64 text.appendLiteral("replaced");
69 text.appendLiteral("inline-box");
H A DCSSSupportsRule.cpp47 result.appendLiteral("@supports ");
49 result.appendLiteral(" {\n");
H A DCSSMediaRule.cpp52 result.appendLiteral("@media ");
57 result.appendLiteral("{ \n");
H A DCSSPropertySourceData.cpp96 result.appendLiteral("/* ");
98 result.appendLiteral(": ");
101 result.appendLiteral(" !important");
104 result.appendLiteral(" */");
H A DCSSBasicShapes.cpp49 result.appendLiteral("circle(");
55 result.appendLiteral(separator);
57 result.appendLiteral(separator);
59 result.appendLiteral(separator);
64 result.appendLiteral(separator);
152 result.appendLiteral("ellipse(");
160 result.appendLiteral(separator);
167 result.appendLiteral(separator);
168 result.appendLiteral(at);
169 result.appendLiteral(separato
[all...]
H A DCSSFontFaceSrcValue.cpp81 result.appendLiteral("local(");
83 result.appendLiteral("url(");
87 result.appendLiteral(" format(");
H A DMediaQuery.cpp46 result.appendLiteral("only ");
49 result.appendLiteral("not ");
62 result.appendLiteral(" and ");
67 result.appendLiteral(" and ");
H A DCSSFilterRule.cpp64 result.appendLiteral("@-webkit-filter ");
68 result.appendLiteral(" { ");
H A DCSSImportRule.cpp65 result.appendLiteral("@import url(\"");
67 result.appendLiteral("\")");
H A DCSSGradientValue.cpp493 result.appendLiteral("-webkit-gradient(linear, ");
497 result.appendLiteral(", ");
504 result.appendLiteral(", ");
506 result.appendLiteral("from(");
510 result.appendLiteral("to(");
514 result.appendLiteral("color-stop(");
516 result.appendLiteral(", ");
523 result.appendLiteral("-webkit-repeating-linear-gradient(");
525 result.appendLiteral("-webkit-linear-gradient(");
545 result.appendLiteral(", ");
[all...]
H A DCSSFontFaceRule.cpp56 result.appendLiteral("@font-face { ");
H A DCSSKeyframesRule.cpp165 result.appendLiteral("@-webkit-keyframes ");
167 result.appendLiteral("@keyframes ");
169 result.appendLiteral(" { \n");
173 result.appendLiteral(" ");
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DHTMLInterchange.cpp64 s.appendLiteral(convertedSpaceString);
66 s.appendLiteral(convertedSpaceString);
71 s.appendLiteral(convertedSpaceString);
78 s.appendLiteral(convertedSpaceString);
82 s.appendLiteral(convertedSpaceString);
83 s.appendLiteral(convertedSpaceString);
85 s.appendLiteral(convertedSpaceString);
H A DMarkupAccumulator.cpp282 result.appendLiteral("=\"");
322 result.appendLiteral("<!--");
324 result.appendLiteral("-->");
332 result.appendLiteral("<?xml version=\"");
336 result.appendLiteral("\" encoding=\"");
340 result.appendLiteral("\" standalone=\"");
342 result.appendLiteral("yes");
344 result.appendLiteral("no");
347 result.appendLiteral("\"?>");
355 result.appendLiteral("<!DOCTYP
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DProxyServer.cpp37 builder.appendLiteral("DIRECT");
41 builder.appendLiteral("PROXY");
44 builder.appendLiteral("SOCKS");
66 stringBuilder.appendLiteral("; ");
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DExceptionMessages.h75 result.appendLiteral("The ");
77 result.appendLiteral(" provided (");
79 result.appendLiteral(") is greater than ");
81 result.appendLiteral("the maximum bound (");
83 result.appendLiteral(").");
92 result.appendLiteral("The ");
94 result.appendLiteral(" provided (");
96 result.appendLiteral(") is less than ");
98 result.appendLiteral("the minimum bound (");
100 result.appendLiteral(")
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DXSSAuditorDelegate.cpp46 message.appendLiteral("The XSS Auditor ");
48 message.appendLiteral(" '");
50 message.appendLiteral("' because ");
52 message.appendLiteral(" was found within the request.");
55 message.appendLiteral(" The server sent a 'Content-Security-Policy' header requesting this behavior.");
57 message.appendLiteral(" The server sent an 'X-XSS-Protection' header requesting this behavior.");
59 message.appendLiteral(" The auditor was enabled as the server sent neither an 'X-XSS-Protection' nor 'Content-Security-Policy' header.");
/external/chromium_org/third_party/WebKit/Source/platform/mhtml/
H A DMHTMLArchive.cpp60 stringBuilder.appendLiteral("----=_NextPart_000_");
135 stringBuilder.appendLiteral("From: <Saved by WebKit>\r\n");
136 stringBuilder.appendLiteral("Subject: ");
139 stringBuilder.appendLiteral("\r\nDate: ");
141 stringBuilder.appendLiteral("\r\nMIME-Version: 1.0\r\n");
142 stringBuilder.appendLiteral("Content-Type: multipart/related;\r\n");
143 stringBuilder.appendLiteral("\ttype=\"");
145 stringBuilder.appendLiteral("\";\r\n");
146 stringBuilder.appendLiteral("\tboundary=\"");
148 stringBuilder.appendLiteral("\"\
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPODInterval.h141 builder.appendLiteral("[PODInterval (");
143 builder.appendLiteral(", ");
145 builder.appendLiteral("), data=");
147 builder.appendLiteral(", maxHigh=");
H A DUUID.cpp51 builder.appendLiteral("-4");
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DSandboxFlags.cpp72 tokenErrors.appendLiteral(", '");
85 tokenErrors.appendLiteral(" are invalid sandbox flags.");
87 tokenErrors.appendLiteral(" is an invalid sandbox flag.");
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleResolverStats.cpp63 output.appendLiteral("Style sharing:\n");
79 output.appendLiteral("Matched property cache:\n");
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptHost.cpp133 builder.appendLiteral("console.log(\"function ");
135 builder.appendLiteral("(anonymous function)");
138 builder.appendLiteral(" called\" + (arguments.length > 0 ? \" with arguments: \" + Array.prototype.join.call(arguments, \", \") : \"\")) && false");
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketExtensionDispatcher.cpp70 builder.appendLiteral(", ");
79 m_acceptedExtensionsBuilder.appendLiteral(", ");
83 m_acceptedExtensionsBuilder.appendLiteral("; ");

Completed in 653 milliseconds

1234