Searched defs:canContainRangeEndPoint (Results 1 - 13 of 13) sorted by relevance

/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 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/html/
H A DHTMLBRElement.h35 virtual bool canContainRangeEndPoint() const { return false; } function in class:WebCore::FINAL
H A DHTMLHRElement.h34 virtual bool canContainRangeEndPoint() const { return hasChildNodes(); } function in class:WebCore::FINAL
H A DHTMLFormControlElementWithState.h37 virtual bool canContainRangeEndPoint() const { return false; } function in class:WebCore::HTMLFormControlElementWithState
H A DHTMLMeterElement.h63 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 DHTMLOutputElement.h52 virtual 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 DHTMLFrameElementBase.h45 virtual bool canContainRangeEndPoint() const { return false; } function in class:WebCore::HTMLFrameElementBase
H A DHTMLImageElement.h77 virtual bool canContainRangeEndPoint() const { return false; } function in class:WebCore::FINAL

Completed in 938 milliseconds