Home
last modified time | relevance | path

Searched refs:isSpecialHTMLElement (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
Dhtmlediting.h108 bool isSpecialHTMLElement(const Node*);
Dhtmlediting.cpp428 bool isSpecialHTMLElement(const Node* n) in isSpecialHTMLElement() function
456 if (isSpecialHTMLElement(n)) { in firstInSpecialElement()
473 if (isSpecialHTMLElement(n)) { in lastInSpecialElement()