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

/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/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.cc93 int GetInt(const std::vector<std::string>& words, size_t index, int def) { function in namespace:__anon2778
169 options.video_bandwidth = GetInt(words, 1, cricket::kAutoBandwidth);
214 int bandwidth = GetInt(words, 2, cricket::kAutoBandwidth);
/external/chromium/net/proxy/
H A Dproxy_config_service_linux.cc331 virtual bool GetInt(const char* key, int* result) { function in class:net::__anon2586::GConfSettingGetterImplGConf
585 virtual bool GetInt(const char* key, int* result) {
924 gconf_getter_->GetInt((key + "port").c_str(), &port);
H A Dproxy_config_service_linux_unittest.cc202 virtual bool GetInt(const char* key, int* result) { function in class:net::__anon2587::MockGConfSettingGetter
/external/v8/src/
H A Dserialize.h175 inline int GetInt();
305 int SnapshotByteSource::GetInt() { function in class:v8::internal::SnapshotByteSource

Completed in 781 milliseconds