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

  /external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper.cc 125 history::QueryResults owned_results; local
126 results->Swap(&owned_results);
127 bool too_much_history = owned_results.size() >= max_entries;
130 << owned_results.size() << " history entries";
  /external/ceres-solver/include/ceres/
gradient_checker.h 113 internal::scoped_ptr<GradientCheckResults> owned_results; local
115 owned_results.reset(new GradientCheckResults);
116 results = owned_results.get();

Completed in 50 milliseconds