OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ignoretextonlyproperties
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.h
115
enum ShouldIgnoreTextOnlyProperties {
IgnoreTextOnlyProperties
, DoNotIgnoreTextOnlyProperties };
EditingStyle.cpp
693
if (shouldIgnoreTextOnlyProperties ==
IgnoreTextOnlyProperties
)
718
TriState nodeState = triStateOfStyle(nodeStyle.get(), node->isTextNode() ? EditingStyle::DoNotIgnoreTextOnlyProperties : EditingStyle::
IgnoreTextOnlyProperties
);
[
all
...]
Completed in 36 milliseconds