Searched defs:isEditable (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
H A DWebContextMenuData.h118 bool isEditable; member in struct:WebKit::WebContextMenuData
162 , isEditable(false)
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.cpp61 bool EditorClientAndroid::isEditable() { /* notImplemented(); */ return false; } function in class:android::EditorClientAndroid
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.cpp115 bool WebEditorClient::isEditable() function in class:WebKit::WebEditorClient
/external/webkit/Source/WebCore/page/
H A DPage.h301 void setEditable(bool isEditable) { m_isEditable = isEditable; } argument
302 bool isEditable() { return m_isEditable; } function in class:WebCore::Page
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h448 virtual bool isEditable() { return false; } function in class:WebCore::EmptyEditorClient

Completed in 272 milliseconds