Searched refs:isContentEditable (Results 1 - 25 of 54) sorted by relevance

123

/external/webkit/Source/WebKit2/Shared/
H A DEditorState.h38 , isContentEditable(false)
47 bool isContentEditable; member in struct:WebKit::EditorState
/external/webkit/Source/WebKit/chromium/src/android/
H A DWebHitTestInfo.cpp74 bool WebHitTestInfo::isContentEditable() const function in class:WebKit::WebHitTestInfo
76 return m_private->isContentEditable();
/external/webkit/Source/WebKit/chromium/public/android/
H A DWebHitTestInfo.h62 WEBKIT_API bool isContentEditable() const;
/external/webkit/Source/WebKit/chromium/src/
H A DWebNode.cpp153 bool WebNode::isContentEditable() const function in class:WebKit::WebNode
155 return m_private->isContentEditable();
H A DContextMenuClientImpl.cpp255 if (r.isContentEditable()) {
/external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
H A Dcontent.js61 event.target.isContentEditable;
/external/webkit/Source/WebCore/html/
H A DHTMLElement.idl64 readonly attribute boolean isContentEditable;
/external/webkit/Source/WebCore/inspector/front-end/
H A DResourceView.js139 isContentEditable: function()
194 isContentEditable: function()
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebframe_p.h134 QWebHitTestResultPrivate() : isContentEditable(false), isContentSelected(false), isScrollBar(false) {}
149 bool isContentEditable; member in class:QWebHitTestResultPrivate
H A Dqwebpage.h82 Q_PROPERTY(bool contentEditable READ isContentEditable WRITE setContentEditable)
308 bool isContentEditable() const;
H A Dqwebframe.h90 bool isContentEditable() const;
H A Dqwebframe.cpp1685 : isContentEditable(false)
1713 isContentEditable = hitTest.isContentEditable();
1911 bool QWebHitTestResult::isContentEditable() const function in class:QWebHitTestResult
1915 return d->isContentEditable;
/external/webkit/Source/WebCore/editing/
H A DVisibleSelection.h97 bool isContentEditable() const;
H A DSelectionController.h68 bool isContentEditable() const { return m_selection.isContentEditable(); } function in class:WebCore::SelectionController
H A DDeleteButtonController.cpp149 if (!selection.isContentEditable())
/external/webkit/Source/WebKit/chromium/public/
H A DWebNode.h100 WEBKIT_API bool isContentEditable() const;
/external/webkit/Source/WebCore/rendering/
H A DHitTestResult.h90 bool isContentEditable() const;
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DContextMenuClientGtk.cpp136 if (result.isContentEditable()) {
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DWKView.mm542 else if ([PasteboardTypes::forEditing() containsObject:returnType] && _data->_page->editorState().isContentEditable) {
629 return _data->_page->editorState().isContentEditable;
633 return _data->_page->editorState().isContentEditable;
651 return _data->_page->editorState().isContentEditable;
657 return _data->_page->editorState().isContentEditable;
663 return _data->_page->editorState().isContentEditable;
669 return _data->_page->editorState().isContentEditable;
675 return _data->_page->editorState().isContentEditable;
681 return _data->_page->editorState().isContentEditable;
687 return _data->_page->editorState().isContentEditable;
[all...]
/external/webkit/Source/WebCore/dom/
H A DNode.idl132 readonly attribute boolean isContentEditable;
/external/webkit/Source/WebKit/mac/Misc/
H A DWebElementDictionary.mm263 return [NSNumber numberWithBool:_result->isContentEditable()];
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkithittestresult.cpp263 if (result.isContentEditable())
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp257 if (start->isContentEditable()) {
/external/webkit/Source/WebKit/win/
H A DWebElementPropertyBag.cpp188 if (m_result->isContentEditable())
/external/webkit/Source/WebKit/android/jni/
H A DAndroidHitTestResult.cpp215 SET_BOOL(Editable, m_hitTestResult.isContentEditable());

Completed in 1058 milliseconds

123