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

  /frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
JavaBridgeFieldsTest.java 52 public CustomType customTypeField = new CustomType();
56 private class CustomType {
JavaBridgeReturnValuesTest.java 106 public CustomType getCustomTypeValue() {
107 return new CustomType();
114 private class CustomType {
JavaBridgeArrayCoercionTest.java 39 private CustomType mCustomTypeInstance;
51 private CustomType[] mCustomTypeArray;
55 mCustomTypeInstance = new CustomType();
61 public CustomType getCustomTypeInstance() {
105 public synchronized void setCustomTypeArray(CustomType[] x) {
150 public synchronized CustomType[] waitForCustomTypeArray() {
157 private class CustomType {
JavaBridgeCoercionTest.java 39 private CustomType customTypeInstance;
52 private CustomType mCustomTypeValue;
56 customTypeInstance = new CustomType();
63 public CustomType getCustomTypeInstance() {
110 public synchronized void setCustomTypeValue(CustomType x) {
155 public synchronized CustomType waitForCustomTypeValue() {
162 private static class CustomType {
  /external/webkit/Source/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp 43 struct CustomType {
46 Q_DECLARE_METATYPE(CustomType)
71 Q_PROPERTY(CustomType propWithCustomType READ propWithCustomType WRITE setPropWithCustomType)
210 CustomType propWithCustomType() const {
213 void setPropWithCustomType(const CustomType &c) {
511 CustomType m_customType;
    [all...]

Completed in 396 milliseconds