HomeSort by relevance Sort by last modified time
    Searched refs:GetIntValue (Results 1 - 16 of 16) sorted by null

  /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/libvpx/libvpx/third_party/googletest/src/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/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,
  /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,
  /frameworks/base/media/mca/filterfw/jni/
jni_util.cpp 167 result = env->NewObject(clazz, constructorID, GetIntValue(value));

Completed in 583 milliseconds