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

  /external/chromium/chrome/browser/sync/util/
user_settings_win.cc 26 statement.bind_string(0, email);
27 statement.bind_string(1, service_name);
44 query.bind_string(0, service_name.c_str());
user_settings_posix.cc 35 statement.bind_string(0, email);
36 statement.bind_string(1, service_name);
52 query.bind_string(0, service_name.c_str());
user_settings.cc 169 statement.bind_string(0, Generate128BitRandomHexString());
297 query.bind_string(0, signin);
298 query.bind_string(1, primary_email);
309 statement.bind_string(0, signin);
310 statement.bind_string(1, primary_email);
321 statement.bind_string(0, signin);
322 statement.bind_string(1, primary_email);
338 query.bind_string(0, *signin);
368 statement.bind_string(0, email);
369 statement.bind_string(1, PASSWORD_HASH)
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store.cc 79 statement->bind_string(index++, entry.ref(static_cast<IdField>(i)).s_);
85 statement->bind_string(index++, entry.ref(static_cast<StringField>(i)));
391 update.bind_string(0, info.store_birthday);
    [all...]
  /external/chromium/chrome/common/
sqlite_utils.h 262 int bind_string(int index, const std::string& value) { function in class:SQLStatement

Completed in 474 milliseconds