Searched defs:getProperty (Results 1 - 25 of 120) sorted by relevance

12345

/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayNumber.cpp41 bool SkDisplayNumber::getProperty(int index, SkScriptValue* value) const { function in class:SkDisplayNumber
H A DSkDisplayInput.cpp40 bool SkInput::getProperty(int index, SkScriptValue* value) const { function in class:SkInput
H A DSkDisplayRandom.cpp45 bool SkDisplayRandom::getProperty(int index, SkScriptValue* value) const { function in class:SkDisplayRandom
H A DSkDrawText.cpp50 bool SkText::getProperty(int index, SkScriptValue* value) const { function in class:SkText
H A DSkDrawTextBox.cpp60 bool SkDrawTextBox::getProperty(int index, SkScriptValue* value) const function in class:SkDrawTextBox
62 return this->INHERITED::getProperty(index, value);
H A DSkDrawRectangle.cpp67 bool SkDrawRect::getProperty(int index, SkScriptValue* value) const { function in class:SkDrawRect
H A DSkDisplayMath.cpp232 bool SkDisplayMath::getProperty(int index, SkScriptValue* value) const { function in class:SkDisplayMath
/external/skia/src/animator/
H A DSkDisplayNumber.cpp41 bool SkDisplayNumber::getProperty(int index, SkScriptValue* value) const { function in class:SkDisplayNumber
H A DSkDisplayInput.cpp40 bool SkInput::getProperty(int index, SkScriptValue* value) const { function in class:SkInput
H A DSkDisplayRandom.cpp45 bool SkDisplayRandom::getProperty(int index, SkScriptValue* value) const { function in class:SkDisplayRandom
H A DSkDrawText.cpp50 bool SkText::getProperty(int index, SkScriptValue* value) const { function in class:SkText
H A DSkDrawTextBox.cpp60 bool SkDrawTextBox::getProperty(int index, SkScriptValue* value) const function in class:SkDrawTextBox
62 return this->INHERITED::getProperty(index, value);
H A DSkDrawRectangle.cpp67 bool SkDrawRect::getProperty(int index, SkScriptValue* value) const { function in class:SkDrawRect
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DJSystem.cs66 public static string getProperty( string name ) method in class:Antlr.Runtime.JavaExtensions.JSystem
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DJSystem.cs65 public static string getProperty( string name ) method in class:Antlr.Runtime.JavaExtensions.JSystem
/external/easymock/src/org/easymock/internal/
H A DEasyMockProperties.java95 public String getProperty(String key, String defaultValue) { method in class:EasyMockProperties
96 return properties.getProperty(key, defaultValue);
107 public String getProperty(String key) { method in class:EasyMockProperties
108 return properties.getProperty(key);
/external/oauth/core/src/main/java/net/oauth/
H A DOAuthConsumer.java50 public Object getProperty(String name) { method in class:OAuthConsumer
H A DOAuthAccessor.java52 public Object getProperty(String name) { method in class:OAuthAccessor
67 * method; that is getProperty("httpMethod") or (if that's null)
68 * consumer.getProperty("httpMethod") or (if that's null)
75 method = (String) this.getProperty("httpMethod");
77 method = (String) this.consumer.getProperty("httpMethod");
85 Object accepted = consumer.getProperty(OAuthConsumer.ACCEPT_ENCODING);
/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
H A DNPRuntimeObjectFromDestroyedPlugin.cpp65 bool getProperty(NPIdentifier propertyName, NPVariant* result) function in class:NPRuntimeObjectFromDestroyedPlugin::ScriptableObject
H A DPluginScriptableObjectOverridesAllProperties.cpp56 bool getProperty(NPIdentifier propertyName, NPVariant* result) function in class:PluginScriptableObjectOverridesAllProperties::PluginObject
H A DNPDeallocateCalledBeforeNPShutdown.cpp58 bool getProperty(NPIdentifier propertyName, NPVariant* result) function in class:NPDeallocateCalledBeforeNPShutdown::ScriptableObject
H A DNPRuntimeRemoveProperty.cpp55 bool getProperty(NPIdentifier propertyName, NPVariant* result) function in struct:NPRuntimeRemoveProperty::TestObject
143 bool getProperty(NPIdentifier propertyName, NPVariant* result) function in struct:NPRuntimeRemoveProperty::PluginObject
H A DSlowNPPNew.cpp55 bool getProperty(NPIdentifier propertyName, NPVariant* result) function in class:SlowNPPNew::PluginObject
/external/opencv/otherlibs/highgui/
H A D_highgui.h72 virtual double getProperty(int) { return 0; } function in struct:CvCapture
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
H A DSAXParserImpl.java94 public Object getProperty(String name) method in class:SAXParserImpl
97 return parser.getProperty(name);

Completed in 352 milliseconds

12345