OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:commonLigaturesState
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp
383
scope.fontDescription().setCommonLigaturesState(parentFontDescription.
commonLigaturesState
());
392
FontDescription::LigaturesState
commonLigaturesState
= FontDescription::NormalLigaturesState;
405
commonLigaturesState
= FontDescription::DisabledLigaturesState;
408
commonLigaturesState
= FontDescription::EnabledLigaturesState;
436
scope.fontDescription().setCommonLigaturesState(
commonLigaturesState
);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.h
123
LigaturesState
commonLigaturesState
() const { return static_cast<LigaturesState>(m_commonLigaturesState); }
161
void setCommonLigaturesState(LigaturesState
commonLigaturesState
) { m_commonLigaturesState =
commonLigaturesState
; }
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp
[
all
...]
Completed in 35 milliseconds