HomeSort by relevance Sort by last modified time
    Searched refs:decorations (Results 1 - 10 of 10) sorted by null

  /dalvik/docs/
prettify.js 541 * function that takes source code and returns a list of decorations.
564 var decorations = [opt_basePos, PR_PLAIN]; variable
601 decorations.push(opt_basePos + pos, style);
606 return decorations;
630 var decorations = PR_MARKUP_LEXER(source);
631 for (var i = 0; i < decorations.length; i += 2) {
632 if (decorations[i + 1] === PR_SOURCE) {
634 start = decorations[i];
635 end = i + 2 < decorations.length ? decorations[i + 2] : source.length
    [all...]
  /external/webkit/WebCore/rendering/
RenderObject.cpp     [all...]
SVGRootInlineBox.cpp 612 // Paint decorations, that have to be drawn before the text gets drawn
629 // Paint decorations, that have to be drawn afterwards
1711 int decorations = style->textDecoration(); local
    [all...]
RenderObject.h 598 void getTextDecorationColors(int decorations, Color& underline, Color& overline,
    [all...]
  /external/webkit/WebCore/css/
CSSPropertyNames.in 240 -webkit-text-decorations-in-effect
  /external/quake/quake/src/WinQuake/
vid_sunx.cpp 68 long decorations; member in struct:__anon7248
557 hints.decorations = 0; // Absolutely no decorations.
vid_sunxil.cpp 64 long decorations; member in struct:__anon7252
371 hints.decorations = 0; // Absolutely no decorations.
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.cpp 941 Vector<CompositionUnderline> decorations; local
942 editor->setComposition(text, decorations, location, length);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c 822 unsigned long decorations; member in struct:__anon6240
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 357 milliseconds