OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:historicalligaturesstate
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontDescription.h
123
LigaturesState
historicalLigaturesState
() const { return static_cast<LigaturesState>(m_historicalLigaturesState); }
155
void setHistoricalLigaturesState(LigaturesState
historicalLigaturesState
) { m_historicalLigaturesState =
historicalLigaturesState
; }
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp
391
scope.fontDescription().setHistoricalLigaturesState(parentFontDescription.
historicalLigaturesState
());
400
FontDescription::LigaturesState
historicalLigaturesState
= FontDescription::NormalLigaturesState;
423
historicalLigaturesState
= FontDescription::DisabledLigaturesState;
426
historicalLigaturesState
= FontDescription::EnabledLigaturesState;
444
scope.fontDescription().setHistoricalLigaturesState(
historicalLigaturesState
);
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp
[
all
...]
Completed in 278 milliseconds