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

  /external/webkit/WebKitTools/DumpRenderTree/win/
DumpRenderTree.cpp 743 static BSTR cursiveFamily = SysAllocString(TEXT("Apple Chancery"));
749 static BSTR cursiveFamily = SysAllocString(TEXT("Comic Sans MS")); // Not actually cursive, but it's what IE and Firefox use.
757 preferences->setCursiveFontFamily(cursiveFamily);
    [all...]
  /external/webkit/WebCore/css/
CSSComputedStyleDeclaration.cpp 592 DEFINE_STATIC_LOCAL(AtomicString, cursiveFamily, ("-webkit-cursive"));
597 if (family == cursiveFamily)
    [all...]

Completed in 28 milliseconds