OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllowNonEmptyStyleAttribute
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.h
135
enum ShouldStyleAttributeBeEmpty {
AllowNonEmptyStyleAttribute
, StyleAttributeShouldBeEmpty };
ApplyStyleCommand.cpp
78
if (element->hasAttribute(styleAttr) && (shouldStyleAttributeBeEmpty ==
AllowNonEmptyStyleAttribute
90
return hasNoAttributeOrOnlyStyleAttribute(toHTMLElement(element),
AllowNonEmptyStyleAttribute
);
[
all
...]
ReplaceSelectionCommand.cpp
510
if (isStyleSpanOrSpanWithOnlyStyleAttribute(element) || isEmptyFontTag(element,
AllowNonEmptyStyleAttribute
)) {
[
all
...]
Completed in 60 milliseconds