HomeSort by relevance Sort by last modified time
    Searched full:static_cast (Results 451 - 475 of 5706) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/bindings/js/
JSNamedNodeMapCustom.cpp 44 JSNamedNodeMap* jsNamedNodeMap = static_cast<JSNamedNodeMap*>(handle.get().asCell());
55 JSNamedNodeMap* jsNamedNodeMap = static_cast<JSNamedNodeMap*>(handle.get().asCell());
56 DOMWrapperWorld* world = static_cast<DOMWrapperWorld*>(context);
78 JSNamedNodeMap* thisObj = static_cast<JSNamedNodeMap*>(asObject(slotBase));
  /external/webkit/Source/WebCore/bindings/scripts/test/GObject/
WebKitDOMTestInterface.cpp 47 return static_cast<WebKitDOMTestInterface*>(ret);
49 return static_cast<WebKitDOMTestInterface*>(DOMObjectCache::put(obj, WebKit::wrapTestInterface(obj)));
63 WebCore::TestInterface* coreObject = static_cast<WebCore::TestInterface*>(WEBKIT_DOM_OBJECT(request)->coreObject);
80 WebCore::TestInterface* coreObject = static_cast<WebCore::TestInterface *>(dom_object->coreObject);
WebKitDOMTestMediaQueryListListener.cpp 45 return static_cast<WebKitDOMTestMediaQueryListListener*>(ret);
47 return static_cast<WebKitDOMTestMediaQueryListListener*>(DOMObjectCache::put(obj, WebKit::wrapTestMediaQueryListListener(obj)));
61 WebCore::TestMediaQueryListListener* coreObject = static_cast<WebCore::TestMediaQueryListListener*>(WEBKIT_DOM_OBJECT(request)->coreObject);
78 WebCore::TestMediaQueryListListener* coreObject = static_cast<WebCore::TestMediaQueryListListener *>(dom_object->coreObject);
  /external/webkit/Source/WebCore/bridge/jni/v8/
JavaClassJobjectV8.cpp 48 jarray fields = static_cast<jarray>(callJNIMethod<jobject>(aClass, "getFields", "()[Ljava/lang/reflect/Field;"));
51 jobject aJField = env->GetObjectArrayElement(static_cast<jobjectArray>(fields), i);
58 jarray methods = static_cast<jarray>(callJNIMethod<jobject>(aClass, "getMethods", "()[Ljava/lang/reflect/Method;"));
61 jobject aJMethod = env->GetObjectArrayElement(static_cast<jobjectArray>(methods), i);
  /external/webkit/Source/WebCore/bridge/
runtime_method.cpp 56 RuntimeMethod* thisObj = static_cast<RuntimeMethod*>(asObject(slotBase));
91 RuntimeMethod* method = static_cast<RuntimeMethod*>(exec->callee());
100 RuntimeObject* runtimeObject = static_cast<RuntimeObject*>(asObject(thisValue));
107 HTMLElement* element = static_cast<JSHTMLElement*>(asObject(thisValue))->impl();
  /external/webkit/Source/WebCore/css/
CSSCursorImageValue.cpp 50 return static_cast<SVGCursorElement*>(element);
96 m_hotSpot.setX(static_cast<int>(x));
99 m_hotSpot.setY(static_cast<int>(y));
104 SVGElement* svgElement = static_cast<SVGElement*>(element);
  /external/webkit/Source/WebCore/platform/graphics/
FloatPoint.cpp 61 transform.map(static_cast<double>(m_x), static_cast<double>(m_y), newX, newY);
68 transform.map(static_cast<double>(m_x), static_cast<double>(m_y), newX, newY);
  /external/webkit/Source/WebCore/platform/graphics/mac/
ColorMac.mm 96 NSColor *result = [NSColor colorWithDeviceRed:static_cast<CGFloat>(color.red()) / 255
97 green:static_cast<CGFloat>(color.green()) / 255
98 blue:static_cast<CGFloat>(color.blue()) / 255
99 alpha:static_cast<CGFloat>(color.alpha()) / 255];
  /external/webkit/Source/WebCore/platform/graphics/wince/
