OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:discretionaryLigaturesState
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.h
124
LigaturesState
discretionaryLigaturesState
() const { return static_cast<LigaturesState>(m_discretionaryLigaturesState); }
162
void setDiscretionaryLigaturesState(LigaturesState
discretionaryLigaturesState
) { m_discretionaryLigaturesState =
discretionaryLigaturesState
; }
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp
384
scope.fontDescription().setDiscretionaryLigaturesState(parentFontDescription.
discretionaryLigaturesState
());
393
FontDescription::LigaturesState
discretionaryLigaturesState
= FontDescription::NormalLigaturesState;
411
discretionaryLigaturesState
= FontDescription::DisabledLigaturesState;
414
discretionaryLigaturesState
= FontDescription::EnabledLigaturesState;
437
scope.fontDescription().setDiscretionaryLigaturesState(
discretionaryLigaturesState
);
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp
[
all
...]
Completed in 27 milliseconds