Searched defs:static_cast (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page.cc452 if (element_index >= static_cast<int>(unsafe_resources_.size())) {
444 DCHECK(colon_index < command.size() - 1); bool result = base::StringToInt(command.begin() + colon_index + 1, command.end(), &element_index); command = command.substr(0, colon_index); DCHECK(result); } if (element_index >= static_cast<int>(unsafe_resources_.size())) argument
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp73 #define static_cast macro
158 static_cast
/external/webkit/Source/WebCore/workers/
H A DWorkerContext.cpp97 WorkerContext* workerContext = static_cast<WorkerContext*>(context);
360 AsyncFileSystem::Type fileSystemType = static_cast<AsyncFileSystem::Type>(type);
377 AsyncFileSystem::Type fileSystemType = static_cast<AsyncFileSystem::Type>(type);
435 COMPILE_ASSERT(static_cast<int>(WorkerContext::TEMPORARY) == static_cast<int>(AsyncFileSystem::Temporary), enum_mismatch); member in namespace:WebCore
436 COMPILE_ASSERT(static_cast<int>(WorkerContext::PERSISTENT) == static_cast<int>(AsyncFileSystem::Persistent), enum_mismatch); member in namespace:WebCore
437 COMPILE_ASSERT(static_cast<int>(WorkerContext::EXTERNAL) == static_cast<int>(AsyncFileSystem::External), enum_mismatch); member in namespace:WebCore
/external/webkit/Source/WebCore/page/
H A DDOMWindow.cpp758 AsyncFileSystem::Type fileSystemType = static_cast<AsyncFileSystem::Type>(type);
790 COMPILE_ASSERT(static_cast<int>(DOMWindow::EXTERNAL) == static_cast<int>(AsyncFileSystem::External), enum_mismatch); member in namespace:WebCore
792 COMPILE_ASSERT(static_cast<int>(DOMWindow::TEMPORARY) == static_cast<int>(AsyncFileSystem::Temporary), enum_mismatch); member in namespace:WebCore
793 COMPILE_ASSERT(static_cast<int>(DOMWindow::PERSISTENT) == static_cast<int>(AsyncFileSystem::Persistent), enum_mismatch); member in namespace:WebCore
920 Frame* activeFrame = static_cast<Document*>(context)->frame();
1074 return static_cast<int>(page->chrome()->windowRect().height());
1086 return static_cast<in
[all...]

Completed in 105 milliseconds