Searched defs:ConvertTo (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/bindings/cpp/
H A DWebDOMEventTarget.cpp93 #define ConvertTo(type) \ macro
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(DedicatedWorkerContex
[all...]
/external/skia/src/animator/
H A DSkScriptTokenizer.cpp355 return ConvertTo(this, toType, value);
1195 bool SkScriptEngine2::ConvertTo(SkScriptEngine2* engine, SkOperand2::OpType toType, SkScriptValue2* value ) { function in class:SkScriptEngine2
/external/v8/src/
H A Dlithium.h66 void ConvertTo(Kind kind, int index) { function in class:v8::internal::LOperand
80 LOperand(Kind kind, int index) { ConvertTo(kind, index); }

Completed in 301 milliseconds