/external/chromium/testing/gtest/xcode/Samples/FrameworkSample/ |
widget.h | 49 int GetIntValue() const;
|
widget.cc | 50 int Widget::GetIntValue() const {
|
widget_test.cc | 55 EXPECT_EQ(1, widget.GetIntValue());
|
/external/chromium_org/testing/gtest/xcode/Samples/FrameworkSample/ |
widget.h | 49 int GetIntValue() const;
|
widget.cc | 50 int Widget::GetIntValue() const {
|
widget_test.cc | 55 EXPECT_EQ(1, widget.GetIntValue());
|
/external/protobuf/gtest/xcode/Samples/FrameworkSample/ |
widget.h | 49 int GetIntValue() const;
|
widget.cc | 50 int Widget::GetIntValue() const {
|
widget_test.cc | 55 EXPECT_EQ(1, widget.GetIntValue());
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
optionsfile_unittest.cc | 91 EXPECT_FALSE(store.GetIntValue(kTestOptionA, &out1)); 92 EXPECT_FALSE(store.GetIntValue(kTestOptionB, &out2)); 99 EXPECT_TRUE(store.GetIntValue(kTestOptionA, &out1)); 100 EXPECT_TRUE(store.GetIntValue(kTestOptionB, &out2)); 109 EXPECT_FALSE(store.GetIntValue(kTestOptionA, &out1)); 110 EXPECT_FALSE(store.GetIntValue(kTestOptionB, &out2)); 112 EXPECT_TRUE(store.GetIntValue(kTestOptionA, &out1)); 115 EXPECT_TRUE(store.GetIntValue(kTestOptionA, &out1)); 135 EXPECT_TRUE(store.GetIntValue(kTestOptionB, &out2));
|
optionsfile.h | 49 bool GetIntValue(const std::string& option, int* out_val) const;
|
optionsfile.cc | 157 bool OptionsFile::GetIntValue(const std::string& option, 159 LOG(LS_VERBOSE) << "OptionsFile::GetIntValue "
|
/external/chromium/chrome/browser/autofill/ |
autofill_xml_parser.h | 83 int GetIntValue(buzz::XmlParseContext* context, const char* attribute);
|
autofill_xml_parser.cc | 83 int value = GetIntValue(context, attrs[1]); 95 int AutofillQueryXmlParser::GetIntValue(buzz::XmlParseContext* context,
|
/external/chromium_org/components/autofill/core/browser/ |
autofill_xml_parser.h | 101 int GetIntValue(buzz::XmlParseContext* context, const char* attribute);
|
autofill_xml_parser.cc | 93 int value = GetIntValue(context, *attrs); 138 int AutofillQueryXmlParser::GetIntValue(buzz::XmlParseContext* context,
|
/frameworks/base/media/mca/filterfw/native/core/ |
value.h | 35 int GetIntValue(Value value);
|
value.cpp | 91 int GetIntValue(Value value) {
|
shader_program.cpp | 829 return SetUniformValue(GetUniform(name), GetIntValue(value)); [all...] |
/external/v8/test/cctest/ |
test-accessors.cc | 68 static v8::Handle<Value> GetIntValue(Local<String> property, 94 GetIntValue, 98 GetIntValue, 102 GetIntValue,
|
/external/chromium_org/v8/test/cctest/ |
test-accessors.cc | 100 static void GetIntValue(Local<String> property, 126 v8_str("foo"), GetIntValue, SetIntValue, 129 v8_str("bar"), GetIntValue, SetIntValue, 132 v8_str("baz"), GetIntValue, SetIntValue,
|
/frameworks/base/media/mca/filterfw/jni/ |
jni_util.cpp | 167 result = env->NewObject(clazz, constructorID, GetIntValue(value));
|