Home
last modified time | relevance | path

Searched defs:canContainRangeEndPoint (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLBRElement.h36 virtual bool canContainRangeEndPoint() const OVERRIDE { return false; } in canContainRangeEndPoint() function
DHTMLHRElement.h35 virtual bool canContainRangeEndPoint() const OVERRIDE { return hasChildren(); } in canContainRangeEndPoint() function
DHTMLFormControlElementWithState.h37 virtual bool canContainRangeEndPoint() const OVERRIDE FINAL { return false; } in canContainRangeEndPoint() function
DHTMLOutputElement.h53 virtual bool canContainRangeEndPoint() const OVERRIDE { return false; } in canContainRangeEndPoint() function
DHTMLProgressElement.h48 virtual bool canContainRangeEndPoint() const OVERRIDE { return false; } in canContainRangeEndPoint() function
DHTMLMeterElement.h64 virtual bool canContainRangeEndPoint() const OVERRIDE { return false; } in canContainRangeEndPoint() function
DHTMLFrameElementBase.h39 virtual bool canContainRangeEndPoint() const OVERRIDE FINAL { return false; } in canContainRangeEndPoint() function
DHTMLObjectElement.h70 virtual bool canContainRangeEndPoint() const OVERRIDE { return useFallbackContent(); } in canContainRangeEndPoint() function
DHTMLImageElement.h83 virtual bool canContainRangeEndPoint() const OVERRIDE { return false; } in canContainRangeEndPoint() function
DHTMLPlugInElement.h105 virtual bool canContainRangeEndPoint() const OVERRIDE { return false; } in canContainRangeEndPoint() function
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentFragment.h40 virtual bool canContainRangeEndPoint() const OVERRIDE FINAL { return true; } in canContainRangeEndPoint() function
DText.h60 virtual bool canContainRangeEndPoint() const OVERRIDE FINAL { return true; } in canContainRangeEndPoint() function
DPseudoElement.h47 virtual bool canContainRangeEndPoint() const OVERRIDE { return false; } in canContainRangeEndPoint() function
DElement.h437 virtual bool canContainRangeEndPoint() const OVERRIDE { return true; } in canContainRangeEndPoint() function
DNode.h309 virtual bool canContainRangeEndPoint() const { return false; } in canContainRangeEndPoint() function
DDocument.h239 virtual bool canContainRangeEndPoint() const OVERRIDE { return true; } in canContainRangeEndPoint() function