Home
last modified time | relevance | path

Searched refs:spellingToolTip (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DHitTestResult.h78 String spellingToolTip(TextDirection&) const;
DHitTestResult.cpp195 String HitTestResult::spellingToolTip(TextDirection& dir) const in spellingToolTip() function in WebCore::HitTestResult
/external/webkit/Source/WebKit/win/
DWebElementPropertyBag.cpp165 return convertStringToVariant(pVar, m_result->spellingToolTip(dir)); in Read()
DChangeLog10173 …(WebElementPropertyBag::Read): Change call of spellingToolTip() and title() due to signature chang…
/external/webkit/Source/WebKit/mac/Misc/
DWebElementDictionary.mm200 return NSStringOrNil(_result->spellingToolTip(dir));
/external/webkit/Source/WebCore/page/
DChrome.cpp373 String toolTip = result.spellingToolTip(toolTipDirection); in setToolTip()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3113203 WebCore::HitTestResult::spellingToolTip() when mousing down on
13709 (WebCore::HitTestResult::spellingToolTip): Null-check
13802 WebCore::HitTestResult::spellingToolTip() when mousing down on
13822 (WebCore::HitTestResult::spellingToolTip): Null-check
15343 (WebCore::HitTestResult::spellingToolTip):
15416 export symbol for spellingToolTip function
15420 (WebCore::HitTestResult::spellingToolTip):
DChangeLog-2010-01-2985251 (WebCore::HitTestResult::spellingToolTip): Besides getting the
DChangeLog-2010-12-0674275 (WebCore::HitTestResult::spellingToolTip): Ditto.
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-293931 … (-[WebElementDictionary _spellingToolTip]): Change spellingToolTip caller due to signature change.