HomeSort by relevance Sort by last modified time
    Searched full:temp_list (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/
jumplist_win.cc 308 ShellLinkItemList temp_list; local
330 &temp_list, kRecentlyClosedCount); local
333 &temp_list, kRecentlyClosedCount); local
336 // Lock recently_closed_pages and copy temp_list into it.
339 recently_closed_pages_ = temp_list;
  /external/lldb/source/Breakpoint/
Breakpoint.cpp 492 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/lldb/source/API/
SBCommandInterpreter.cpp 176 SBStringList temp_list (&lldb_matches);
177 matches.AppendList (temp_list);
  /external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
SDL_dspvideo.c 341 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));
    [all...]
  /external/chromium_org/chrome/utility/importer/
firefox_importer.cc 559 BookmarkList temp_list; local
572 temp_list.push_back(item);
578 for (BookmarkList::iterator i = temp_list.begin();
579 i != temp_list.end(); ++i) {
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js     [all...]

Completed in 203 milliseconds