HomeSort by relevance Sort by last modified time
    Searched refs:next_iter (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/dbus/
dbus_statistics.cc 197 StatSet::const_iterator next_iter = ++iter; local
204 if (next_iter != stats.end() &&
205 (*next_iter)->service == stat->service &&
206 (show < SHOW_INTERFACE || (*next_iter)->interface == stat->interface) &&
207 (show < SHOW_METHOD || (*next_iter)->method == stat->method))
  /external/chromium_org/chrome/browser/ui/panels/
docked_panel_collection.cc 210 Panels::iterator next_iter = iter; local
211 next_iter++;
212 Panel* next_panel = (next_iter == panels_.end()) ? NULL : *iter;
  /external/chromium_org/ui/base/clipboard/
clipboard_gtk.cc 234 ObjectMap::const_iterator next_iter = text_iter; local
235 WriteObjects(BUFFER_SELECTION, ObjectMap(text_iter, ++next_iter));

Completed in 150 milliseconds