HomeSort by relevance Sort by last modified time
    Searched full:commonvalue (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySerializer.cpp 418 void StylePropertySerializer::appendFontLonghandValueIfExplicit(CSSPropertyID propertyID, StringBuilder& result, String& commonValue) const
425 commonValue = String();
449 if (!commonValue.isNull() && commonValue != value)
450 commonValue = String();
465 String commonValue = fontSizeProperty.value()->cssText();
467 appendFontLonghandValueIfExplicit(CSSPropertyFontStyle, result, commonValue);
468 appendFontLonghandValueIfExplicit(CSSPropertyFontVariant, result, commonValue);
469 appendFontLonghandValueIfExplicit(CSSPropertyFontWeight, result, commonValue);
473 appendFontLonghandValueIfExplicit(CSSPropertyLineHeight, result, commonValue);
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 533 Value *CommonValue = 0;
543 if (!V || (CommonValue && V != CommonValue))
545 CommonValue = V;
548 return CommonValue;
574 Value *CommonValue = 0;
582 if (!V || (CommonValue && V != CommonValue))
584 CommonValue = V;
587 return CommonValue;
    [all...]
ConstantFolding.cpp 819 Constant *CommonValue = 0;
    [all...]

Completed in 84 milliseconds