Searched defs:substitutionsPanelIsShowing (Results 1 - 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/editing/ | ||
H A D | Editor.cpp | 1317 if (client()->substitutionsPanelIsShowing()) { 1324 bool Editor::substitutionsPanelIsShowing() function in class:WebCore::Editor 1328 return client()->substitutionsPanelIsShowing(); |
/external/webkit/Source/WebCore/loader/ | ||
H A D | EmptyClients.h | 507 virtual bool substitutionsPanelIsShowing() { return false; } function in class:WebCore::EmptyEditorClient |
/external/webkit/Source/WebKit2/UIProcess/ | ||
H A D | WebPageProxy.cpp | 3029 void WebPageProxy::substitutionsPanelIsShowing(bool& isShowing) function in class:WebKit::WebPageProxy 3031 isShowing = TextChecker::substitutionsPanelIsShowing(); |
Completed in 124 milliseconds