HomeSort by relevance Sort by last modified time
    Searched defs:smartInsertDeleteEnabled (Results 1 - 10 of 10) sorted by null

  /external/webkit/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 77 bool EditorClientHaiku::smartInsertDeleteEnabled()
  /external/webkit/WebKit/android/WebCoreSupport/
EditorClientAndroid.cpp 50 bool EditorClientAndroid::smartInsertDeleteEnabled() { notImplemented(); return false; }
  /external/webkit/WebKit/mac/WebView/
WebViewData.h 118 BOOL smartInsertDeleteEnabled;
  /external/webkit/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 334 bool EditorClientQt::smartInsertDeleteEnabled()
  /external/webkit/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 155 bool EditorClientWx::smartInsertDeleteEnabled()
  /external/webkit/WebKit/chromium/src/
EditorClientImpl.cpp 97 bool EditorClientImpl::smartInsertDeleteEnabled()
    [all...]
  /external/webkit/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 310 bool EditorClient::smartInsertDeleteEnabled()
  /external/webkit/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 297 bool WebEditorClient::smartInsertDeleteEnabled(void)
300 m_webView->smartInsertDeleteEnabled(&enabled);
  /external/webkit/WebCore/editing/
Editor.cpp 212 bool Editor::smartInsertDeleteEnabled()
214 return client() && client()->smartInsertDeleteEnabled();
219 return client() && client()->smartInsertDeleteEnabled() && m_frame->selectionGranularity() == WordGranularity;
291 return client() && client()->smartInsertDeleteEnabled() && pasteboard->canSmartReplace();
    [all...]
  /external/webkit/WebCore/loader/
EmptyClients.h 339 virtual bool smartInsertDeleteEnabled() { return false; }

Completed in 26 milliseconds