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

  /external/chromium_org/components/enhanced_bookmarks/
persistent_image_store.cc 216 const size_t kAttempts = 2;
219 for (size_t i = 0; i < kAttempts; ++i) {
  /external/chromium_org/chrome/browser/history/
top_sites_database.cc 368 const size_t kAttempts = 2;
370 for (size_t i = 0; i < kAttempts; ++i) {
thumbnail_database.cc 601 const size_t kAttempts = 2;
604 for (size_t i = 0; i < kAttempts; ++i) {
    [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.cc 289 const size_t kAttempts = 2;
295 for (size_t attempt = 0; !result && attempt < kAttempts; attempt++) {
    [all...]

Completed in 354 milliseconds