Searched defs:CustomType (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/test/mjsunit/harmony/
H A Dstring-endswith.js93 var CustomType = function(value) { class
107 var o = new CustomType(v);
H A Dstring-startswith.js93 var CustomType = function(value) { class
107 var o = new CustomType(v);
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DJavaBridgeFieldsTest.java39 public CustomType customTypeField = new CustomType();
43 private static class CustomType { class in class:JavaBridgeFieldsTest
H A DJavaBridgeReturnValuesTest.java92 public CustomType getCustomTypeValue() {
93 return new CustomType();
100 private static class CustomType { class in class:JavaBridgeReturnValuesTest
H A DJavaBridgeArrayCoercionTest.java26 private final CustomType mCustomTypeInstance;
38 private CustomType[] mCustomTypeArray;
42 mCustomTypeInstance = new CustomType();
48 public CustomType getCustomTypeInstance() {
92 public synchronized void setCustomTypeArray(CustomType[] x) {
137 public synchronized CustomType[] waitForCustomTypeArray() {
144 private static class CustomType { class in class:JavaBridgeArrayCoercionTest
H A DJavaBridgeCoercionTest.java26 private CustomType customTypeInstance;
39 private CustomType mCustomTypeValue;
43 customTypeInstance = new CustomType();
50 public CustomType getCustomTypeInstance() {
97 public synchronized void setCustomTypeValue(CustomType x) {
142 public synchronized CustomType waitForCustomTypeValue() {
149 private static class CustomType { class in class:JavaBridgeCoercionTest
/external/chromium_org/tools/grit/grit/
H A Dclique.py239 class CustomType(object): class in inherits:object
275 class OneOffCustomType(CustomType):
321 custom_type: instance of clique.CustomType interface
341 # An instance of the CustomType interface, or None. If this is set, it will

Completed in 332 milliseconds