HomeSort by relevance Sort by last modified time
    Searched refs:contextual (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.cpp 121 ligatures.contextual = contextualLigaturesState();
139 m_contextualLigaturesState = ligatures.contextual;
FontDescription.h 96 , contextual(NormalLigaturesState)
103 unsigned contextual : 2; member in struct:blink::FontDescription::VariantLigatures
  /external/chromium_org/v8/test/mjsunit/
contextual-calls.js 65 // 'apply' without a receiver is a contextual call
70 // 'call' without a receiver is a contextual call
context-calls-maintained.js 99 // If store is contextual and strict mode is set, throw a ReferenceError
  /external/chromium_org/v8/test/mjsunit/es6/regress/
regress-crbug-248025.js 31 // Test that the pre-parser does not crash when the expected contextual
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderConverter.cpp 232 ligatures.contextual = FontDescription::DisabledLigaturesState;
235 ligatures.contextual = FontDescription::EnabledLigaturesState;

Completed in 811 milliseconds