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

  /external/webkit/Source/WebCore/editing/
FindOptions.h 37 Backwards = 1 << 3,
Editor.cpp     [all...]
TextIterator.cpp     [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
AssertMatchingEnums.cpp 48 COMPILE_ASSERT_MATCHING_ENUM(WebKit::WebFindOptionsBackwards, Backwards);
  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCAAnimation.h 61 enum FillModeType { NoFillMode, Forwards, Backwards, Both };
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCAAnimationWin.cpp 49 case PlatformCAAnimation::Backwards: return kCACFFillModeBackwards;
59 return PlatformCAAnimation::Backwards;
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCAAnimationMac.mm 60 case PlatformCAAnimation::Backwards: return kCAFillModeBackwards;
69 return PlatformCAAnimation::Backwards;
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
FindController.cpp 51 | (options & FindOptionsBackwards ? Backwards : 0)
  /external/webkit/Source/WebCore/page/
Page.cpp 499 return findString(target, (caseSensitivity == TextCaseInsensitive ? CaseInsensitive : 0) | (direction == FindDirectionBackward ? Backwards : 0) | (shouldWrap ? WrapAround : 0));
517 frame = incrementFrame(frame, !(options & Backwards), shouldWrap);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp 515 else if (option == QLatin1String("Backwards"))
516 options |= WebCore::Backwards;
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm 566 | (options & WebFindOptionsBackwards ? Backwards : 0)
    [all...]

Completed in 450 milliseconds