OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:owned_results
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper.cc
126
history::QueryResults
owned_results
;
local
127
results->Swap(&
owned_results
);
128
bool too_much_history =
owned_results
.size() >= max_entries;
131
<<
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 44 milliseconds