MediaPlayerProxy.cpp 74 RenderWidget* renderWidget = static_cast<RenderWidget*>(element()->renderer());
92 HTMLMediaElement* element = static_cast<HTMLMediaElement*>(m_mediaPlayer->mediaPlayerClient());
112 frame->loader()->subframeLoader()->requestObject(static_cast<RenderPartObject*>(element->renderer()), url, nullAtom, serviceType, paramNames, paramValues);
119 return static_cast<HTMLMediaElement*>(m_mediaPlayer->mediaPlayerClient());
  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk3.cpp 203 gtk_style_context_set_direction(context, static_cast<GtkTextDirection>(gtkTextDirection(renderObject->style()->direction())));
217 gtk_style_context_set_state(context, static_cast<GtkStateFlags>(flags));
269 gtk_style_context_set_state(context, static_cast<GtkStateFlags>(flags));
303 gtk_style_context_get_border(context, static_cast<GtkStateFlags>(flags), &borderWidth);
329 gtk_style_context_set_direction(context, static_cast<GtkTextDirection>(gtkTextDirection(renderObject->style()->direction())));
350 gtk_style_context_set_direction(context, static_cast<GtkTextDirection>(gtkTextDirection(style->direction())));
352 gtk_style_context_get_border(context, static_cast<GtkStateFlags>(0), &border);
367 GtkTextDirection direction = static_cast<GtkTextDirection>(gtkTextDirection(style->direction()));
428 GtkTextDirection direction = static_cast<GtkTextDirection>(gtkTextDirection(renderObject->style()->direction()));
562 gtk_style_context_set_direction(context, static_cast<GtkTextDirection>(gtkTextDirection(renderObject->style()->direction())))
    [all...]
  /external/webkit/Source/WebCore/platform/network/cf/
ProxyServerCFNet.cpp 52 CFDictionaryRef proxyDictionary = static_cast<CFDictionaryRef>(CFArrayGetValueAtIndex(proxiesForURL.get(), i));
55 CFStringRef typeString = static_cast<CFStringRef>(CFDictionaryGetValue(proxyDictionary, kCFProxyTypeKey));
77 CFStringRef host = static_cast<CFStringRef>(CFDictionaryGetValue(proxyDictionary, kCFProxyHostNameKey));
78 CFNumberRef port = static_cast<CFNumberRef>(CFDictionaryGetValue(proxyDictionary, kCFProxyPortNumberKey));
  /external/webkit/Source/WebCore/svg/
SVGFEComponentTransferElement.cpp 95 red = static_cast<SVGFEFuncRElement*>(node)->transferFunction();
97 green = static_cast<SVGFEFuncGElement*>(node)->transferFunction();
99 blue = static_cast<SVGFEFuncBElement*>(node)->transferFunction();
101 alpha = static_cast<SVGFEFuncAElement*>(node)->transferFunction();
  /external/webkit/Source/WebKit/android/plugins/
ANPTypefaceInterface.cpp 33 static_cast<SkTypeface::Style>(s));
40 static_cast<SkTypeface::Style>(s));
58 return static_cast<ANPTypefaceStyle>(s);
65 return static_cast<int32_t>(size);
  /external/webkit/Source/WebKit/chromium/src/
