OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isEmptyFontTag
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.h
137
bool
isEmptyFontTag
(const Element*, ShouldStyleAttributeBeEmpty = StyleAttributeShouldBeEmpty);
ApplyStyleCommand.cpp
108
bool
isEmptyFontTag
(const Element* element, ShouldStyleAttributeBeEmpty shouldStyleAttributeBeEmpty)
[
all
...]
ReplaceSelectionCommand.cpp
534
if (isStyleSpanOrSpanWithOnlyStyleAttribute(element) ||
isEmptyFontTag
(element, AllowNonEmptyStyleAttribute)) {
[
all
...]
Completed in 106 milliseconds