OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_correctionPanelTimer
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/editing/
SpellingCorrectionController.h
136
Timer<SpellingCorrectionController>
m_correctionPanelTimer
;
SpellingCorrectionController.cpp
88
,
m_correctionPanelTimer
(this, &SpellingCorrectionController::correctionPanelTimerFired)
107
m_correctionPanelTimer
.startOneShot(correctionPanelTimerInterval);
112
m_correctionPanelTimer
.stop();
Completed in 23 milliseconds