/external/chromium_org/content/common/gpu/ |
gpu_memory_buffer_factory_mac.cc | 26 handle.global_id, size, internalformat); 36 io_surface_factory_.DestroyGpuMemoryBuffer(handle.global_id); 59 if (handle.global_id.secondary_id != client_id) 63 handle.global_id, size, internalformat);
|
gpu_memory_buffer_factory_ozone.cc | 26 handle.global_id, size, internalformat, usage) 38 ozone_buffer_factory_.DestroyGpuMemoryBuffer(handle.global_id); 61 if (handle.global_id.secondary_id != client_id) 65 handle.global_id, size, internalformat);
|
gpu_memory_buffer_factory_x11.cc | 25 x11_pixmap_factory_.CreateGpuMemoryBuffer(handle.global_id, 37 x11_pixmap_factory_.DestroyGpuMemoryBuffer(handle.global_id); 60 if (handle.global_id.secondary_id != client_id) 64 handle.global_id, size, internalformat);
|
gpu_memory_buffer_factory_io_surface.cc | 70 handle.global_id = id;
|
gpu_channel_manager.cc | 64 handle.global_id.primary_id, 66 handle.global_id.secondary_id);
|
/external/chromium_org/content/common/gpu/client/ |
gpu_memory_buffer_impl_ozone_native_buffer.cc | 60 handle.global_id.primary_id = g_next_buffer_id.GetNext(); 61 handle.global_id.secondary_id = client_id; 79 handle.global_id.primary_id = g_next_buffer_id.GetNext(); 80 handle.global_id.secondary_id = child_client_id; 101 size, internalformat, callback, handle.global_id)); 151 handle.global_id = id_;
|
gpu_memory_buffer_impl_io_surface.cc | 62 handle.global_id.primary_id = g_next_buffer_id.GetNext(); 63 handle.global_id.secondary_id = client_id; 81 handle.global_id.primary_id = g_next_buffer_id.GetNext(); 82 handle.global_id.secondary_id = child_client_id;
|
/external/chromium_org/content/browser/android/ |
download_controller_android_impl.h | 93 void PrepareDownloadInfo(const GlobalRequestID& global_id, 97 const GlobalRequestID& global_id, 101 const GlobalRequestID& global_id);
|
download_controller_android_impl.cc | 90 GlobalRequestID global_id(render_process_id, request_id); 101 global_id, 107 const GlobalRequestID& global_id, 112 ResourceDispatcherHostImpl::Get()->GetURLRequest(global_id); 128 global_id)); 130 DoLoadCookies(info_android, callback, global_id); 140 const GlobalRequestID& global_id, const net::CookieList& cookie_list) { 144 ResourceDispatcherHostImpl::Get()->GetURLRequest(global_id); 152 DoLoadCookies(info, callback, global_id); 160 const GlobalRequestID& global_id) { [all...] |
/external/chromium_org/content/browser/loader/ |
cross_site_resource_handler.cc | 234 GlobalRequestID global_id(info->GetChildID(), info->GetRequestID()); 241 global_id, 349 GlobalRequestID global_id(info->GetChildID(), info->GetRequestID()); 364 request(), global_id.child_id); 365 ResourceDispatcherHostImpl::Get()->MarkAsTransferredNavigation(global_id); 373 global_id,
|
/external/chromium_org/ui/gfx/ |
gpu_memory_buffer.h | 54 GpuMemoryBufferId global_id; member in struct:gfx::GpuMemoryBufferHandle
|
/external/chromium_org/content/common/ |
child_process_messages.h | 78 IPC_STRUCT_TRAITS_MEMBER(global_id)
|
/external/chromium_org/chrome/browser/history/ |
delete_directive_handler.cc | 70 base::Time::FromInternalValue(global_id_directive.global_id(i)));
|
/external/chromium_org/components/sessions/ |
serialized_navigation_entry_unittest.cc | 281 EXPECT_EQ(kTimestamp.ToInternalValue(), sync_data.global_id());
|
/external/chromium_org/content/renderer/ |
render_thread_impl.cc | [all...] |
/external/chromium_org/sync/protocol/ |
proto_value_conversions.cc | 209 SET_INT64(global_id); 255 SET_INT64_REP(global_id); [all...] |