Searched
full:static_cast (Results
2451 -
2475 of
12288) sorted by null
<<919293949596979899100>>
/external/chromium_org/chrome/browser/chromeos/login/ |
language_list.cc | 61 DCHECK(static_cast<int>(locale_names_.size()) > index); 74 return static_cast<int>(i);
|
login_web_dialog.cc | 50 width_ = static_cast<int>(kDefaultWidthRatio * screen_bounds.width()); 51 height_ = static_cast<int>(kDefaultHeightRatio * screen_bounds.height());
|
/external/chromium_org/chrome/browser/extensions/api/dns/ |
dns_apitest.cc | 68 static_cast<base::DictionaryValue*>(result.get()); 95 static_cast<base::DictionaryValue*>(result.get());
|
/external/chromium_org/chrome/browser/extensions/api/ |
profile_keyed_api_factory.h | 64 return static_cast<T*>( 96 return new T(static_cast<Profile*>(profile));
|
/external/chromium_org/chrome/browser/extensions/api/socket/ |
udp_socket_unittest.cc | 60 EXPECT_EQ(static_cast<size_t>(1), groups.size()); 65 EXPECT_EQ(static_cast<size_t>(0), groups.size());
|
/external/chromium_org/chrome/browser/net/ |
probe_message.cc | 65 ret += static_cast<uint8>(*i); 94 DCHECK_LE(probe_size, static_cast<uint32>(probe_packet->ByteSize()));
|
/external/chromium_org/chrome/browser/performance_monitor/ |
startup_timer.cc | 119 static_cast<double>( 135 static_cast<double>(iter->ToInternalValue()))));
|
/external/chromium_org/chrome/browser/policy/ |
profile_policy_connector_factory.cc | 95 Profile* profile = static_cast<Profile*>(context); 105 ConnectorMap::iterator it = connectors_.find(static_cast<Profile*>(context));
|
/external/chromium_org/chrome/browser/profiles/ |
profile_loader_unittest.cc | 84 .WillRepeatedly(Return(static_cast<Profile*>(NULL))); 92 .WillOnce(Return(static_cast<Profile*>(NULL)))
|
/external/chromium_org/chrome/browser/speech/ |
tts_extension_loader_chromeos.cc | 28 return static_cast<TtsExtensionLoaderChromeOs*>( 55 return new TtsExtensionLoaderChromeOs(static_cast<Profile*>(profile));
|
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_factory.cc | 44 return static_cast<ProfileSyncService*>( 85 Profile* profile = static_cast<Profile*>(context);
|
/external/chromium_org/chrome/browser/themes/ |
theme_service_factory.cc | 28 return static_cast<ThemeService*>( 64 provider->Init(static_cast<Profile*>(profile));
|
/external/chromium_org/chrome/browser/ui/app_list/search/ |
search_controller.cc | 108 static_cast<app_list::ChromeSearchResult*>(result); 124 static_cast<app_list::ChromeSearchResult*>(result)->InvokeAction(
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
simple_grid_layout.h | 81 int num_rows() const { return static_cast<int>(rows_.size()); } 119 int num_columns() const { return static_cast<int>(columns_.size()); }
|
/external/chromium_org/chrome/browser/ui/views/ |
desktop_media_picker_views.cc | 226 static_cast<DesktopMediaSourceView*>(*i); 267 static_cast<DesktopMediaSourceView*>(*i); 308 static_cast<DesktopMediaSourceView*>(child_at(i)); 375 static_cast<DesktopMediaSourceView*>(child_at(new_index)); 378 new_selected = static_cast<DesktopMediaSourceView*>(child_at(0)); 403 static_cast<DesktopMediaSourceView*>(child_at(index)); 419 static_cast<DesktopMediaSourceView*>(child_at(index)); 426 static_cast<DesktopMediaSourceView*>(child_at(index));
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
global_menu_bar_registrar_x11.cc | 47 static_cast<GDBusProxyFlags>( 56 static_cast<GAsyncReadyCallback>(OnProxyCreatedThunk),
|
/external/chromium_org/chrome/browser/ui/views/omnibox/ |
touch_omnibox_popup_contents_view.cc | 90 TouchOmniboxResultView* child = static_cast<TouchOmniboxResultView*>(*i); 92 static_cast<TouchOmniboxResultView*>(*(i + 1));
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
core_app_launcher_handler.cc | 88 static_cast<extension_misc::AppLaunchBucket>(static_cast<int>(source));
|
/external/chromium_org/chrome/common/metrics/ |
entropy_provider.cc | 50 (*mapping)[i] = static_cast<uint16>(i); 109 static_cast<double>(low_entropy_source_max_);
|
entropy_provider_unittest.cc | 90 static_cast<uint16>(base::RandInt(0, kMaxLowEntropySize - 1)); 121 static_cast<uint16>(base::RandInt(0, kMaxLowEntropySize - 1)); 123 static_cast<double>(kMaxLowEntropySize); 153 const size_t bucket = static_cast<size_t>(kBucketCount * entropy_value); 168 static_cast<double>(i) / kBucketCount; 309 EXPECT_DOUBLE_EQ(2194 / static_cast<double>(kMaxLowEntropySize), 311 EXPECT_DOUBLE_EQ(5676 / static_cast<double>(kMaxLowEntropySize), 313 EXPECT_DOUBLE_EQ(1151 / static_cast<double>(kMaxLowEntropySize),
|
/external/chromium_org/chrome/installer/util/ |
set_reg_value_work_item.cc | 106 static_cast<DWORD>(value_.size()), type_); 143 static_cast<DWORD>(previous_value_.size()),
|
/external/chromium_org/chrome/renderer/ |
benchmarking_extension.cc | 82 args.GetReturnValue().Set(static_cast<int32_t>(counter)); 92 static_cast<double>(base::TimeTicks::HighResNow().ToInternalValue()));
|
/external/chromium_org/chrome/renderer/extensions/ |
object_backed_native_handler.cc | 54 static_cast<HandlerFunction*>( 88 delete static_cast<HandlerFunction*>(
|
runtime_custom_bindings.cc | 64 args.GetReturnValue().Set(static_cast<int32_t>(port_id)); 103 args.GetReturnValue().Set(static_cast<int32_t>(port_id));
|
/external/chromium_org/chrome/service/cloud_print/ |
printer_job_queue_handler.cc | 87 static_cast<int64>(pow( 88 static_cast<long double>(kJobWaitTimeExponentialMultiplier),
|
Completed in 1136 milliseconds
<<919293949596979899100>>