OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:historicalLigaturesState
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.h
125
LigaturesState
historicalLigaturesState
() const { return static_cast<LigaturesState>(m_historicalLigaturesState); }
163
void setHistoricalLigaturesState(LigaturesState
historicalLigaturesState
) { m_historicalLigaturesState =
historicalLigaturesState
; }
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp
385
scope.fontDescription().setHistoricalLigaturesState(parentFontDescription.
historicalLigaturesState
());
394
FontDescription::LigaturesState
historicalLigaturesState
= FontDescription::NormalLigaturesState;
417
historicalLigaturesState
= FontDescription::DisabledLigaturesState;
420
historicalLigaturesState
= FontDescription::EnabledLigaturesState;
438
scope.fontDescription().setHistoricalLigaturesState(
historicalLigaturesState
);
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp
[
all
...]
Completed in 50 milliseconds