Searched defs:decoration (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebTextCheckingResult.h45 : decoration(WebTextDecorationTypeSpelling)
52 WebTextCheckingResult(WebTextDecorationType decoration, int location, int length, const WebString& replacement = WebString(), uint32_t hash = 0) argument
53 : decoration(decoration)
65 WebTextDecorationType decoration; member in struct:blink::WebTextCheckingResult
/external/chromium_org/chrome/common/
H A Dspellcheck_result.h33 : decoration(d), location(loc), length(len), replacement(rep), hash(h) {
36 Decoration decoration; member in struct:SpellCheckResult
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DRefVector.h29 void append(const T& decoration) { m_vector.append(decoration); } argument
/external/chromium_org/ppapi/cpp/
H A Dvar.cc297 size_t decoration = sizeof(format) - 2; // The %s is removed. local
298 size_t available = sizeof(buf) - decoration;
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextChecking.h63 TextDecorationType decoration; member in struct:blink::TextCheckingResult
/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck.cc389 SpellCheckResult::Decoration decoration = spellcheck_results[i].decoration; local
394 if (decoration == SpellCheckResult::SPELLING &&
398 decoration = SpellCheckResult::GRAMMAR;
404 static_cast<WebTextDecorationType>(decoration),
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGInlineTextBox.cpp457 // Offset from the baseline for |decoration|. Positive offsets are above the baseline.
458 static inline float baselineOffsetForDecoration(TextDecoration decoration, const FontMetrics& fontMetrics, float thickness)
462 if (decoration == TextDecorationUnderline)
464 if (decoration == TextDecorationOverline)
466 if (decoration == TextDecorationLineThrough)
482 // Lookup first render object in parent hierarchy which has text-decoration set.
497 void SVGInlineTextBox::paintDecoration(GraphicsContext* context, TextDecoration decoration, const SVGTextFragment& fragment) argument
502 // Find out which render style defined the text-decoration, as its fill/stroke properties have to be used for drawing instead of ours.
516 paintDecorationWithStyle(context, decoration, fragment, decorationRenderer, ApplyToFillMode);
520 paintDecorationWithStyle(context, decoration, fragmen
530 paintDecorationWithStyle(GraphicsContext* context, TextDecoration decoration, const SVGTextFragment& fragment, RenderObject* decorationRenderer, RenderSVGResourceModeFlags resourceMode) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineTextBox.cpp742 * Draw one cubic Bezier curve and repeat the same pattern long the the decoration's axis.
775 // Distance between decoration's axis and Bezier curve's control points.
783 // points and end point (p2) along the axis of the decoration. Makes the
856 RenderObject::AppliedTextDecoration decoration, float thickness, bool antialiasDecoration, bool isPrinting)
858 context->setStrokeStyle(textDecorationStyleToStrokeStyle(decoration.style));
859 context->setStrokeColor(decoration.color);
861 switch (decoration.style) {
872 if (decoration.style == TextDecorationStyleDouble)
893 // Get the text decoration colors.
855 paintAppliedDecoration(GraphicsContext* context, FloatPoint start, float width, float doubleOffset, int wavyOffsetFactor, RenderObject::AppliedTextDecoration decoration, float thickness, bool antialiasDecoration, bool isPrinting) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.cpp1241 void RenderStyle::addAppliedTextDecoration(const AppliedTextDecoration& decoration) argument
1255 list->append(decoration);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DCSSMetadata.js176 "-webkit-text-decoration-color", "-webkit-text-emphasis", "-webkit-text-emphasis-color"
426 "text-decoration": { values: [
572 "-webkit-box-decoration-break": { values: [
605 "-webkit-text-decoration-line": { values: [
608 "-webkit-text-decoration-style": { values: [
611 "-webkit-text-decoration-skip": { values: [
612 "none", "objects", "spaces", "ink", "edges", "box-decoration"
641 "-webkit-text-decoration-color": { m: "text-decor" },
842 "text-decoration": 53,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 4104 milliseconds