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

  /external/webkit/WebKit/chromium/src/
WebViewImpl.cpp     [all...]
  /external/webkit/WebCore/rendering/
SVGInlineTextBox.cpp 452 const Vector<CompositionUnderline>& underlines = text->document()->frame()->editor()->customCompositionUnderlines(); local
453 size_t numUnderlines = underlines.size();
456 const CompositionUnderline& underline = underlines[index];
460 // before the first run we draw, or underlines that were within runs we skipped
InlineTextBox.cpp 372 // Determine whether or not we have composition underlines to draw.
382 // and composition underlines.
528 const Vector<CompositionUnderline>& underlines = renderer()->document()->frame()->editor()->customCompositionUnderlines(); local
529 size_t numUnderlines = underlines.size();
532 const CompositionUnderline& underline = underlines[index];
536 // before the first run we draw, or underlines that were within runs we skipped
666 // Use a special function for underlines to get the positioning exactly right.
    [all...]
  /external/webkit/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 494 Vector<CompositionUnderline> underlines; local
495 underlines.append(CompositionUnderline(0, preeditString.length(), Color(0, 0, 0), false));
496 frame->editor()->setComposition(preeditString, underlines, 0, 0);
  /external/webkit/WebKit/win/
WebView.cpp     [all...]
  /external/webkit/WebKit/qt/Api/
qwebpage.cpp 1255 Vector<CompositionUnderline> underlines; local
    [all...]
  /external/webkit/WebCore/editing/
Editor.cpp     [all...]
  /external/webkit/WebKit/mac/WebView/
WebHTMLView.mm     [all...]

Completed in 436 milliseconds