Home
last modified time | relevance | path

Searched refs:CaretType (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderBlock.h52 enum CaretType { CursorCaret, DragCaret }; enum
529 void paintCaret(PaintInfo&, int tx, int ty, CaretType);
DRenderBlock.cpp2458 void RenderBlock::paintCaret(PaintInfo& paintInfo, int tx, int ty, CaretType type) in paintCaret()