Searched refs:canContainRangeEndPoint (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLHRElement.h34 virtual bool canContainRangeEndPoint() const { return hasChildNodes(); } function in class:WebCore::FINAL
H A DHTMLBRElement.h35 virtual bool canContainRangeEndPoint() const { return false; } function in class:WebCore::FINAL
H A DHTMLFormControlElementWithState.h37 virtual bool canContainRangeEndPoint() const { return false; } function in class:WebCore::HTMLFormControlElementWithState
H A DHTMLOutputElement.h52 virtual bool canContainRangeEndPoint() const { return false; } function in class:WebCore::FINAL
H A DHTMLFrameElementBase.h45 virtual bool canContainRangeEndPoint() const { return false; } function in class:WebCore::HTMLFrameElementBase
H A DHTMLMeterElement.h63 bool canContainRangeEndPoint() const { return false; } function in class:WebCore::FINAL
H A DHTMLProgressElement.h47 virtual bool canContainRangeEndPoint() const { return false; } function in class:WebCore::FINAL
H A DHTMLImageElement.h77 virtual bool canContainRangeEndPoint() const { return false; } function in class:WebCore::FINAL
H A DHTMLObjectElement.h64 virtual bool canContainRangeEndPoint() const { return useFallbackContent(); } function in class:WebCore::FINAL
H A DHTMLPlugInElement.h93 virtual bool canContainRangeEndPoint() const OVERRIDE { return false; }
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentFragment.h41 virtual bool canContainRangeEndPoint() const { return true; } function in class:WebCore::DocumentFragment
H A DPseudoElement.h52 virtual bool canContainRangeEndPoint() const OVERRIDE { return false; }
H A DText.h58 virtual bool canContainRangeEndPoint() const OVERRIDE FINAL { return true; }
H A DElement.h458 virtual bool canContainRangeEndPoint() const { return true; } function in class:WebCore::Element
H A DNode.h316 virtual bool canContainRangeEndPoint() const { return false; } function in class:WebCore::Node
H A DDocument.h235 virtual bool canContainRangeEndPoint() const { return true; } function in class:WebCore::Document
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A Dhtmlediting.h89 return !node->canContainRangeEndPoint();
94 return !node->isTextNode() && node->canContainRangeEndPoint();
H A DDeleteSelectionCommand.cpp276 return !node.canContainRangeEndPoint();

Completed in 1454 milliseconds