HomeSort by relevance Sort by last modified time
    Searched defs:nextPosition (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.cpp 333 int nextPosition = position;
334 U16_NEXT(source, nextPosition, length, character);
343 position = nextPosition;
  /external/webkit/Source/WebCore/dom/
Position.cpp 347 Position nextPosition = downstream(CanCrossEditingBoundary);
348 if (atFirstEditingPositionForNode() && nextPosition.isNotNull() && !nextPosition.deprecatedNode()->rendererIsEditable())
355 return nextPosition.isNotNull() && !nextPosition.deprecatedNode()->rendererIsEditable()
    [all...]