OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldIgnoreTextOnlyProperties
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.h
110
enum
ShouldIgnoreTextOnlyProperties
{ IgnoreTextOnlyProperties, DoNotIgnoreTextOnlyProperties };
158
TriState triStateOfStyle(CSSStyleDeclaration* styleToCompare,
ShouldIgnoreTextOnlyProperties
) const;
EditingStyle.cpp
690
TriState EditingStyle::triStateOfStyle(CSSStyleDeclaration* styleToCompare,
ShouldIgnoreTextOnlyProperties
shouldIgnoreTextOnlyProperties
) const
694
if (
shouldIgnoreTextOnlyProperties
== IgnoreTextOnlyProperties)
[
all
...]
Completed in 659 milliseconds