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

  /external/webkit/WebCore/rendering/
HitTestResult.h 65 String spellingToolTip(TextDirection&) const;
HitTestResult.cpp 138 String HitTestResult::spellingToolTip(TextDirection& dir) const
  /external/webkit/WebKit/mac/Misc/
WebElementDictionary.mm 197 return NSStringOrNil(_result->spellingToolTip(dir));
  /external/webkit/WebKit/win/
WebElementPropertyBag.cpp 164 return convertStringToVariant(pVar, m_result->spellingToolTip(dir));
  /external/webkit/WebCore/page/
Chrome.cpp 351 String toolTip = result.spellingToolTip(toolTipDirection);

Completed in 1013 milliseconds