OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 37 milliseconds