IDBIndexBackendProxy.cpp 82 IDBTransactionBackendProxy* transactionProxy = static_cast<IDBTransactionBackendProxy*>(transaction);
90 IDBTransactionBackendProxy* transactionProxy = static_cast<IDBTransactionBackendProxy*>(transaction);
98 IDBTransactionBackendProxy* transactionProxy = static_cast<IDBTransactionBackendProxy*>(transaction);
106 IDBTransactionBackendProxy* transactionProxy = static_cast<IDBTransactionBackendProxy*>(transaction);
StorageInfoChromium.cpp 70 Document* document = static_cast<Document*>(context);
72 webFrame->client()->queryStorageUsageAndQuota(webFrame, static_cast<WebStorageQuotaType>(storageType), new WebStorageQuotaCallbacksImpl(successCallback, errorCallback));
88 Document* document = static_cast<Document*>(context);
90 webFrame->client()->requestStorageQuota(webFrame, static_cast<WebStorageQuotaType>(storageType), newQuotaInBytes, new WebStorageQuotaCallbacksImpl(successCallback, errorCallback));
WebString.cpp 60 assign(static_cast<WebStringPrivate*>(
95 : m_private(static_cast<WebStringPrivate*>(s.impl()))
103 assign(static_cast<WebStringPrivate*>(s.impl()));
126 return WTF::AtomicString(static_cast<WTF::StringImpl *>(m_private));
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
ArgumentEncoder.cpp 71 size_t newCapacity = std::max(alignedSize + size, std::max(static_cast<size_t>(32), m_bufferCapacity + m_bufferCapacity / 4 + 1));
73 m_buffer = static_cast<uint8_t*>(fastMalloc(newCapacity));
75 m_buffer = static_cast<uint8_t*>(fastRealloc(m_buffer, newCapacity));
91 encodeUInt64(static_cast<uint64_t>(size));
  /external/webkit/Source/WebKit2/Platform/
WorkItem.h 148 return adoptPtr(static_cast<WorkItem*>(new MemberFunctionWorkItem0<C>(ptr, function)));
154 return adoptPtr(static_cast<WorkItem*>(new MemberFunctionWorkItem1<C, T0>(ptr, function, t0)));
160 return adoptPtr(static_cast<WorkItem*>(new MemberFunctionWorkItem2<C, T0, T1>(ptr, function, t0, t1)));
184 return adoptPtr(static_cast<WorkItem*>(new FunctionWorkItem0(function)));
  /external/webrtc/src/modules/audio_processing/
voice_detection_impl.cc 77 int vad_ret = WebRtcVad_Process(static_cast<Handle*>(handle(0)),
181 return WebRtcVad_Free(static_cast<Handle*>(handle));
185 return WebRtcVad_Init(static_cast<Handle*>(handle));
189 return WebRtcVad_set_mode(static_cast<Handle*>(handle),
  /external/webrtc/src/system_wrappers/interface/
static_instance.h 131 T* old_value = static_cast<T*> (InterlockedExchangePointer(
138 delete static_cast<T*>(new_instance);
142 T* old_value = static_cast<T*> (InterlockedExchangePointer(
145 delete static_cast<T*>(old_value);
  /external/webrtc/src/system_wrappers/source/
trace_posix.cc 60 static_cast<long long unsigned int>(threadId));
94 static_cast<unsigned long>(dwDeltaTime));
113 static_cast<unsigned long>(dwDeltaTime));
131 WebRtc_Word32 len = static_cast<WebRtc_Word32>(strlen(traceMessage));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
safe_iterator.tcc 49 static_cast<const _Sequence*>(_M_sequence)->begin();
59 static_cast<const _Sequence*>(_M_sequence)->end();
125 iterator* __victim = static_cast<iterator*>(__iter);
133 const_iterator* __victim = static_cast<const_iterator*>(__iter2);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
safe_sequence.tcc 46 iterator* __victim = static_cast<iterator*>(__iter);
56 const_iterator* __victim = static_cast<const_iterator*>(__iter2);
84 iterator* __victim = static_cast<iterator*>(__iter);
105 const_iterator* __victim = static_cast<const_iterator*>(__iter2);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
safe_sequence.tcc 46 iterator* __victim = static_cast<iterator*>(__iter);
56 const_iterator* __victim = static_cast<const_iterator*>(__iter2);
84 iterator* __victim = static_cast<iterator*>(__iter);
105 const_iterator* __victim = static_cast<const_iterator*>(__iter2);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_iterator.tcc 49 static_cast<const _Sequence*>(_M_sequence)->begin();
59 static_cast<const _Sequence*>(_M_sequence)->end();
125 iterator* __victim = static_cast<iterator*>(__iter);
133 const_iterator* __victim = static_cast<const_iterator*>(__iter2);

Completed in 668 milliseconds

<<11121314151617181920>>