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

123

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_domhtmlelement.py7 self.failUnlessResultIsBOOL(DOMHTMLElement.isContentEditable)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_domhtmlelement.py7 self.assertResultIsBOOL(DOMHTMLElement.isContentEditable)
H A Dtest_domnode.py39 self.assertResultIsBOOL(DOMNode.isContentEditable)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-WebKit-2.5.1/PyObjCTest/
H A Dtest_domhtmlelement.py7 self.assertResultIsBOOL(DOMHTMLElement.isContentEditable)
H A Dtest_domnode.py39 self.assertResultIsBOOL(DOMNode.isContentEditable)
/macosx-10.10/WebCore-7600.1.25/editing/
H A DInsertNodeBeforeCommand.cpp54 if (!parent || (m_shouldAssumeContentIsAlwaysEditable == DoNotAssumeContentIsAlwaysEditable && !parent->isContentEditable(Node::UserSelectAllIsAlwaysNonEditable)))
56 ASSERT(parent->isContentEditable(Node::UserSelectAllIsAlwaysNonEditable));
66 if (!m_insertChild->isContentEditable(Node::UserSelectAllIsAlwaysNonEditable))
H A DRemoveNodeCommand.cpp49 && !parent->isContentEditable(Node::UserSelectAllIsAlwaysNonEditable) && parent->renderer()))
51 ASSERT(parent->isContentEditable(Node::UserSelectAllIsAlwaysNonEditable) || !parent->renderer());
H A DDeleteFromTextNodeCommand.cpp51 if (!m_node->isContentEditable(Node::UserSelectAllIsAlwaysNonEditable))
H A DVisibleSelection.h101 bool isContentEditable() const;
H A DFrameSelection.h71 bool shouldRepaintCaret(const RenderView*, bool isContentEditable) const;
98 bool isContentEditable() const { return m_position.rootEditableElement(); } function in class:WebCore::DragCaretController
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebHitTestResult.h52 bool isContentEditable; member in struct:WebKit::WebHitTestResult::Data
76 bool isContentEditable() const { return m_data.isContentEditable; } function in class:WebKit::WebHitTestResult
H A DWebHitTestResult.cpp52 , isContentEditable(hitTestResult.isContentEditable())
70 encoder << isContentEditable; local
83 || !decoder.decode(hitTestResultData.isContentEditable)
H A DEditorState.h51 , isContentEditable(false)
72 bool isContentEditable; member in struct:WebKit::EditorState
H A DEditorState.cpp43 encoder << isContentEditable; local
82 if (!decoder.decode(result.isContentEditable))
H A DContextMenuContextData.cpp136 return m_webHitTestResultData.isContentEditable;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKHitTestResult.cpp72 return toImpl(hitTestResultRef)->isContentEditable();
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLElement.idl56 readonly attribute boolean isContentEditable;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/efl/
H A DInputMethodContextEfl.cpp113 if (editor.isContentEditable) {
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitHitTestResult.cpp237 if (hitTestResult.isContentEditable)
261 return webHitTestResult.isContentEditable == webkit_hit_test_result_context_is_editable(hitTestResult)
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DHitTestResult.h112 bool isContentEditable() const;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/efl/
H A DWebPageEfl.cpp191 if (!node || !node->isContentEditable())
/macosx-10.10/WebCore-7600.1.25/dom/
H A DNode.idl120 readonly attribute boolean isContentEditable;
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebContextMenuClient.mm479 bool isContentEditable = page->contextMenuController().context().hitTestResult().innerNode()->isContentEditable();
480 m_sharingServicePickerController = adoptNS([[WebSharingServicePickerController alloc] initWithData:(NSData *)cfData.get() includeEditorServices:isContentEditable menuClient:this]);
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebElementDictionary.mm273 return [NSNumber numberWithBool:_result->isContentEditable()];
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebElementPropertyBag.cpp189 if (m_result->isContentEditable())

Completed in 456 milliseconds

123