HomeSort by relevance Sort by last modified time
    Searched refs:isSpecialHTMLElement (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.h 108 bool isSpecialHTMLElement(const Node*);
htmlediting.cpp 428 bool isSpecialHTMLElement(const Node* n)
456 if (isSpecialHTMLElement(n)) {
473 if (isSpecialHTMLElement(n)) {
    [all...]

Completed in 154 milliseconds