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

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDOMWindowFileSystem.cpp65 FileSystemType fileSystemType = static_cast<FileSystemType>(type);
98 COMPILE_ASSERT(static_cast<int>(DOMWindowFileSystem::TEMPORARY) == static_cast<int>(FileSystemTypeTemporary), enum_mismatch); member in namespace:WebCore
99 COMPILE_ASSERT(static_cast<int>(DOMWindowFileSystem::PERSISTENT) == static_cast<int>(FileSystemTypePersistent), enum_mismatch); member in namespace:WebCore
H A DWorkerGlobalScopeFileSystem.cpp56 FileSystemType fileSystemType = static_cast<FileSystemType>(type);
73 FileSystemType fileSystemType = static_cast<FileSystemType>(type);
130 COMPILE_ASSERT(static_cast<int>(WorkerGlobalScopeFileSystem::TEMPORARY) == static_cast<int>(FileSystemTypeTemporary), enum_mismatch); member in namespace:WebCore
131 COMPILE_ASSERT(static_cast<int>(WorkerGlobalScopeFileSystem::PERSISTENT) == static_cast<int>(FileSystemTypePersistent), enum_mismatch); member in namespace:WebCore
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_damage.cc295 layer_tree_host()->CompositeAndReadback(static_cast<void*>(&pixels), variable
H A Dlayer_tree_host_unittest.cc197 switch (static_cast<Properties>(index_)) {
214 switch (static_cast<Properties>(index_)) {
1482 TestWebGraphicsContext3D* context = static_cast<TestWebGraphicsContext3D*>(
1524 TestWebGraphicsContext3D* context = static_cast<TestWebGraphicsContext3D*>(
1561 TestWebGraphicsContext3D* context = static_cast<TestWebGraphicsContext3D*>(
1684 TestWebGraphicsContext3D* context = static_cast<TestWebGraphicsContext3D*>(
1775 TestWebGraphicsContext3D* context = static_cast<TestWebGraphicsContext3D*>(
1850 layer_tree_host()->CompositeAndReadback(static_cast<void*>(&pixels), variable
2039 static_cast<EvictionTestLayerImpl*>(layer_impl);
3046 static_cast<FakePictureLayerImp
[all...]
/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Dpepper_output_protection_message_filter.cc35 static_cast<int>(PP_OUTPUT_PROTECTION_LINK_TYPE_PRIVATE_NONE) ==
36 static_cast<int>(chromeos::OUTPUT_TYPE_NONE), member in namespace:chrome::__anon5814
39 static_cast<int>(PP_OUTPUT_PROTECTION_LINK_TYPE_PRIVATE_UNKNOWN) ==
40 static_cast<int>(chromeos::OUTPUT_TYPE_UNKNOWN), member in namespace:chrome::__anon5814
43 static_cast<int>(PP_OUTPUT_PROTECTION_LINK_TYPE_PRIVATE_INTERNAL) ==
44 static_cast<int>(chromeos::OUTPUT_TYPE_INTERNAL), member in namespace:chrome::__anon5814
47 static_cast<int>(PP_OUTPUT_PROTECTION_LINK_TYPE_PRIVATE_VGA) ==
48 static_cast<int>(chromeos::OUTPUT_TYPE_VGA), member in namespace:chrome::__anon5814
51 static_cast<int>(PP_OUTPUT_PROTECTION_LINK_TYPE_PRIVATE_HDMI) ==
52 static_cast<in member in namespace:chrome::__anon5814
56 static_cast<int>(chromeos::OUTPUT_TYPE_DVI), member in namespace:chrome::__anon5814
60 static_cast<int>(chromeos::OUTPUT_TYPE_DISPLAYPORT), member in namespace:chrome::__anon5814
64 static_cast<int>(chromeos::OUTPUT_TYPE_NETWORK), member in namespace:chrome::__anon5814
68 static_cast<int>(chromeos::OUTPUT_PROTECTION_METHOD_NONE), member in namespace:chrome::__anon5814
72 static_cast<int>(chromeos::OUTPUT_PROTECTION_METHOD_HDCP), member in namespace:chrome::__anon5814
[all...]
/external/chromium_org/ui/message_center/views/
H A Dbounded_label.cc150 if (lines > 0 && wrapped.size() > static_cast<unsigned int>(lines)) { function
/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/chromium_org/content/renderer/pepper/
H A Devent_conversion.cc45 COMPILE_ASSERT(static_cast<int>(PP_INPUTEVENT_MODIFIER_SHIFTKEY) ==
46 static_cast<int>(WebInputEvent::ShiftKey), member in namespace:content::__anon8516
48 COMPILE_ASSERT(static_cast<int>(PP_INPUTEVENT_MODIFIER_CONTROLKEY) ==
49 static_cast<int>(WebInputEvent::ControlKey), member in namespace:content::__anon8516
51 COMPILE_ASSERT(static_cast<int>(PP_INPUTEVENT_MODIFIER_ALTKEY) ==
52 static_cast<int>(WebInputEvent::AltKey), member in namespace:content::__anon8516
54 COMPILE_ASSERT(static_cast<int>(PP_INPUTEVENT_MODIFIER_METAKEY) ==
55 static_cast<int>(WebInputEvent::MetaKey), member in namespace:content::__anon8516
57 COMPILE_ASSERT(static_cast<int>(PP_INPUTEVENT_MODIFIER_ISKEYPAD) ==
58 static_cast<in member in namespace:content::__anon8516
61 static_cast<int>(WebInputEvent::IsAutoRepeat), member in namespace:content::__anon8516
64 static_cast<int>(WebInputEvent::LeftButtonDown), member in namespace:content::__anon8516
67 static_cast<int>(WebInputEvent::MiddleButtonDown), member in namespace:content::__anon8516
70 static_cast<int>(WebInputEvent::RightButtonDown), member in namespace:content::__anon8516
73 static_cast<int>(WebInputEvent::CapsLockOn), member in namespace:content::__anon8516
76 static_cast<int>(WebInputEvent::NumLockOn), member in namespace:content::__anon8516
79 static_cast<int>(WebInputEvent::IsLeft), member in namespace:content::__anon8516
82 static_cast<int>(WebInputEvent::IsRight), member in namespace:content::__anon8516
[all...]
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp73 #define static_cast macro
158 static_cast

Completed in 714 milliseconds