OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lineThrough
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/editing/
EditingStyle.cpp
770
DEFINE_STATIC_LOCAL(const RefPtr<CSSPrimitiveValue>,
lineThrough
, (CSSPrimitiveValue::createIdentifier(CSSValueLineThrough)));
775
if (newTextDecorations->hasValue(
lineThrough
.get()) && !textDecorations->hasValue(
lineThrough
.get()))
776
textDecorations->append(
lineThrough
.get());
[
all
...]
EditorCommand.cpp
[
all
...]
Completed in 131 milliseconds