/external/chromium_org/content/common/gpu/client/ |
D | gpu_memory_buffer_impl_ozone_native_buffer.cc | 60 handle.global_id.primary_id = g_next_buffer_id.GetNext(); in Create() 61 handle.global_id.secondary_id = client_id; in Create() 79 handle.global_id.primary_id = g_next_buffer_id.GetNext(); in AllocateForChildProcess() 80 handle.global_id.secondary_id = child_client_id; in AllocateForChildProcess() 101 size, internalformat, callback, handle.global_id)); in CreateFromHandle() 151 handle.global_id = id_; in GetHandle()
|
D | gpu_memory_buffer_impl_io_surface.cc | 62 handle.global_id.primary_id = g_next_buffer_id.GetNext(); in Create() 63 handle.global_id.secondary_id = client_id; in Create() 81 handle.global_id.primary_id = g_next_buffer_id.GetNext(); in AllocateForChildProcess() 82 handle.global_id.secondary_id = child_client_id; in AllocateForChildProcess()
|
/external/chromium_org/content/common/gpu/ |
D | gpu_memory_buffer_factory_mac.cc | 26 handle.global_id, size, internalformat); in CreateGpuMemoryBuffer() 36 io_surface_factory_.DestroyGpuMemoryBuffer(handle.global_id); in DestroyGpuMemoryBuffer() 59 if (handle.global_id.secondary_id != client_id) in CreateImageForGpuMemoryBuffer() 63 handle.global_id, size, internalformat); in CreateImageForGpuMemoryBuffer()
|
D | gpu_memory_buffer_factory_x11.cc | 25 x11_pixmap_factory_.CreateGpuMemoryBuffer(handle.global_id, in CreateGpuMemoryBuffer() 37 x11_pixmap_factory_.DestroyGpuMemoryBuffer(handle.global_id); in DestroyGpuMemoryBuffer() 60 if (handle.global_id.secondary_id != client_id) in CreateImageForGpuMemoryBuffer() 64 handle.global_id, size, internalformat); in CreateImageForGpuMemoryBuffer()
|
D | gpu_memory_buffer_factory_ozone.cc | 26 handle.global_id, size, internalformat, usage) in CreateGpuMemoryBuffer() 38 ozone_buffer_factory_.DestroyGpuMemoryBuffer(handle.global_id); in DestroyGpuMemoryBuffer() 61 if (handle.global_id.secondary_id != client_id) in CreateImageForGpuMemoryBuffer() 65 handle.global_id, size, internalformat); in CreateImageForGpuMemoryBuffer()
|
D | gpu_channel_manager.cc | 64 handle.global_id.primary_id, in OnCreateGpuMemoryBuffer() 66 handle.global_id.secondary_id); in OnCreateGpuMemoryBuffer()
|
D | gpu_memory_buffer_factory_io_surface.cc | 70 handle.global_id = id; in CreateGpuMemoryBuffer()
|
/external/chromium_org/content/browser/android/ |
D | download_controller_android_impl.cc | 90 GlobalRequestID global_id(render_process_id, request_id); in CreateGETDownload() local 101 global_id, in CreateGETDownload() 107 const GlobalRequestID& global_id, in PrepareDownloadInfo() argument 112 ResourceDispatcherHostImpl::Get()->GetURLRequest(global_id); in PrepareDownloadInfo() 128 global_id)); in PrepareDownloadInfo() 130 DoLoadCookies(info_android, callback, global_id); in PrepareDownloadInfo() 140 const GlobalRequestID& global_id, const net::CookieList& cookie_list) { in CheckPolicyAndLoadCookies() argument 144 ResourceDispatcherHostImpl::Get()->GetURLRequest(global_id); in CheckPolicyAndLoadCookies() 152 DoLoadCookies(info, callback, global_id); in CheckPolicyAndLoadCookies() 160 const GlobalRequestID& global_id) { in DoLoadCookies() argument [all …]
|
D | download_controller_android_impl.h | 93 void PrepareDownloadInfo(const GlobalRequestID& global_id, 97 const GlobalRequestID& global_id, 101 const GlobalRequestID& global_id);
|
/external/chromium_org/content/browser/loader/ |
D | cross_site_resource_handler.cc | 234 GlobalRequestID global_id(info->GetChildID(), info->GetRequestID()); in OnNavigationTransitionResponseStarted() local 241 global_id, in OnNavigationTransitionResponseStarted() 349 GlobalRequestID global_id(info->GetChildID(), info->GetRequestID()); in StartCrossSiteTransition() local 364 request(), global_id.child_id); in StartCrossSiteTransition() 365 ResourceDispatcherHostImpl::Get()->MarkAsTransferredNavigation(global_id); in StartCrossSiteTransition() 373 global_id, in StartCrossSiteTransition()
|
/external/chromium_org/sync/protocol/ |
D | history_delete_directive_specifics.proto | 31 repeated int64 global_id = 1; field 35 // if one of them matches a |global_id|.
|
D | session_specifics.proto | 122 optional int64 global_id = 15; field
|
D | proto_value_conversions.cc | 209 SET_INT64(global_id); in TabNavigationToValue() 255 SET_INT64_REP(global_id); in GlobalIdDirectiveToValue()
|
/external/chromium_org/ui/gfx/ |
D | gpu_memory_buffer.h | 54 GpuMemoryBufferId global_id; member
|
/external/chromium_org/content/common/ |
D | child_process_messages.h | 78 IPC_STRUCT_TRAITS_MEMBER(global_id)
|
/external/chromium_org/chrome/browser/history/ |
D | delete_directive_handler.cc | 70 base::Time::FromInternalValue(global_id_directive.global_id(i))); in GetTimesFromGlobalIds()
|
/external/chromium_org/components/sessions/ |
D | serialized_navigation_entry_unittest.cc | 281 EXPECT_EQ(kTimestamp.ToInternalValue(), sync_data.global_id()); in TEST()
|
/external/chromium_org/content/renderer/ |
D | render_thread_impl.cc | 1280 handle.global_id))); in AllocateGpuMemoryBuffer() 1283 handle.type, handle.global_id)); in AllocateGpuMemoryBuffer()
|