OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isTabHTMLSpanElement
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.h
109
bool
isTabHTMLSpanElement
(const Node*);
EditingStyle.cpp
461
else if (
isTabHTMLSpanElement
(node))
750
if (propertyID == CSSPropertyWhiteSpace &&
isTabHTMLSpanElement
(element))
[
all
...]
htmlediting.cpp
851
bool
isTabHTMLSpanElement
(const Node* node)
861
return node && node->isTextNode() && node->parentNode() &&
isTabHTMLSpanElement
(node->parentNode());
[
all
...]
markup.cpp
554
if (!specialCommonAncestor &&
isTabHTMLSpanElement
(commonAncestor))
[
all
...]
Completed in 43 milliseconds