Searched defs:last_id (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/content/common/gpu/
H A Dgpu_channel_manager.cc84 static int last_id = 0; local
85 return ++last_id;
/external/chromium_org/content/plugin/
H A Dplugin_channel.cc195 static int last_id = 0; local
196 return ++last_id;
/external/chromium_org/ui/message_center/
H A Dmessage_center_impl_unittest.cc212 const std::string& last_id() const { return last_id_; } function in class:message_center::internal::MockPopupTimersController
306 EXPECT_EQ(popup_timers_controller->last_id(), "test2");
324 EXPECT_EQ(popup_timers_controller->last_id(), "test3");
344 EXPECT_EQ(popup_timers_controller->last_id(), "test");
/external/chromium_org/net/spdy/
H A Dspdy_priority_forest.h319 NodeId last_id = node_id; local
322 last_id = last->child;
323 DCHECK(NodeExists(last_id));
324 last = &all_nodes_[last_id];
/external/chromium_org/third_party/ots/src/
H A Dcmap.cc613 uint32_t last_id = 0; local
626 if ((i != 0) && (last_id >= current_id)) {
629 last_id = current_id;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dmediastreamsignaling.cc210 int& last_id = (role == talk_base::SSL_CLIENT) ? local
214 last_id += 2;
215 } while (last_id <= static_cast<int>(cricket::kMaxSctpSid) &&
216 !IsSctpSidAvailable(last_id));
218 if (last_id > static_cast<int>(cricket::kMaxSctpSid)) {
222 *sid = last_id;
/external/chromium_org/ui/aura/test/
H A Devent_generator.cc388 int last_id = 0; local
393 while (last_id < count &&
394 !pressed[last_id] &&
395 move_time >= press_time[last_id]) {
397 points[last_id],
398 last_id,
399 press_time[last_id]);
401 pressed[last_id] = true;
402 last_id++;
407 if (i >= last_id)
[all...]
/external/chromium_org/ash/shelf/
H A Dshelf_view_unittest.cc681 ShelfID last_id = AddPlatformApp(); local
686 gfx::Rect last_bounds = shelf_view_->GetIdealBoundsOfItemIcon(last_id);
/external/chromium_org/sync/engine/
H A Dsyncer_unittest.cc2826 syncable::Id last_id = parent_id; local
2837 mock_server_->AddUpdateDirectory(next_id, last_id, "BOB", 2, 20,
2840 last_id = next_id;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/nestegg/src/
H A Dnestegg.c284 uint64_t last_id; member in struct:saved_state
300 uint64_t last_id; member in struct:nestegg
840 s->last_id = ctx->last_id;
855 ctx->last_id = s->last_id;
868 *id = ctx->last_id;
874 r = ne_read_id(ctx->io, &ctx->last_id, NULL);
883 *id = ctx->last_id;
1948 if (!ne_is_suspend_element(ctx->last_id))
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-heap-profiler.cc1046 v8::SnapshotObjectId last_id; local
1047 CHECK_EQ(0, GetHeapStatsUpdate(heap_profiler, &last_id).updates_written());
1048 CHECK_EQ_SNAPSHOT_OBJECT_ID(additional_string_id, last_id);
/external/libvpx/libvpx/third_party/nestegg/src/
H A Dnestegg.c284 uint64_t last_id; member in struct:saved_state
300 uint64_t last_id; member in struct:nestegg
840 s->last_id = ctx->last_id;
855 ctx->last_id = s->last_id;
868 *id = ctx->last_id;
874 r = ne_read_id(ctx->io, &ctx->last_id, NULL);
883 *id = ctx->last_id;
1948 if (!ne_is_suspend_element(ctx->last_id))
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc1817 GLuint last_id; local
1837 last_id = texture_ref->service_id();
1839 last_id = 0;
1842 glBindTexture(target, last_id);

Completed in 549 milliseconds