Home
last modified time | relevance | path

Searched refs:global_id (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/content/common/gpu/client/
Dgpu_memory_buffer_impl_ozone_native_buffer.cc60 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()
Dgpu_memory_buffer_impl_io_surface.cc62 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/
Dgpu_memory_buffer_factory_mac.cc26 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()
Dgpu_memory_buffer_factory_x11.cc25 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()
Dgpu_memory_buffer_factory_ozone.cc26 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()
Dgpu_channel_manager.cc64 handle.global_id.primary_id, in OnCreateGpuMemoryBuffer()
66 handle.global_id.secondary_id); in OnCreateGpuMemoryBuffer()
Dgpu_memory_buffer_factory_io_surface.cc70 handle.global_id = id; in CreateGpuMemoryBuffer()
/external/chromium_org/content/browser/android/
Ddownload_controller_android_impl.cc90 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 …]
Ddownload_controller_android_impl.h93 void PrepareDownloadInfo(const GlobalRequestID& global_id,
97 const GlobalRequestID& global_id,
101 const GlobalRequestID& global_id);
/external/chromium_org/content/browser/loader/
Dcross_site_resource_handler.cc234 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/
Dhistory_delete_directive_specifics.proto31 repeated int64 global_id = 1; field
35 // if one of them matches a |global_id|.
Dsession_specifics.proto122 optional int64 global_id = 15; field
Dproto_value_conversions.cc209 SET_INT64(global_id); in TabNavigationToValue()
255 SET_INT64_REP(global_id); in GlobalIdDirectiveToValue()
/external/chromium_org/ui/gfx/
Dgpu_memory_buffer.h54 GpuMemoryBufferId global_id; member
/external/chromium_org/content/common/
Dchild_process_messages.h78 IPC_STRUCT_TRAITS_MEMBER(global_id)
/external/chromium_org/chrome/browser/history/
Ddelete_directive_handler.cc70 base::Time::FromInternalValue(global_id_directive.global_id(i))); in GetTimesFromGlobalIds()
/external/chromium_org/components/sessions/
Dserialized_navigation_entry_unittest.cc281 EXPECT_EQ(kTimestamp.ToInternalValue(), sync_data.global_id()); in TEST()
/external/chromium_org/content/renderer/
Drender_thread_impl.cc1280 handle.global_id))); in AllocateGpuMemoryBuffer()
1283 handle.type, handle.global_id)); in AllocateGpuMemoryBuffer()