HomeSort by relevance Sort by last modified time
    Searched refs:getValueID (Results 26 - 50 of 57) sorted by null

12 3

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.cpp 400 CSSValueID originID = pair->first()->getValueID();
419 switch (value->getValueID()) {
563 } else if ((m_firstX || m_firstY) && !(!m_firstX && m_firstY && m_firstY->getValueID() == CSSValueBottom)) {
698 if (m_firstX && m_firstX->getValueID() == CSSValueLeft)
700 if (m_firstY && m_firstY->getValueID() == CSSValueBottom)
    [all...]
CSSMatrix.cpp 61 if (value->isPrimitiveValue() && (toCSSPrimitiveValue(value.get()))->getValueID() == CSSValueNone)
FontFace.cpp 274 switch (familyValue->getValueID()) {
394 switch (toCSSPrimitiveValue(m_style.get())->getValueID()) {
412 switch (toCSSPrimitiveValue(m_weight.get())->getValueID()) {
470 switch (toCSSPrimitiveValue(variantList->item(i))->getValueID()) {
StylePropertySerializer.cpp 556 CSSValueID xId = toCSSPrimitiveValue(value.get())->getValueID();
557 CSSValueID yId = toCSSPrimitiveValue(yValue.get())->getValueID();
719 CSSValueID repeatXValueId = repeatX.getValueID();
720 CSSValueID repeatYValueId = repeatY.getValueID();
    [all...]
CSSPrimitiveValue.h 325 CSSValueID getValueID() const { return m_primitiveUnitType == CSS_VALUE_ID ? m_value.valueID : CSSValueInvalid; }
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 162 if (SlotMDS->getValueID() == llvm::Value::MDStringVal) {
182 if (v->getValueID() != llvm::Value::MDStringVal) {
362 if (SigVal->getValueID() == llvm::Value::MDStringVal) {
  /external/chromium_org/third_party/WebKit/Source/core/animation/
DeferredLegacyStyleInterpolation.cpp 102 CSSValueID id = primitiveValue.getValueID();
  /external/llvm/include/llvm/IR/
BasicBlock.h 232 return V->getValueID() == Value::BasicBlockVal;
InlineAsm.h 190 return V->getValueID() == Value::InlineAsmVal;
Function.h 465 return V->getValueID() == Value::FunctionVal;
PatternMatch.h 382 if (V->getValueID() == Value::InstructionVal + Opcode) {
603 if (V->getValueID() == Value::InstructionVal + Opc1 ||
604 V->getValueID() == Value::InstructionVal + Opc2) {
    [all...]
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 100 unsigned getValueID(const Value *V) const;
ValueEnumerator.cpp 130 unsigned ValueEnumerator::getValueID(const Value *V) const {
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 369 if (L->getValueID() != R->getValueID())
430 if (L->getValueID() != R->getValueID())
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.h 98 unsigned getValueID(const llvm::Value *V) const;
ValueEnumerator.cpp 124 unsigned ValueEnumerator::getValueID(const Value *V) const {
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.h 98 unsigned getValueID(const llvm::Value *V) const;
ValueEnumerator.cpp 124 unsigned ValueEnumerator::getValueID(const Value *V) const {
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.h 98 unsigned getValueID(const llvm::Value *V) const;
ValueEnumerator.cpp 124 unsigned ValueEnumerator::getValueID(const Value *V) const {
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FilterOperationResolver.cpp 81 if (primitiveValue->getValueID() == CSSValueNone)
FontBuilder.cpp 180 switch (contentValue->getValueID()) {
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 536 if (int Res = cmpNumbers(L->getValueID(), R->getValueID()))
539 switch (L->getValueID()) {
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoExtractor.cpp 57 if ((pString != NULL) && (pString->getValueID() == llvm::Value::MDStringVal)) {
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp     [all...]

Completed in 788 milliseconds

12 3