Home
last modified time | relevance | path

Searched refs:isEditable (Results 1 – 25 of 45) sorted by relevance

12

/external/webkit/WebKit/chromium/public/
DWebContextMenuData.h98 bool isEditable; member
/external/webkit/WebKit/chromium/src/
DContextMenuClientImpl.cpp197 data.isEditable = false; in getCustomMenuFromDefaultItems()
199 data.isEditable = true; in getCustomMenuFromDefaultItems()
DEditorClientImpl.h60 virtual bool isEditable();
DEditorClientImpl.cpp179 bool EditorClientImpl::isEditable() in isEditable() function in WebKit::EditorClientImpl
/external/webkit/WebKit/qt/WebCoreSupport/
DEditorClientQt.h59 virtual bool isEditable();
DEditorClientQt.cpp251 bool EditorClientQt::isEditable() in isEditable() function in WebCore::EditorClientQt
/external/webkit/WebKit/haiku/WebCoreSupport/
DEditorClientHaiku.h60 virtual bool isEditable();
DEditorClientHaiku.cpp117 bool EditorClientHaiku::isEditable() in isEditable() function in WebCore::EditorClientHaiku
/external/webkit/WebKit/android/WebCoreSupport/
DEditorClientAndroid.h54 virtual bool isEditable();
DEditorClientAndroid.cpp58 bool EditorClientAndroid::isEditable() { /* notImplemented(); */ return false; } in isEditable() function in android::EditorClientAndroid
/external/webkit/WebKit/wx/WebKitSupport/
DEditorClientWx.h59 virtual bool isEditable();
DEditorClientWx.cpp201 bool EditorClientWx::isEditable() in isEditable() function in WebCore::EditorClientWx
/external/webkit/WebKit/win/WebCoreSupport/
DWebEditorClient.h52 virtual bool isEditable();
DWebEditorClient.cpp618 bool WebEditorClient::isEditable() in isEditable() function in WebEditorClient
/external/webkit/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.h70 virtual bool isEditable();
DEditorClientGtk.cpp240 bool EditorClient::isEditable() in isEditable() function in WebKit::EditorClient
/external/webkit/WebCore/page/
DEditorClient.h97 virtual bool isEditable() = 0;
/external/webkit/WebKit/mac/WebCoreSupport/
DWebEditorClient.h52 virtual bool isEditable();
DWebEditorClient.mm205 bool WebEditorClient::isEditable() function
207 return [m_webView isEditable];
/external/webkit/WebKit/mac/WebView/
DWebView.h708 - (BOOL)isEditable;
DWebHTMLRepresentation.mm206 if ([webView isEditable])
/external/webkit/WebKit/win/
DWebView.h388 virtual HRESULT STDMETHODCALLTYPE isEditable(
389 /* [retval][out] */ BOOL *isEditable);
/external/webkit/WebCore/loader/
DEmptyClients.h348 virtual bool isEditable() { return false; } in isEditable() function
/external/webkit/WebKit/win/Interfaces/
DIWebView.idl937 - (BOOL)isEditable;
939 HRESULT isEditable([out, retval] BOOL* isEditable);
/external/webkit/WebKit/wx/
DChangeLog436 (WebCore::EditorClientWx::isEditable):
533 (WebCore::EditorClientWx::isEditable):
1583 (WebCore::EditorClientWx::isEditable):

12