OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shouldextractmatchingstyle
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.h
67
enum
ShouldExtractMatchingStyle
{ ExtractMatchingStyle, DoNotExtractMatchingStyle };
123
bool conflictsWithImplicitStyleOfElement(HTMLElement*, EditingStyle* extractedStyle = 0,
ShouldExtractMatchingStyle
= DoNotExtractMatchingStyle) const;
126
Vector<QualifiedName>& conflictingAttributes,
ShouldExtractMatchingStyle
) const;
EditingStyle.cpp
809
bool EditingStyle::conflictsWithImplicitStyleOfElement(HTMLElement* element, EditingStyle* extractedStyle,
ShouldExtractMatchingStyle
shouldExtractMatchingStyle
) const
818
&& (
shouldExtractMatchingStyle
== ExtractMatchingStyle || !equivalent->valueIsPresentInStyle(element, m_mutableStyle.get()))) {
[
all
...]
Completed in 1195 milliseconds