HomeSort by relevance Sort by last modified time
    Searched full:decorations (Results 1 - 25 of 62) sorted by null

1 2 3

  /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/manual-tests/
user-drag-with-decorations.html 1 This tests that we don't include overflow decorations from our ancestor nodes in the drag image for -webkit-user-drag: element. To perform this test drag the green square below. The drag image should not contain any parts of the scrollbar graphics visible on the page.
  /external/webkit/WebCore/rendering/style/
StyleVisualData.h 53 unsigned textDecoration : 4; // Text decorations defined *only* by this element.
StyleRareNonInheritedData.h 105 OwnPtr<ShadowData> m_boxShadow; // For box-shadow decorations.
  /frameworks/base/core/java/android/view/
IWindowSession.aidl 107 * accounting for screen decorations around it.
WindowManager.java 490 * decorations around the border (a.k.a. the status bar). The
499 /** Window flag: Hide all screen decorations (e.g. status bar) while
506 * screen decorations (such as status bar) to be shown. */
533 * screen your window may appear on top of or behind screen decorations
536 * content is not covered by screen decorations. This flag is normally
    [all...]
Window.java 554 * window decorations.
    [all...]
  /external/webkit/WebCore/css/
CSSPropertyNames.in 240 -webkit-text-decorations-in-effect
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesp.h 203 // decorations
cursesm.h 512 // Decorations
  /external/webkit/WebCore/rendering/
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.cpp     [all...]
InlineFlowBox.cpp     [all...]
InlineTextBox.cpp 401 // 2. Now paint the foreground, including text and decorations like underline/overline (in quirks mode only).
518 // Paint decorations
    [all...]
SVGInlineTextBox.cpp 549 // This function does NOT accept combinated text decorations. It's meant to be invoked for just one.
  /external/quake/quake/src/WinQuake/
vid_sunx.cpp 68 long decorations; member in struct:__anon7089
557 hints.decorations = 0; // Absolutely no decorations.
vid_sunxil.cpp 64 long decorations; member in struct:__anon7093
371 hints.decorations = 0; // Absolutely no decorations.
  /external/openssl/crypto/bn/asm/
armv4-mont.pl 24 # about decorations, ABI and instruction syntax are identical.
  /external/webkit/WebCore/editing/
ApplyStyleCommand.cpp 132 // We shouldn't have both text-decoration and -webkit-text-decorations-in-effect because that wouldn't make sense.
162 // text-decoration: none is redundant since it does not remove any text decorations.
183 // Assuming reconcileTextDecorationProperties has been called, there should not be -webkit-text-decorations-in-effect
    [all...]
  /external/webkit/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 371 // FIXME: this does not take into account the WM decorations
  /external/webkit/WebKitTools/iExploder/htdocs/
cssproperties.in 82 -webkit-text-decorations-in-effect
  /frameworks/base/core/res/res/values/
themes.xml 437 window decorations, so you basically have an empty rectangle in which
452 window decorations, so you basically have an empty rectangle in which
  /frameworks/base/core/java/android/widget/
PopupWindow.java     [all...]
  /external/webkit/WebCore/inspector/front-end/
SourceCSSTokenizer.re2js 91 "-webkit-rtl-ordering", "-webkit-text-decorations-in-effect", "-webkit-text-fill-color", "-webkit-text-security",
  /external/webkit/WebKit/
StringsNotToBeLocalized.txt 49 "-khtml-text-decorations-in-effect"

Completed in 1439 milliseconds

1 2 3