Home
last modified time | relevance | path

Searched +defs:ignoring +defs:c (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp241 static inline bool isValidNameStart(UChar32 c) in isValidNameStart()
268 static inline bool isValidNamePart(UChar32 c) in isValidNamePart()
1328 UChar32 c = characters[i]; in canonicalizedTitle() local
1966 StyleEngine::IgnoringPendingStylesheet ignoring(m_styleEngine.get()); in updateLayoutIgnorePendingStylesheets() local
1997 StyleEngine::IgnoringPendingStylesheet ignoring(m_styleEngine.get()); in styleForElementIgnoringPendingStylesheets() local
3250 for (Node* c = firstChild(); c; c = c->nextSibling()) in childTypeAllowed() local
3268 for (Node* c = firstChild(); c; c = c->nextSibling()) { in canReplaceChild() local
3286 for (Node* c = toDocumentFragment(newChild).firstChild(); c; c = c->nextSibling()) { in canReplaceChild() local
4128 UChar32 c; in isValidNameNonASCII() local
4140 CharType c = characters[0]; in isValidNameASCII() local
[all …]