Searched defs:GetInt (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dmaster_preferences_dummy.cc34 bool MasterPreferences::GetInt(const std::string& name, int* value) const { function in class:installer::MasterPreferences
H A Dmaster_preferences.cc288 bool MasterPreferences::GetInt(const std::string& name, int* value) const { function in class:installer::MasterPreferences
/external/chromium_org/chrome/browser/chromeos/login/test/
H A Djs_checker.cc39 int JSChecker::GetInt(const std::string& expression) { function in class:chromeos::test::JSChecker
60 EXPECT_EQ(GetInt(expression), result) << expression;
64 EXPECT_NE(GetInt(expression), result) << expression;
/external/chromium_org/chrome/service/
H A Dservice_process_prefs.cc59 int ServiceProcessPrefs::GetInt(const std::string& key, function in class:ServiceProcessPrefs
/external/chromium_org/chrome/browser/history/android/
H A Dsqlite_cursor.cc93 jint SQLiteCursor::GetInt(JNIEnv* env, jobject obj, jint column) { function in class:SQLiteCursor
/external/chromium_org/third_party/skia/src/images/
H A Dbmpdecoderhelper.cpp33 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(); // YPP
324 int BmpDecoderHelper::GetInt() { function in class:image_codec::BmpDecoderHelper
[all...]
/external/skia/src/images/
H A Dbmpdecoderhelper.cpp33 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(); // YPP
324 int BmpDecoderHelper::GetInt() { function in class:image_codec::BmpDecoderHelper
[all...]
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.cc95 int GetInt(const std::vector<std::string>& words, size_t index, int def) { function in namespace:__anon12648
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);
/external/clang/lib/AST/
H A DASTDiagnostic.cpp962 HasFromInt = GetInt(FromIter, FromExpr, FromInt);
964 HasToInt = GetInt(ToIter, ToExpr, ToInt);
980 HasFromInt = GetInt(FromIter, FromExpr, FromInt);
982 HasToInt = GetInt(ToIter, ToExpr, ToInt);
1124 /// GetInt - Retrieves the template integer argument, including evaluating
1126 bool GetInt(const TSTiterator &Iter, Expr *ArgExpr, llvm::APInt &Int) { function in class:__anon17714::TemplateDiff
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.cc206 static leveldb::Status GetInt(DBOrTransaction* db, function in namespace:content
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);
1218 leveldb::Status s = GetInt(db_.get(), key, &metadata->id, found);
1296 GetInt(transaction, MaxDatabaseIdKey::Encode(), &max_database_id, &found);
1878 GetInt(transactio
[all...]

Completed in 357 milliseconds