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

  /external/chromium/chrome/browser/ui/views/location_bar/
suggested_text_view.cc 71 ui::MultiAnimation::Parts parts; local
72 parts.push_back(ui::MultiAnimation::Part(
74 parts.push_back(ui::MultiAnimation::Part(
76 ui::MultiAnimation* animation = new ui::MultiAnimation(parts);
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 273 // Make a two element vector out of the expanded parts and convert that
283 SDValue Parts[2];
284 GetExpandedOp(N->getOperand(0), Parts[0], Parts[1]);
287 std::swap(Parts[0], Parts[1]);
289 SDValue Vec = DAG.getNode(ISD::BUILD_VECTOR, dl, NVT, Parts, 2);
SelectionDAGBuilder.cpp 89 const SDValue *Parts, unsigned NumParts,
92 /// getCopyFromParts - Create a value that contains the specified legal parts
93 /// combined into the value they represent. If the parts combine to a type
98 const SDValue *Parts,
102 return getCopyFromPartsVector(DAG, DL, Parts, NumParts, PartVT, ValueVT);
104 assert(NumParts > 0 && "No parts to assemble!");
106 SDValue Val = Parts[0];
109 // Assemble the value from multiple parts.
125 Lo = getCopyFromParts(DAG, DL, Parts, RoundParts / 2,
127 Hi = getCopyFromParts(DAG, DL, Parts + RoundParts / 2
    [all...]
LegalizeFloatTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
LegalizeIntegerTypes.cpp 700 SmallVector<SDValue, 8> Parts(NumRegs);
702 Parts[i] = DAG.getVAArg(RegVT, dl, Chain, Ptr, N->getOperand(2),
704 Chain = Parts[i].getValue(1);
709 std::reverse(Parts.begin(), Parts.end());
711 // Assemble the parts in the promoted type.
713 SDValue Res = DAG.getNode(ISD::ZERO_EXTEND, dl, NVT, Parts[0]);
715 SDValue Part = DAG.getNode(ISD::ZERO_EXTEND, dl, NVT, Parts[i]);
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
tab.cc 67 // Durations for the various parts of the mini tab title animation.
111 ui::MultiAnimation::Parts parts; local
112 parts.push_back(
115 parts.push_back(
118 parts.push_back(
121 parts[0].start_time_ms = kMiniTitleChangeAnimationStart1MS;
122 parts[0].end_time_ms = kMiniTitleChangeAnimationEnd1MS;
123 parts[2].start_time_ms = kMiniTitleChangeAnimationStart3MS;
124 parts[2].end_time_ms = kMiniTitleChangeAnimationEnd3MS
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.cc 402 ui::MultiAnimation::Parts parts; local
403 parts.push_back(ui::MultiAnimation::Part(
405 parts.push_back(ui::MultiAnimation::Part(
407 instant_animation_.reset(new ui::MultiAnimation(parts));
    [all...]

Completed in 97 milliseconds