HomeSort by relevance Sort by last modified time
    Searched defs:GetInt (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/installer/util/
master_preferences_dummy.cc 34 bool MasterPreferences::GetInt(const std::string& name, int* value) const {
master_preferences.cc 288 bool MasterPreferences::GetInt(const std::string& name, int* value) const {
  /external/chromium_org/chrome/browser/chromeos/login/test/
js_checker.cc 39 int JSChecker::GetInt(const std::string& expression) {
60 EXPECT_EQ(GetInt(expression), result) << expression;
64 EXPECT_NE(GetInt(expression), result) << expression;
  /external/chromium_org/chrome/service/
service_process_prefs.cc 59 int ServiceProcessPrefs::GetInt(const std::string& key,
  /external/chromium_org/chrome/browser/history/android/
sqlite_cursor.cc 93 jint SQLiteCursor::GetInt(JNIEnv* env, jobject obj, jint column) {
  /art/runtime/mirror/
art_field-inl.h 169 inline int32_t ArtField::GetInt(Object* object) {
  /external/chromium_org/third_party/skia/src/images/
bmpdecoderhelper.cpp 33 GetInt(); // Size.
34 GetInt(); // Reserved.
35 int offset = GetInt();
37 int infoSize = GetInt();
48 width_ = GetInt();
49 height_ = GetInt();
52 comp = GetInt();
53 GetInt(); // Size.
54 GetInt(); // XPPM.
55 GetInt(); // YPPM
    [all...]
  /external/skia/src/images/
bmpdecoderhelper.cpp 33 GetInt(); // Size.
34 GetInt(); // Reserved.
35 int offset = GetInt();
37 int infoSize = GetInt();
48 width_ = GetInt();
49 height_ = GetInt();
52 comp = GetInt();
53 GetInt(); // Size.
54 GetInt(); // XPPM.
55 GetInt(); // YPPM
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc 95 int GetInt(const std::vector<std::string>& words, size_t index, int def) {
197 options.video_bandwidth = GetInt(words, 1, cricket::kAutoBandwidth);
228 SwitchToCall(GetInt(words, 1, -1));
255 int fps = GetInt(words, 1, 5); // Default to 5 fps.
338 int bandwidth = GetInt(words, 2, cricket::kAutoBandwidth);
349 SwitchToCall(GetInt(words, 1, -1));
361 int priority = GetInt(words, 1, 0);
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp     [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_backing_store.cc 206 static leveldb::Status GetInt(DBOrTransaction* db,
317 GetInt(db, SchemaVersionKey::Encode(), &db_schema_version, &found);
332 s = GetInt(db, DataVersionKey::Encode(), &db_data_version, &found);
364 GetInt(transaction.get(), schema_version_key, &db_schema_version, &found);
397 s = GetInt(transaction.get(), it->Key(), &database_id, &found);
435 s = GetInt(transaction.get(), data_version_key, &db_data_version, &found);
476 GetInt(db, max_object_store_id_key, max_object_store_id, &found);
    [all...]

Completed in 404 milliseconds