/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...] |
bmpdecoderhelper.h | 86 int GetInt();
|
/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...] |
bmpdecoderhelper.h | 86 int GetInt();
|
/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;
|
js_checker.h | 29 int GetInt(const std::string& expression);
|
/external/chromium_org/chrome/installer/util/ |
master_preferences_dummy.cc | 37 bool MasterPreferences::GetInt(const std::string& name, int* value) const {
|
master_preferences.h | 104 bool GetInt(const std::string& name, int* value) const;
|
master_preferences_unittest.cc | 114 EXPECT_TRUE(prefs.GetInt( 119 EXPECT_TRUE(prefs.GetInt(installer::master_preferences::kDistroPingDelay, 173 EXPECT_FALSE(prefs.GetInt( 179 EXPECT_FALSE(prefs.GetInt(
|
chrome_browser_operations.cc | 121 prefs.GetInt(installer::master_preferences::kChromeShortcutIconIndex,
|
/external/chromium_org/chrome/service/ |
service_process_prefs.h | 47 int GetInt(const std::string& key, int default_value) const;
|
service_process_prefs.cc | 56 int ServiceProcessPrefs::GetInt(const std::string& key,
|
/external/chromium/net/proxy/ |
proxy_config_service_linux.h | 76 virtual bool GetInt(const char* key, int* result) = 0;
|
/external/chromium_org/chrome/browser/history/android/ |
sqlite_cursor.h | 101 jint GetInt(JNIEnv* env, jobject obj, jint column);
|
sqlite_cursor.cc | 92 jint SQLiteCursor::GetInt(JNIEnv* env, jobject obj, jint column) {
|
sqlite_cursor_unittest.cc | 210 EXPECT_EQ(row.visit_count(), cursor->GetInt(env, NULL, 2));
|
/external/chromium_org/chrome/service/cloud_print/ |
connector_settings.cc | 77 int timeout = prefs->GetInt(
|
/external/chromium_org/v8/src/ |
serialize.h | 193 inline int GetInt(); 299 int SnapshotByteSource::GetInt() { 375 int offset = source_->GetInt();
|
serialize.cc | 908 int size = source_->GetInt() << kObjectAlignmentBits; 970 int root_id = source_->GetInt(); \ [all...] |
/art/runtime/mirror/ |
art_field.h | 91 int32_t GetInt(const Object* object) const
|
art_field-inl.h | 142 inline int32_t ArtField::GetInt(const Object* object) const {
|
/external/chromium_org/net/proxy/ |
proxy_config_service_linux.h | 124 virtual bool GetInt(IntSetting key, int* result) = 0;
|
/external/v8/src/ |
serialize.cc | 638 int offset = source_->GetInt(); 648 int offset = source_->GetInt(); 738 int size = source_->GetInt() << kObjectAlignmentBits; 817 int root_id = source_->GetInt(); \ 821 int cache_index = source_->GetInt(); \ 826 int reference_id = source_->GetInt(); \ [all...] |
serialize.h | 175 inline int GetInt(); 305 int SnapshotByteSource::GetInt() {
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_backing_store.cc | 111 static bool GetInt(DBOrTransaction* db, 213 bool ok = GetInt(db, SchemaVersionKey::Encode(), &db_schema_version, &found); 228 ok = GetInt(db, DataVersionKey::Encode(), &db_data_version, &found); 259 GetInt(transaction.get(), schema_version_key, &db_schema_version, &found); 286 bool ok = GetInt(transaction.get(), it->Key(), &database_id, &found); 312 ok = GetInt(transaction.get(), data_version_key, &db_data_version, &found); 354 bool ok = GetInt(db, max_object_store_id_key, max_object_store_id, &found); 687 bool ok = GetInt(db_.get(), key, &metadata->id, found); 742 GetInt(transaction, MaxDatabaseIdKey::Encode(), &max_database_id, &found); [all...] |