Searched defs:temp_list (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/
H A Djumplist_win.cc312 ShellLinkItemList temp_list; local
334 &temp_list, kRecentlyClosedCount); local
337 &temp_list, kRecentlyClosedCount); local
340 // Lock recently_closed_pages and copy temp_list into it.
343 recently_closed_pages_ = temp_list;
/external/chromium_org/chrome/utility/importer/
H A Dfirefox_importer.cc714 BookmarkList temp_list; local
727 temp_list.push_back(item);
733 for (BookmarkList::iterator i = temp_list.begin();
734 i != temp_list.end(); ++i) {
/external/chromium_org/net/socket/
H A Dssl_client_socket_pool.cc152 SSLPendingSocketsAndCallbacks temp_list; local
153 temp_list.swap(pending_sockets_and_callbacks_);
156 RunAllCallbacks(temp_list);
/external/lldb/source/Breakpoint/
H A DBreakpoint.cpp492 ModuleList temp_list; local
493 temp_list.Append (new_module_sp);
494 ModulesChanged (temp_list, true);
501 temp_list.Clear();
502 temp_list.Append (old_module_sp);
503 ModulesChanged (temp_list, false, true);
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
H A DSDL_dspvideo.c341 SDL_Rect temp_list [16]; local
366 for ( i = 0; i < SDL_arraysize(temp_list); i++ ) {
370 temp_list [i].x = 0 | attributes.displayBestDepth;
371 temp_list [i].y = 0;
372 temp_list [i].w = width;
373 temp_list [i].h = height;
391 temp_list [i].x |= attributes.displayBestDepth;
404 SDL_memcpy (mode_list [j], &(temp_list [j]), sizeof (SDL_Rect));

Completed in 165 milliseconds