OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isStyleSpan
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/editing/
ReplaceSelectionCommand.cpp
477
if (
isStyleSpan
(node.get())) {
565
if (!
isStyleSpan
(topNode))
578
if (!
isStyleSpan
(copiedRangeStyleSpan.get()))
582
if (
isStyleSpan
(copiedRangeStyleSpan.get()) && styleText == static_cast<Element*>(copiedRangeStyleSpan.get())->getAttribute(styleAttr)) {
606
if (
isStyleSpan
(node)) {
611
if (
isStyleSpan
(node->firstChild()))
[
all
...]
ApplyStyleCommand.h
132
bool
isStyleSpan
(const Node*);
ApplyStyleCommand.cpp
63
bool
isStyleSpan
(const Node *node)
406
while (node && !
isStyleSpan
(node))
[
all
...]
Completed in 30 milliseconds