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
115
enum
ShouldIgnoreTextOnlyProperties
{ IgnoreTextOnlyProperties, DoNotIgnoreTextOnlyProperties };
161
TriState triStateOfStyle(CSSStyleDeclaration* styleToCompare,
ShouldIgnoreTextOnlyProperties
) const;
EditingStyle.cpp
689
TriState EditingStyle::triStateOfStyle(CSSStyleDeclaration* styleToCompare,
ShouldIgnoreTextOnlyProperties
shouldIgnoreTextOnlyProperties
) const
693
if (
shouldIgnoreTextOnlyProperties
== IgnoreTextOnlyProperties)
[
all
...]
Completed in 24 milliseconds