Searched refs:Cast (Results 1 - 25 of 200) sorted by relevance

12345678

/external/chromium_org/content/common/input/
H A Dsynthetic_pinch_gesture_params.h29 static const SyntheticPinchGestureParams* Cast(
H A Dsynthetic_smooth_scroll_gesture_params.h30 static const SyntheticSmoothScrollGestureParams* Cast(
H A Dsynthetic_tap_gesture_params.h26 static const SyntheticTapGestureParams* Cast(
H A Dsynthetic_tap_gesture_params.cc26 const SyntheticTapGestureParams* SyntheticTapGestureParams::Cast( function in class:content::SyntheticTapGestureParams
H A Dinput_param_traits.cc62 WriteParam(m, *content::SyntheticSmoothScrollGestureParams::Cast(
66 WriteParam(m, *content::SyntheticPinchGestureParams::Cast(
70 WriteParam(m, *content::SyntheticTapGestureParams::Cast(
111 *content::SyntheticSmoothScrollGestureParams::Cast(
117 *content::SyntheticPinchGestureParams::Cast(p.gesture_params()),
122 *content::SyntheticTapGestureParams::Cast(p.gesture_params()),
H A Dsynthetic_pinch_gesture_params.cc32 const SyntheticPinchGestureParams* SyntheticPinchGestureParams::Cast( function in class:content::SyntheticPinchGestureParams
H A Dsynthetic_smooth_scroll_gesture_params.cc35 SyntheticSmoothScrollGestureParams::Cast( function in class:content::SyntheticSmoothScrollGestureParams
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScriptString.cpp43 v8::Handle<v8::String> a = v8::Handle<v8::String>::Cast(v8Value());
52 v8::Handle<v8::String> value = v8::Handle<v8::String>::Cast(v8Value());
H A DScriptObject.cpp58 return v8::Handle<v8::Object>::Cast(v8Value());
78 value = ScriptObject(scriptState, v8::Handle<v8::Object>::Cast(v8Value));
H A DV8EventListenerList.h59 return doFindWrapper(v8::Local<v8::Object>::Cast(value), wrapperProperty, isolate);
81 return static_cast<V8EventListener*>(v8::External::Cast(*listener)->Value());
99 v8::Local<v8::Object> object = v8::Local<v8::Object>::Cast(value);
H A DWorkerScriptDebugServer.cpp68 v8::Handle<v8::Function> getScriptsFunction = v8::Local<v8::Function>::Cast(debuggerScript->Get(v8AtomicString(m_isolate, "getWorkerScripts")));
73 v8::Handle<v8::Array> scriptsArray = v8::Handle<v8::Array>::Cast(value);
75 dispatchDidParseSource(listener, v8::Handle<v8::Object>::Cast(scriptsArray->Get(v8::Integer::New(i, m_isolate))));
H A DV8DOMWrapper.cpp91 return v8::Handle<v8::Object>::Cast(value)->InternalFieldCount();
100 v8::Handle<v8::Object> object = v8::Handle<v8::Object>::Cast(value);
117 v8::Handle<v8::Object> wrapper = v8::Handle<v8::Object>::Cast(value);
134 v8::Handle<v8::Object> wrapper = v8::Handle<v8::Object>::Cast(value);
/external/chromium_org/chrome/renderer/extensions/
H A Dactivity_log_converter_strategy.cc43 v8::Handle<v8::Function>::Cast(value)->GetName();
44 if (fname->IsString() && v8::Handle<v8::String>::Cast(fname)->Length()) {
46 name = v8::String::Concat(name, v8::Handle<v8::String>::Cast(fname));
/external/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_gesture.cc20 new GestureType(*GestureParamsType::Cast(&gesture_params)));
/external/llvm/include/llvm/Transforms/Utils/
H A DSimplifyIndVar.h37 virtual void visitCast(CastInst *Cast) = 0;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8BlobCustom.cpp51 length = v8::Local<v8::Array>::Cast(info[0])->Length();
76 v8::Local<v8::Object> blobParts = v8::Local<v8::Object>::Cast(info[0]);
H A DV8DocumentCustom.cpp68 contextNode = V8Node::toNative(v8::Handle<v8::Object>::Cast(info[1]));
81 inResult = V8XPathResult::toNative(v8::Handle<v8::Object>::Cast(info[4]));
H A DV8BlobCustomHelpers.cpp120 ArrayBuffer* arrayBuffer = V8ArrayBuffer::toNative(v8::Handle<v8::Object>::Cast(item));
124 ArrayBufferView* arrayBufferView = V8ArrayBufferView::toNative(v8::Handle<v8::Object>::Cast(item));
128 Blob* blob = V8Blob::toNative(v8::Handle<v8::Object>::Cast(item));
H A DV8CryptoCustom.cpp55 ArrayBufferView* arrayBufferView = V8ArrayBufferView::toNative(v8::Handle<v8::Object>::Cast(buffer));
H A DV8InspectorFrontendHostCustom.cpp63 v8::Local<v8::Object> item = v8::Local<v8::Object>::Cast(itemArray->Get(i));
80 v8::Local<v8::Array> subItemsArray = v8::Local<v8::Array>::Cast(subItems);
108 v8::Local<v8::Object> eventWrapper = v8::Local<v8::Object>::Cast(info[0]);
116 v8::Local<v8::Array> array = v8::Local<v8::Array>::Cast(info[1]);
/external/llvm/lib/Analysis/
H A DPHITransAddr.cpp189 if (CastInst *Cast = dyn_cast<CastInst>(Inst)) {
190 if (!isSafeToSpeculativelyExecute(Cast)) return 0;
191 Value *PHIIn = PHITranslateSubExpr(Cast->getOperand(0), CurBB, PredBB, DT);
193 if (PHIIn == Cast->getOperand(0))
194 return Cast;
200 return AddAsInput(ConstantExpr::getCast(Cast->getOpcode(),
201 C, Cast->getType()));
208 if (CastI->getOpcode() == Cast->getOpcode() &&
209 CastI->getType() == Cast->getType() &&
384 if (CastInst *Cast
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DJavaScriptCallFrame.cpp60 m_caller = JavaScriptCallFrame::create(debuggerContext, v8::Handle<v8::Object>::Cast(callerFrame));
105 v8::Handle<v8::Array> scopeChain = v8::Handle<v8::Array>::Cast(m_callFrame.newLocal(m_isolate)->Get(v8AtomicString(m_isolate, "scopeChain")));
114 v8::Handle<v8::Array> scopeType = v8::Handle<v8::Array>::Cast(m_callFrame.newLocal(m_isolate)->Get(v8AtomicString(m_isolate, "scopeType")));
126 v8::Handle<v8::Function> stepInPositions = v8::Handle<v8::Function>::Cast(callFrame->Get(v8AtomicString(m_isolate, "stepInPositions")));
149 v8::Handle<v8::Function> evalFunction = v8::Handle<v8::Function>::Cast(callFrame->Get(v8AtomicString(m_isolate, "evaluate")));
157 v8::Handle<v8::Function> restartFunction = v8::Handle<v8::Function>::Cast(callFrame->Get(v8AtomicString(m_isolate, "restart")));
172 v8::Handle<v8::Function> setVariableValueFunction = v8::Handle<v8::Function>::Cast(callFrame->Get(v8AtomicString(m_isolate, "setVariableValue")));
/external/chromium_org/gin/
H A Ddictionary.cc38 *out = Dictionary(isolate, v8::Handle<v8::Object>::Cast(val));
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDOMMediaStreamTrack.cpp47 v8::Handle<v8::Object> object = v8::Handle<v8::Object>::Cast(value);
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/
H A DRenderQueue.java146 Cast, enum constant in enum:RenderQueue.ShadowMode
230 case Cast:
284 case Cast:
289 throw new IllegalArgumentException("Only Cast or Receive are allowed");
313 case Cast:

Completed in 484 milliseconds

12345678