OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fontSizeDelta
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.h
143
float
fontSizeDelta
() const { return m_fontSizeDelta; }
ApplyStyleCommand.cpp
395
float desiredFontSize = max(MinimumFontSize, startingFontSizes.get(node) + style->
fontSizeDelta
());
[
all
...]
Completed in 661 milliseconds