Searched refs:GetInt (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/v8/src/
H A Dsnapshot-external.cc119 snapshot_impl_->new_space_used = source.GetInt();
120 snapshot_impl_->pointer_space_used = source.GetInt();
121 snapshot_impl_->data_space_used = source.GetInt();
122 snapshot_impl_->code_space_used = source.GetInt();
123 snapshot_impl_->map_space_used = source.GetInt();
124 snapshot_impl_->cell_space_used = source.GetInt();
125 snapshot_impl_->property_cell_space_used = source.GetInt();
129 snapshot_impl_->context_new_space_used = source.GetInt();
130 snapshot_impl_->context_pointer_space_used = source.GetInt();
131 snapshot_impl_->context_data_space_used = source.GetInt();
[all...]
H A Dnatives-external.cc64 int debugger_count = source->GetInt();
67 int library_count = source->GetInt();
H A Dsnapshot-source-sink.cc77 int size = GetInt();
H A Dsnapshot-source-sink.h38 inline int GetInt() {
H A Dserialize.cc780 int size = source_->GetInt() << kObjectAlignmentBits;
845 int root_id = source_->GetInt(); \
849 int cache_index = source_->GetInt(); \
853 int skip = source_->GetInt(); \
856 int reference_id = source_->GetInt(); \
867 int builtin_id = source_->GetInt(); \
875 int index = source_->GetInt(); \
880 int skip = source_->GetInt(); \
1000 int size = source_->GetInt();
1018 int skip = source_->GetInt();
[all...]
/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...]
H A Dbmpdecoderhelper.h86 int GetInt();
/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...]
H A Dbmpdecoderhelper.h86 int GetInt();
/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;
H A Djs_checker.h29 int GetInt(const std::string& expression);
/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.h104 bool GetInt(const std::string& name, int* value) const;
H A Dmaster_preferences_unittest.cc114 EXPECT_TRUE(prefs.GetInt(
119 EXPECT_TRUE(prefs.GetInt(installer::master_preferences::kDistroPingDelay,
173 EXPECT_FALSE(prefs.GetInt(
179 EXPECT_FALSE(prefs.GetInt(
H A Dchrome_browser_operations.cc124 prefs.GetInt(installer::master_preferences::kChromeShortcutIconIndex,
H A Dmaster_preferences.cc288 bool MasterPreferences::GetInt(const std::string& name, int* value) const { function in class:installer::MasterPreferences
/external/chromium_org/chrome/service/
H A Dservice_process_prefs.h47 int GetInt(const std::string& key, int default_value) const;
H A Dservice_process_prefs.cc59 int ServiceProcessPrefs::GetInt(const std::string& key, function in class:ServiceProcessPrefs
/external/chromium_org/third_party/decklink/mac/include/
H A DDeckLinkAPIConfiguration.h162 virtual HRESULT GetInt (/* in */ BMDDeckLinkConfigurationID cfgID, /* out */ int64_t *value) = 0;
/external/chromium_org/chrome/browser/history/android/
H A Dsqlite_cursor.h102 jint GetInt(JNIEnv* env, jobject obj, jint column);
H A Dsqlite_cursor.cc93 jint SQLiteCursor::GetInt(JNIEnv* env, jobject obj, jint column) { function in class:SQLiteCursor
H A Dsqlite_cursor_unittest.cc221 EXPECT_EQ(row.visit_count(), cursor->GetInt(env, NULL, 2));
/external/chromium_org/chrome/service/cloud_print/
H A Dconnector_settings.cc65 int timeout = prefs->GetInt(
/external/chromium_org/net/proxy/
H A Dproxy_config_service_linux.h126 virtual bool GetInt(IntSetting key, int* result) = 0;
/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);

Completed in 936 milliseconds

12