OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:static_cast
(Results
2851 - 2875
of
12288
) sorted by null
<<
111
112
113
114
115
116
117
118
119
120
>>
/external/chromium_org/cloud_print/gcp20/prototype/
x_privet_token.cc
40
return GenerateXTokenWithTime(
static_cast
<uint64>(Time::Now().ToTimeT()));
/external/chromium_org/components/autofill/content/browser/
autocheckout_request_manager.cc
35
return
static_cast
<AutocheckoutRequestManager*>(
/external/chromium_org/content/browser/geolocation/
wifi_data_provider_common_win.cc
37
for (int i = 0; i <
static_cast
<int>(bss_id_list.NumberOfItems); ++i) {
/external/chromium_org/content/browser/renderer_host/media/
audio_input_sync_writer.cc
34
uint8* ptr =
static_cast
<uint8*>(shared_memory_->memory());
/external/chromium_org/content/browser/renderer_host/
text_input_client_message_filter.mm
46
if (index ==
static_cast
<size_t>(-1)) {
/external/chromium_org/content/child/appcache/
appcache_dispatcher.cc
64
host_id,
static_cast
<appcache::LogLevel>(log_level), message);
/external/chromium_org/content/child/npapi/
plugin_stream_win.cc
31
return
static_cast
<size_t>(bytes);
/external/chromium_org/content/public/browser/
notification_details.h
56
T* ptr() const { return
static_cast
<T*>(const_cast<void*>(ptr_)); }
notification_source.h
54
T* ptr() const { return
static_cast
<T*>(const_cast<void*>(ptr_)); }
/external/chromium_org/content/renderer/browser_plugin/
mock_browser_plugin_manager.cc
64
static_cast
<IPC::SyncMessage*>(msg)->GetReplyDeserializer());
/external/chromium_org/content/renderer/java/
java_bridge_channel.cc
17
return
static_cast
<JavaBridgeChannel*>(NPChannelBase::GetChannel(
/external/chromium_org/content/renderer/media/
peer_connection_handler_base.cc
22
static_cast
<MediaStreamExtraData*>(stream.extraData());
webcontentdecryptionmodulesession_impl.cc
69
client_->keyError(
static_cast
<Client::MediaKeyErrorCode>(error_code),
/external/chromium_org/content/renderer/pepper/
ppb_graphics_3d_impl.cc
231
static_cast
<PPB_Graphics3D_Shared*>(share_context)->gles2_impl();
248
static_cast
<PPB_Graphics3D_Impl*>(share_context);
255
const WebPreferences& prefs =
static_cast
<RenderViewImpl*>(plugin_instance->
333
static_cast
<const PPP_Graphics3D*>(
ppb_image_data_impl.cc
57
if (
static_cast
<int64>(width) *
static_cast
<int64>(height) >=
220
*handle =
static_cast
<intptr_t>(dib_->handle());
222
*handle =
static_cast
<intptr_t>(dib_->handle().fd);
/external/chromium_org/content/renderer/
render_view_impl_android.cc
21
return
static_cast
<cc::TopControlsState>(state);
render_view_mouse_lock_dispatcher.cc
45
static_cast
<MouseLockDispatcher*>(this),
renderer_date_time_picker.cc
68
static_cast
<ui::TextInputType>(value.dialog_type),
/external/chromium_org/content/test/
accessibility_browser_test_utils.cc
29
view_host_ =
static_cast
<RenderViewHostImpl*>(
/external/chromium_org/content/test/plugin/
plugin_npobject_identity_test.cc
21
delete
static_cast
<NPThingy*>(npobject);
/external/chromium_org/courgette/
region.h
24
: start_(
static_cast
<const uint8*>(start)),
/external/chromium_org/google_apis/cup/
client_update_protocol_nss.cc
35
spki_item.len =
static_cast
<unsigned int>(public_key.size());
/external/chromium_org/gpu/command_buffer/service/
common_decoder.cc
74
return
static_cast
<int8*>(buffer.ptr) + offset;
111
return
static_cast
<RETURN_TYPE>(const_cast<void*>(AddressAfterStruct(pod)));
143
unsigned int info_arg_count =
static_cast
<unsigned int>(info.arg_count);
153
*
static_cast
<const cmd::name*>(cmd_data)); \
/external/chromium_org/gpu/command_buffer/tests/
gl_readback_unittests.cc
74
unsigned char *data =
static_cast
<unsigned char *>(
/external/chromium_org/media/audio/mac/
audio_device_listener_mac.cc
40
static_cast
<AudioDeviceListenerMac*>(context)->listener_cb_.Run();
Completed in 1082 milliseconds
<<
111
112
113
114
115
116
117
118
119
120
>>