OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppleTabSpanClass
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
HTMLInterchange.h
39
#define
AppleTabSpanClass
"Apple-tab-span"
htmlediting.cpp
858
return node && node->hasTagName(spanTag) && node->isElementNode() && toElement(node)->getAttribute(classAttr) ==
AppleTabSpanClass
;
891
spanElement->setAttribute(classAttr,
AppleTabSpanClass
);
[
all
...]
ReplaceSelectionCommand.cpp
[
all
...]
Completed in 26 milliseconds