Searched defs:smartInsertDeleteEnabled (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage_p.h188 bool smartInsertDeleteEnabled; member in class:QWebPagePrivate
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.cpp53 bool EditorClientAndroid::smartInsertDeleteEnabled() { notImplemented(); return false; } function in class:android::EditorClientAndroid
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp76 bool EditorClientHaiku::smartInsertDeleteEnabled() function in class:WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.cpp206 bool EditorClientEfl::smartInsertDeleteEnabled() function in class:WebCore::EditorClientEfl
/external/webkit/Source/WebKit/mac/WebView/
H A DWebViewData.h124 BOOL smartInsertDeleteEnabled; variable
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp328 bool EditorClientQt::smartInsertDeleteEnabled() function in class:WebCore::EditorClientQt
330 return m_page->d->smartInsertDeleteEnabled;
335 bool current = m_page->d->smartInsertDeleteEnabled;
336 m_page->d->smartInsertDeleteEnabled = !current;
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.cpp205 bool EditorClientWinCE::smartInsertDeleteEnabled() function in class:WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp154 bool EditorClientWx::smartInsertDeleteEnabled() function in class:WebCore::EditorClientWx
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.cpp72 bool WebEditorClient::smartInsertDeleteEnabled() function in class:WebKit::WebEditorClient
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.cpp104 bool EditorClientImpl::smartInsertDeleteEnabled() function in class:WebKit::EditorClientImpl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp562 bool EditorClient::smartInsertDeleteEnabled() function in class:WebKit::EditorClient
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.cpp296 bool WebEditorClient::smartInsertDeleteEnabled(void) function in class:WebEditorClient
299 m_webView->smartInsertDeleteEnabled(&enabled);
/external/webkit/Source/WebCore/editing/
H A DEditor.cpp276 bool Editor::smartInsertDeleteEnabled() function in class:WebCore::Editor
278 return client() && client()->smartInsertDeleteEnabled();
283 return client() && client()->smartInsertDeleteEnabled() && m_frame->selection()->granularity() == WordGranularity;
385 return client() && client()->smartInsertDeleteEnabled() && pasteboard->canSmartReplace();
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h435 virtual bool smartInsertDeleteEnabled() { return false; } function in class:WebCore::EmptyEditorClient

Completed in 136 milliseconds