OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasFontSizeDelta
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.h
144
bool
hasFontSizeDelta
() const { return m_fontSizeDelta != NoFontDelta; }
ApplyStyleCommand.cpp
306
if (!style || !style->
hasFontSizeDelta
())
[
all
...]
Completed in 22 milliseconds