Searched defs:substitutionsPanelIsShowing (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DEditor.cpp1317 if (client()->substitutionsPanelIsShowing()) {
1324 bool Editor::substitutionsPanelIsShowing() function in class:WebCore::Editor
1328 return client()->substitutionsPanelIsShowing();
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h507 virtual bool substitutionsPanelIsShowing() { return false; } function in class:WebCore::EmptyEditorClient
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.cpp3029 void WebPageProxy::substitutionsPanelIsShowing(bool& isShowing) function in class:WebKit::WebPageProxy
3031 isShowing = TextChecker::substitutionsPanelIsShowing();

Completed in 188 milliseconds