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

123

/external/chromium_org/third_party/WebKit/Source/core/css/
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 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.cpp71 result.appendLiteral("local(");
73 result.appendLiteral("url(");
77 result.appendLiteral(" format(");
H A DCSSFilterRule.cpp64 result.appendLiteral("@-webkit-filter ");
68 result.appendLiteral(" { ");
H A DCSSGradientValue.cpp476 result.appendLiteral("-webkit-gradient(linear, ");
480 result.appendLiteral(", ");
487 result.appendLiteral(", ");
489 result.appendLiteral("from(");
493 result.appendLiteral("to(");
497 result.appendLiteral("color-stop(");
499 result.appendLiteral(", ");
506 result.appendLiteral("-webkit-repeating-linear-gradient(");
508 result.appendLiteral("-webkit-linear-gradient(");
528 result.appendLiteral(", ");
[all...]
H A DCSSFontFaceRule.cpp56 result.appendLiteral("@font-face { ");
H A DCSSMediaRule.cpp57 result.appendLiteral("{ \n");
H A DCSSViewportRule.cpp66 result.appendLiteral("@viewport { ");
H A DCSSPageRule.cpp59 text.appendLiteral("@page");
89 result.appendLiteral(" { ");
H A DCSSPropertySourceData.cpp98 result.appendLiteral(": ");
101 result.appendLiteral(" !important");
H A DCSSCanvasValue.cpp45 result.appendLiteral("-webkit-canvas(");
H A DCSSCrossfadeValue.cpp98 result.appendLiteral("-webkit-cross-fade(");
100 result.appendLiteral(", ");
102 result.appendLiteral(", ");
H A DCSSSelector.cpp647 str.appendLiteral("::");
671 str.appendLiteral("~=");
674 str.appendLiteral("|=");
677 str.appendLiteral("^=");
680 str.appendLiteral("$=");
683 str.appendLiteral("*=");
H A DCSSKeyframeRule.cpp112 result.appendLiteral(" { ");
H A DCSSStyleRule.cpp116 result.appendLiteral(" { ");
H A DCSSGroupingRule.cpp117 result.appendLiteral(" ");
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DHTMLInterchange.cpp63 s.appendLiteral(convertedSpaceString);
65 s.appendLiteral(convertedSpaceString);
70 s.appendLiteral(convertedSpaceString);
77 s.appendLiteral(convertedSpaceString);
81 s.appendLiteral(convertedSpaceString);
82 s.appendLiteral(convertedSpaceString);
84 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/core/dom/
H A DSandboxFlags.cpp72 tokenErrors.appendLiteral(", '");
85 tokenErrors.appendLiteral(" are invalid sandbox flags.");
87 tokenErrors.appendLiteral(" is an invalid sandbox flag.");
H A DText.cpp368 result.appendLiteral("; ");
369 result.appendLiteral("value=");
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptHost.cpp129 builder.appendLiteral("console.log(\"function ");
131 builder.appendLiteral("(anonymous function)");
134 builder.appendLiteral(" called\" + (arguments.length > 0 ? \" with arguments: \" + Array.prototype.join.call(arguments, \", \") : \"\")) && false");
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLErrors.cpp83 m_errorMessages.appendLiteral(" on line ");
85 m_errorMessages.appendLiteral(" at column ");
87 m_errorMessages.appendLiteral(": ");
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventSource.cpp240 message.appendLiteral("EventSource's response has a charset (\"");
242 message.appendLiteral("\") that is not UTF-8. Aborting the connection.");
250 message.appendLiteral("EventSource's response has a MIME type (\"");
252 message.appendLiteral("\") that is not \"text/event-stream\". Aborting the connection.");
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPageSerializerImpl.cpp312 result.appendLiteral("=\"");
331 result.appendLiteral("./");
373 result.appendLiteral("</");
383 result.appendLiteral("</");
389 result.appendLiteral(" />");
H A DWebAXObject.cpp659 modifierStringBuilder.appendLiteral("Ctrl+");
661 modifierStringBuilder.appendLiteral("Alt+");
663 modifierStringBuilder.appendLiteral("Shift+");
665 modifierStringBuilder.appendLiteral("Win+");

Completed in 424 milliseconds

123