Searched refs:decorations (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/polymer/components-chromium/core-component-page/
H A Dcore-component-page-extracted.js2588 * decorations to out.
2590 * whose decorations are already present on out.
2599 out.push.apply(out, job.decorations);
2672 * function that takes source code and returns a list of decorations.
2703 * Lexes job.sourceCode and produces an output array job.decorations of
2720 var decorations = [basePos, PR_PLAIN];
2766 decorations.push(basePos + tokenStart, style);
2783 decorate, decorations);
2789 decorations);
2794 decorate, decorations);
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGInlineTextBox.cpp305 // Spec: All text decorations except line-through should be drawn before the text is filled and stroked; thus, the text is rendered on top of these decorations.
306 unsigned decorations = style->textDecorationsInEffect(); local
307 if (decorations & TextDecorationUnderline)
309 if (decorations & TextDecorationOverline)
338 if (decorations & TextDecorationLineThrough)
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.cpp1121 int decorations = 0; local
1126 decorations |= applied[i].line();
1128 return static_cast<TextDecoration>(decorations);
1266 int decorations = textDecoration(); local
1268 if (decorations & TextDecorationUnderline) {
1278 if (decorations & TextDecorationOverline)
1280 if (decorations & TextDecorationLineThrough)
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.cpp2766 void RenderObject::getTextDecorations(unsigned decorations, AppliedTextDecoration& underline, AppliedTextDecoration& overline, AppliedTextDecoration& linethrough, bool quirksMode, bool firstlineStyle) argument
2776 currDecs &= decorations;
2779 // Parameter 'decorations' is cast as an int to enable the bitwise operations below.
2782 decorations &= ~TextDecorationUnderline;
2787 decorations &= ~TextDecorationOverline;
2792 decorations &= ~TextDecorationLineThrough;
2802 } while (curr && decorations && (!quirksMode || !curr->node() || (!isHTMLAnchorElement(*curr->node()) && !isHTMLFontElement(*curr->node()))));
2805 if (decorations && curr) {
2808 if (decorations & TextDecorationUnderline) {
2812 if (decorations
[all...]
H A DRenderObject.h550 // "Box decoration background" includes all box decorations and backgrounds
834 void getTextDecorations(unsigned decorations, AppliedTextDecoration& underline, AppliedTextDecoration& overline, AppliedTextDecoration& linethrough, bool quirksMode = false, bool firstlineStyle = false);
/external/chromium_org/ui/base/x/
H A Dx11_util.cc527 unsigned long decorations; member in struct:ui::__anon16686
535 // attention to the value of |decorations|.
537 motif_hints.decorations = use_os_window_frame ? 1 : 0;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebLocalFrameImpl.cpp972 Vector<CompositionUnderline> decorations; local
973 frame()->inputMethodController().setComposition(text, decorations, location, length);
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11video.c843 unsigned long decorations; member in struct:__anon29607
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.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 ...

Completed in 175 milliseconds