HomeSort by relevance Sort by last modified time
    Searched defs:ConvertTo (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/bindings/cpp/
WebDOMEventTarget.cpp 93 #define ConvertTo(type) \
100 ConvertTo(Node)
101 ConvertTo(DOMWindow)
102 ConvertTo(XMLHttpRequest)
103 ConvertTo(XMLHttpRequestUpload)
104 ConvertTo(MessagePort)
107 ConvertTo(EventSource)
111 ConvertTo(DOMApplicationCache)
115 ConvertTo(Worker)
116 ConvertTo(DedicatedWorkerContext
    [all...]
  /external/skia/legacy/src/animator/
SkScriptTokenizer.cpp 156 if (value->fIsConstant == SkScriptValue2::kConstant && convertTo(toType, value))
342 convertTo(paramTypes[index], &(*params)[index]);
346 bool SkScriptEngine2::convertTo(SkOperand2::OpType toType, SkScriptValue2* value ) {
353 return convertTo(toType, value);
355 return ConvertTo(this, toType, value);
503 convertTo(type, &tokenValue);
765 convertTo(fReturnType, value);
783 success = convertTo(SkOperand2::kS32, &scriptValue);
    [all...]
  /external/skia/src/animator/
SkScriptTokenizer.cpp 156 if (value->fIsConstant == SkScriptValue2::kConstant && convertTo(toType, value))
342 convertTo(paramTypes[index], &(*params)[index]);
346 bool SkScriptEngine2::convertTo(SkOperand2::OpType toType, SkScriptValue2* value ) {
353 return convertTo(toType, value);
355 return ConvertTo(this, toType, value);
503 convertTo(type, &tokenValue);
765 convertTo(fReturnType, value);
783 success = convertTo(SkOperand2::kS32, &scriptValue);
    [all...]
  /external/v8/src/
lithium.h 66 void ConvertTo(Kind kind, int index) {
80 LOperand(Kind kind, int index) { ConvertTo(kind, index); }

Completed in 75 milliseconds