HomeSort by relevance Sort by last modified time
    Searched full:static_cast (Results 1051 - 1075 of 12288) sorted by null

<<41424344454647484950>>

  /external/chromium_org/chrome/browser/autofill/
autocheckout_whitelist_manager_factory.cc 53 static_cast<WhitelistManagerService*>(
78 new WhitelistManagerServiceImpl(static_cast<Profile*>(profile));
personal_data_manager_factory.cc 55 static_cast<PersonalDataManagerService*>(
83 new PersonalDataManagerServiceImpl(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/chromeos/drive/
fileapi_worker_unittest.cc 54 base::Bind(&GetFileSystem, static_cast<FileSystemInterface*>(NULL)),
61 base::Bind(&GetFileSystem, static_cast<FileSystemInterface*>(NULL)),
  /external/chromium_org/chrome/browser/chromeos/settings/
owner_key_util.cc 46 if (file_size > static_cast<int64>(std::numeric_limits<int>::max())) {
51 int32 safe_file_size = static_cast<int32>(file_size);
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry_factory.cc 22 return static_cast<ProtocolHandlerRegistry*>(
60 static_cast<Profile*>(profile), new ProtocolHandlerRegistry::Delegate());
  /external/chromium_org/chrome/browser/devtools/adb/
android_rsa.cc 65 return static_cast<uint32>(x);
97 carry_over += static_cast<uint64>(a[i]) + b[i];
107 carry_over += static_cast<uint64>(a[i]) * b;
117 int64 sub = static_cast<int64>(a[i]) - b[i] - carry_over;
123 a[i] = static_cast<uint32>(sub);
149 uint32* t = BnMul(b, static_cast<uint32>(guess));
180 uint32 value = static_cast<uint32>(
181 BnGuess(ca, shifted_b, 0, static_cast<uint64>(kuint32max) + 1));
  /external/chromium_org/chrome/browser/history/
web_history_service_factory.cc 42 return static_cast<history::WebHistoryService*>(
50 Profile* profile = static_cast<Profile*>(context);
  /external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service_factory.cc 43 return static_cast<UserPolicySigninService*>(
55 return new UserPolicySigninService(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/prerender/
prerender_manager_factory.cc 34 return static_cast<PrerenderManager*>(
65 static_cast<Profile*>(profile), g_browser_process->prerender_tracker());
  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service_factory.cc 26 return static_cast<SyncFileSystemService*>(
53 Profile* profile = static_cast<Profile*>(context);
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
alternate_nav_infobar_controller.mm 28 static_cast<AlternateNavInfoBarDelegate*>(delegate_);
53 static_cast<AlternateNavInfoBarDelegate*>(delegate_);
  /external/chromium_org/chrome/browser/ui/gtk/
chrome_browser_main_extra_parts_gtk.cc 44 static_cast<GtkDialogFlags>(0),
71 static_cast<GtkDialogFlags>(0),
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_menu_controller.cc 38 static_cast<TabStripModel::ContextMenuCommand>(command_id),
64 static_cast<TabStripModel::ContextMenuCommand>(command_id), tab_);
  /external/chromium_org/chrome/browser/ui/search/
instant_ipc_sender.cc 95 static_cast<InstantIPCSender*>(new IncognitoInstantIPCSenderImpl()) :
96 static_cast<InstantIPCSender*>(new InstantIPCSenderImpl()));
  /external/chromium_org/chrome/common/
automation_messages.cc 46 : type(static_cast<int>(ui::MenuModel::TYPE_COMMAND)),
59 WriteParam(m, static_cast<int>(p.items[i].type));
65 if (p.items[i].type == static_cast<int>(ui::MenuModel::TYPE_SUBMENU)) {
92 if (item.type == static_cast<int>(ui::MenuModel::TYPE_SUBMENU)) {
140 WriteParam(m, static_cast<int>(p.type()));
143 m->WriteData(p.bytes(), static_cast<int>(p.bytes_length()));
240 WriteParam(m, static_cast<int>(p.status()));
250 r->set_status(static_cast<net::URLRequestStatus::Status>(status));
  /external/chromium_org/components/webdata/encryptor/
encryptor_win.cc 33 input.cbData = static_cast<DWORD>(plaintext.length());
54 input.cbData = static_cast<DWORD>(ciphertext.length());
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_geolocation_permission_context.cc 55 static_cast<WebContentsImpl*>(rvh->GetDelegate()->GetAsWebContents());
87 static_cast<WebContentsImpl*>(rvh->GetDelegate()->GetAsWebContents());
browser_plugin_message_filter.cc 61 RenderProcessHostImpl* host = static_cast<RenderProcessHostImpl*>(
67 return static_cast<BrowserPluginGuestManager*>(
  /external/chromium_org/content/browser/renderer_host/
gtk_plugin_container.cc 38 static_cast<GClassInitFunc>(&ClassInit),
46 static_cast<GTypeFlags>(0));
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_udp_unittest.cc 62 static_cast<int>(incoming_packets_.front().second.size()), buf_len);
95 int size = std::min(recv_size_, static_cast<int>(data.size()));
161 MatchMessage(static_cast<uint32>(P2PMsg_OnSocketCreated::ID))))
190 MatchMessage(static_cast<uint32>(P2PMsg_OnSendComplete::ID))))
216 MatchMessage(static_cast<uint32>(P2PMsg_OnError::ID))))
239 MatchMessage(static_cast<uint32>(P2PMsg_OnSendComplete::ID))))
262 MatchMessage(static_cast<uint32>(P2PMsg_OnSendComplete::ID))))
287 MatchMessage(static_cast<uint32>(P2PMsg_OnError::ID))))
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_truetype_font_list_linux.cc 49 desc.weight = static_cast<PP_TrueTypeFontWeight_Dev>(
51 desc.width = static_cast<PP_TrueTypeFontWidth_Dev>(
  /external/chromium_org/content/browser/web_contents/
web_contents_delegate_unittest.cc 23 scoped_ptr<WebContentsImpl> contents_a(static_cast<WebContentsImpl*>(
25 scoped_ptr<WebContentsImpl> contents_b(static_cast<WebContentsImpl*>(
  /external/chromium_org/content/renderer/pepper/
ppb_widget_impl.cc 42 static_cast<PPB_ImageData_Impl*>(enter.object()));
71 const PPP_Widget_Dev* widget = static_cast<const PPP_Widget_Dev*>(
  /external/chromium_org/crypto/
secure_hash_openssl.cc 34 SHA256_Update(&ctx_, static_cast<const unsigned char*>(input), len);
39 static_cast<unsigned char*>(output), len);
symmetric_key_openssl.cc 38 int rv = RAND_bytes(key_data, static_cast<int>(key_size_in_bytes));
62 static_cast<int>(key_size_in_bytes),

Completed in 640 milliseconds

<<41424344454647484950>>