Searched refs:saved_cursor (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Daddress_field.cc30 size_t saved_cursor = scanner->SaveCursor(); local
93 scanner->RewindTo(saved_cursor);
H A Dcredit_card_field.cc32 size_t saved_cursor = scanner->SaveCursor(); local
178 scanner->RewindTo(saved_cursor);
221 scanner->RewindTo(saved_cursor);
/external/ceres-solver/internal/ceres/
H A Dcompressed_row_sparse_matrix.cc523 const int saved_cursor = cursor; local
526 cursor = saved_cursor;

Completed in 211 milliseconds