Searched
full:static_cast (Results
2026 -
2050 of
12288) sorted by null
<<81828384858687888990>>
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderFrame.h | 51 return static_cast<RenderFrame*>(object);
|
RenderMeter.h | 53 return static_cast<RenderMeter*>(object);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
ContentData.h | 83 return *static_cast<const ImageContentData&>(data).image() == *image(); 114 return static_cast<const TextContentData&>(data).text() == text(); 153 return *static_cast<const CounterContentData&>(data).counter() == *counter(); 172 return static_cast<const QuoteContentData&>(data).quote() == quote();
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGTextPath.h | 48 return static_cast<RenderSVGTextPath*>(object);
|
SVGInlineFlowBox.h | 56 return static_cast<SVGInlineFlowBox*>(box);
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
DelayDSPKernel.cpp | 142 int readIndex1 = static_cast<int>(readPosition); 146 double input = static_cast<float>(*source++); 147 buffer[m_writeIndex] = static_cast<float>(input); 155 *destination++ = static_cast<float>(output);
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
WebSocketFrame.cpp | 86 payloadLength64 |= static_cast<unsigned char>(*p++); 104 size_t payloadLength = static_cast<size_t>(payloadLength64); 106 if (static_cast<size_t>(bufferEnd - p) < maskingKeyLength + payloadLength) 116 frame.opCode = static_cast<WebSocketFrame::OpCode>(opCode);
|
/external/chromium_org/third_party/WebKit/Source/web/ |
ChromeClientImpl.cpp | 129 return static_cast<WebAccessibilityNotification>(notification); 149 return static_cast<void*>(m_webView); 238 WebNavigationPolicy policy = static_cast<WebNavigationPolicy>(navigationPolicy); 247 WebViewImpl* newView = static_cast<WebViewImpl*>( 259 const WebMouseEvent* mouseEvent = static_cast<const WebMouseEvent*>(inputEvent); 304 return static_cast<WebNavigationPolicy>(policy); 312 WebNavigationPolicy policy = static_cast<WebNavigationPolicy>(navigationPolicy); 352 WebFrameImpl* webFrame = static_cast<WebFrameImpl*>(m_webView->mainFrame()); 385 WebConsoleMessage(static_cast<WebConsoleMessage::Level>(level), message), 586 WebPluginContainerImpl* plugin = static_cast<WebPluginContainerImpl*>(widget) [all...] |
SpeechRecognitionClientProxy.cpp | 60 WebVector<WebSpeechGrammar> webSpeechGrammars(static_cast<size_t>(grammarList->length())); 110 finalResultsVector[i] = static_cast<PassRefPtr<SpeechRecognitionResult> >(newFinalResults[i]); 114 interimResultsVector[i] = static_cast<PassRefPtr<SpeechRecognitionResult> >(currentInterimResults[i]); 128 SpeechRecognitionError::ErrorCode errorCode = static_cast<SpeechRecognitionError::ErrorCode>(code);
|
WebMediaPlayerClientImpl.cpp | 132 return static_cast<WebMediaPlayer::Preload>(m_preload); 142 m_client->mediaPlayerKeyError(keySystem, sessionId, static_cast<MediaPlayerClient::MediaKeyErrorCode>(errorCode), systemCode); 159 WebViewImpl* webView = static_cast<WebViewImpl*>(frame->view()); 179 Frame* frame = static_cast<HTMLMediaElement*>(m_client)->document()->frame(); 187 WebViewImpl* webView = static_cast<WebViewImpl*>(frame->view()); 216 // The following static_cast is safe, because we created the object with the textTrack 219 m_client->mediaPlayerDidRemoveTrack(static_cast<InbandTextTrackPrivateImpl*>(textTrack->client())); 259 Frame* frame = static_cast<HTMLMediaElement*>(m_client)->document()->frame(); 274 WebMediaPlayer::CORSMode corsMode = static_cast<WebMediaPlayer::CORSMode>(m_client->mediaPlayerCORSMode()); 325 return static_cast<MediaPlayer::MediaKeyException>(result) [all...] |
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
ProgrammaticScrollTest.cpp | 89 WebViewImpl* webViewImpl = static_cast<WebViewImpl*>(webView); 108 WebViewImpl* webViewImpl = static_cast<WebViewImpl*>(webView); 174 WebViewImpl* webViewImpl = static_cast<WebViewImpl*>(webView); 205 WebViewImpl* webViewImpl = static_cast<WebViewImpl*>(webView);
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
DoublyLinkedList.h | 51 static_cast<T*>(this)->m_prev = prev; 56 static_cast<T*>(this)->m_next = next; 61 return static_cast<const T*>(this)->m_prev; 66 return static_cast<const T*>(this)->m_next;
|
NotFound.h | 31 const size_t notFound = static_cast<size_t>(-1);
|
/external/chromium_org/third_party/angle_dx11/src/common/ |
RefCountObject.h | 61 ObjectType *get() const { return static_cast<ObjectType*>(RefCountObjectBindingPointer::get()); }
|
/external/chromium_org/third_party/angle_dx11/src/compiler/ |
osinclude.h | 48 #define OS_INVALID_TLS_INDEX (static_cast<OS_TLSIndex>(-1))
|
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/ |
BufferStorage9.cpp | 31 return static_cast<BufferStorage9*>(bufferStorage);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
basicdefs.h | 35 #define ARRAY_SIZE(x) (static_cast<int>(sizeof(x) / sizeof(x[0])))
|
fileutils_unittest.cc | 123 EXPECT_LT(static_cast<int64>(free1 * .9), free2); 124 EXPECT_LT(free2, static_cast<int64>(free1 * 1.1)); 131 // EXPECT_LT(static_cast<int64>(free1 * .9), free3); 132 // EXPECT_LT(free3, static_cast<int64>(free1 * 1.1));
|
stringutils.cc | 34 const char* char_memory = static_cast<const char*>(memory); 35 char char_c = static_cast<char>(c); 77 ASSERT(static_cast<unsigned char>(*s2) < 128); 100 ASSERT(static_cast<unsigned char>(source[pos]) < 128);
|
/external/chromium_org/third_party/re2/re2/testing/ |
re2_arg_test.cc | 60 static_cast<int64>(0xFFFFFFFF80000000LL), 74 { "-9223372036854775808", static_cast<int64>(0x8000000000000000LL), 78 { "9223372036854775808", static_cast<int64>(9223372036854775808ULL), 80 { "18446744073709551615", static_cast<int64>(18446744073709551615ULL),
|
/external/chromium_org/third_party/skia/include/utils/win/ |
SkTScopedComPtr.h | 46 return static_cast<SkBlockComRef<T>*>(fPtr);
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrCacheID.cpp | 33 return static_cast<Domain>(domain);
|
/external/chromium_org/third_party/skia/src/image/ |
SkImage_Picture.cpp | 65 return static_cast<SkImage_Picture*>(pictureImage)->getPicture();
|
/external/chromium_org/third_party/skia/src/ports/ |
SkOSFile_posix.cpp | 58 size_t fileSize = static_cast<size_t>(status.st_size);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
sampler.cc | 67 log_table_[i] = (log(1.0 + static_cast<double>(i+0.5)/(1<<kFastlogNumBits)) 82 rnd_ = static_cast<uint32_t>(reinterpret_cast<uintptr_t>(this)); 119 double q = static_cast<uint32_t>(rnd_ >> (prng_mod_power - 26)) + 1.0; 126 return static_cast<size_t>(min(0.0, (FastLog2(q) - 26)) * (-log(2.0)
|
Completed in 436 milliseconds
<<81828384858687888990>>