HomeSort by relevance Sort by last modified time
    Searched defs:next_id (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium/chrome/browser/sessions/
session_id.cc 7 static SessionID::id_type next_id = 1; variable
10 id_ = next_id++;
  /external/chromium_org/chrome/renderer/extensions/
id_generator_custom_bindings.cc 22 static int32_t next_id = 0; local
23 ++next_id;
26 if (next_id == 0)
27 next_id = 1;
28 args.GetReturnValue().Set(next_id);
  /external/chromium_org/chrome/browser/sessions/
session_id.cc 9 static SessionID::id_type next_id = 1; variable
12 id_ = next_id++;
  /external/chromium_org/android_webview/browser/
aw_download_manager_delegate.cc 45 static uint32 next_id = content::DownloadItem::kInvalidId + 1; local
46 callback.Run(next_id++);
  /external/chromium_org/chrome/browser/android/
resource_mapper.cc 39 int next_id = 0; local
41 #define DEFINE_RESOURCE_ID(c_id,java_id) g_id_map.Get()[c_id] = next_id++;
  /external/chromium_org/ash/shelf/
shelf_model.h 60 LauncherID next_id() const { return next_id_; } function in class:ash::ShelfModel
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
compute_memory_pool.h 49 int64_t next_id; ///For generating unique IDs for memory chunks member in struct:compute_memory_pool
  /external/mesa3d/src/gallium/drivers/r600/
compute_memory_pool.h 49 int64_t next_id; ///For generating unique IDs for memory chunks member in struct:compute_memory_pool
  /external/chromium_org/gpu/command_buffer/service/
gpu_control_service.cc 51 static int32 next_id = 1; local
52 *id = next_id++;
command_buffer_service.cc 137 static int32 next_id = 1; local
138 *id = next_id++;
  /external/chromium/chrome/browser/net/
passive_log_collector_unittest.cc 215 uint32 next_id = 0; local
216 NetLog::Source stream_job_source(NetLog::SOURCE_HTTP_STREAM_JOB, next_id++);
217 NetLog::Source url_request_source(NetLog::SOURCE_URL_REQUEST, next_id++);
318 NetLog::Source(NetLog::SOURCE_HTTP_STREAM_JOB, next_id++),
340 NetLog::Source(NetLog::SOURCE_URL_REQUEST, next_id++),
365 uint32 next_id = 0; local
366 NetLog::Source socket_source(NetLog::SOURCE_SOCKET, next_id++);
367 NetLog::Source stream_job_source(NetLog::SOURCE_HTTP_STREAM_JOB, next_id++);
416 NetLog::Source(NetLog::SOURCE_SOCKET, next_id++),
434 NetLog::Source(NetLog::SOURCE_HTTP_STREAM_JOB, next_id++)
    [all...]
  /external/chromium_org/android_webview/browser/renderer_host/
aw_render_view_host_ext.cc 41 static int next_id = 1; local
42 int this_id = next_id++;
  /external/chromium_org/content/shell/browser/
shell_download_manager_delegate.cc 104 static uint32 next_id = DownloadItem::kInvalidId + 1; local
105 callback.Run(next_id++);
  /external/chromium_org/third_party/mesa/src/src/glx/tests/
create_context_unittest.cpp 38 static uint32_t next_id; variable
70 return next_id++;
137 next_id = 99;
  /external/mesa3d/src/glx/tests/
create_context_unittest.cpp 38 static uint32_t next_id; variable
70 return next_id++;
137 next_id = 99;
  /external/chromium_org/chrome/browser/ui/app_list/
extension_app_item.cc 151 std::string prev_id, next_id; local
153 next_id = next->extension_id();
154 page = sorting->GetPageOrdinal(next_id);
161 // Only set |next_id| if on the same page, otherwise just insert after prev.
163 next_id = next->extension_id();
167 service->OnExtensionMoved(extension_id_, prev_id, next_id);
  /external/valgrind/main/coregrind/
m_stacks.c 93 static UWord next_id; /* Next id we hand out to a newly registered stack */ variable
191 i->id = next_id++;
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_icon_source.cc 125 static int next_id = 0; local
126 if (!ParseData(path, ++next_id, callback)) {
135 ExtensionIconRequest* request = GetData(next_id);
140 LoadIconFailed(next_id);
142 LoadExtensionImage(icon, next_id);
  /external/chromium_org/content/browser/download/
download_item_impl_unittest.cc 223 static uint32 next_id = DownloadItem::kInvalidId + 1; local
231 &delegate_, next_id++, *(info_.get()), net::BoundNetLog());
    [all...]
download_manager_impl.cc 263 static uint32 next_id = content::DownloadItem::kInvalidId + 1; local
264 callback.Run(next_id++);
  /external/chromium_org/remoting/host/setup/
me2me_native_messaging_host_unittest.cc 435 int next_id = 0; local
437 message.SetInteger("id", next_id++);
441 message.SetInteger("id", next_id++);
445 message.SetInteger("id", next_id++);
452 message.SetInteger("id", next_id++);
456 message.SetInteger("id", next_id++);
460 message.SetInteger("id", next_id++);
464 message.SetInteger("id", next_id++);
468 message.SetInteger("id", next_id++);
476 message.SetInteger("id", next_id++)
    [all...]
  /external/chromium_org/sync/syncable/
directory.h 117 int64 next_id; member in struct:syncer::syncable::Directory::PersistedKernelInfo
  /external/chromium_org/net/http/
http_pipelined_connection_impl.cc 433 int next_id = request_order_.front(); local
434 CHECK(ContainsKey(stream_info_map_, next_id));
435 switch (stream_info_map_[next_id].state) {
438 active_read_id_ = next_id;
454 << stream_info_map_[next_id].state;
  /external/chromium_org/remoting/host/it2me/
it2me_native_messaging_host_unittest.cc 474 int next_id = 0; local
477 connect_message.SetInteger("id", ++next_id);
486 VerifyConnectResponses(next_id);
489 disconnect_message.SetInteger("id", ++next_id);
493 VerifyDisconnectResponses(next_id);
498 int next_id = 0; local
500 message.SetInteger("id", ++next_id);
504 VerifyHelloResponse(next_id);
  /external/chromium/chrome/browser/ui/views/
wrench_menu.cc 575 int next_id = 1; local
576 PopulateMenu(root_.get(), model, &next_id);
650 int* next_id) {
656 AppendMenuItem(parent, model, index, model->GetTypeAt(index), next_id);
659 PopulateMenu(item, model->GetSubmenuModelAt(index), next_id);
686 int* next_id) {
687 int id = (*next_id)++;

Completed in 1847 milliseconds

1 2