Searched refs:GetIntValue (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/testing/gtest/xcode/Samples/FrameworkSample/
H A Dwidget.h49 int GetIntValue() const;
H A Dwidget.cc50 int Widget::GetIntValue() const { function in class:Widget
H A Dwidget_test.cc55 EXPECT_EQ(1, widget.GetIntValue());
/external/protobuf/gtest/xcode/Samples/FrameworkSample/
H A Dwidget.h49 int GetIntValue() const;
H A Dwidget.cc50 int Widget::GetIntValue() const { function in class:Widget
H A Dwidget_test.cc55 EXPECT_EQ(1, widget.GetIntValue());
/external/chromium_org/third_party/webrtc/base/
H A Doptionsfile_unittest.cc86 EXPECT_FALSE(store_->GetIntValue(kTestOptionA, &out1));
87 EXPECT_FALSE(store_->GetIntValue(kTestOptionB, &out2));
94 EXPECT_TRUE(store_->GetIntValue(kTestOptionA, &out1));
95 EXPECT_TRUE(store_->GetIntValue(kTestOptionB, &out2));
104 EXPECT_FALSE(store_->GetIntValue(kTestOptionA, &out1));
105 EXPECT_FALSE(store_->GetIntValue(kTestOptionB, &out2));
107 EXPECT_TRUE(store_->GetIntValue(kTestOptionA, &out1));
110 EXPECT_TRUE(store_->GetIntValue(kTestOptionA, &out1));
127 EXPECT_TRUE(store_->GetIntValue(kTestOptionB, &out2));
H A Doptionsfile.h32 bool GetIntValue(const std::string& option, int* out_val) const;
H A Doptionsfile.cc140 bool OptionsFile::GetIntValue(const std::string& option, function in class:rtc::OptionsFile
142 LOG(LS_VERBOSE) << "OptionsFile::GetIntValue "
/external/chromium_org/chromecast/common/
H A Dchromecast_config.h44 const int GetIntValue(const std::string& key) const;
H A Dchromecast_config.cc113 const int ChromecastConfig::GetIntValue(const std::string& key) const { function in class:chromecast::ChromecastConfig
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_xml_parser.h101 int GetIntValue(buzz::XmlParseContext* context, const char* attribute);
H A Dautofill_xml_parser.cc86 int value = GetIntValue(context, *attrs);
131 int AutofillQueryXmlParser::GetIntValue(buzz::XmlParseContext* context, function in class:autofill::AutofillQueryXmlParser
/external/chromium_org/v8/test/cctest/
H A Dtest-accessors.cc101 static void GetIntValue(Local<String> property, function
128 v8_str("foo"), GetIntValue, SetIntValue,
131 v8_str("bar"), GetIntValue, SetIntValue,
134 v8_str("baz"), GetIntValue, SetIntValue,

Completed in 1015 milliseconds