HomeSort by relevance Sort by last modified time
    Searched full:nullstring (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
HTMLMediaElementEncryptedMedia.idl 6 [RuntimeEnabled=PrefixedEncryptedMedia, RaisesException, MeasureAs=PrefixedMediaGenerateKeyRequest] void webkitGenerateKeyRequest([TreatUndefinedAs=NullString] DOMString? keySystem, optional Uint8Array initData);
7 [RuntimeEnabled=PrefixedEncryptedMedia, RaisesException, MeasureAs=PrefixedMediaAddKey] void webkitAddKey([TreatUndefinedAs=NullString] DOMString? keySystem, Uint8Array key, optional Uint8Array initData, optional DOMString sessionId = null);
8 [RuntimeEnabled=PrefixedEncryptedMedia, RaisesException, MeasureAs=PrefixedMediaCancelKeyRequest] void webkitCancelKeyRequest([TreatUndefinedAs=NullString] DOMString? keySystem, optional DOMString sessionId = null);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDocument.idl 43 [TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString bgColor;
44 [TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString fgColor;
45 [TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString alinkColor;
46 [TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString linkColor;
47 [TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString vlinkColor;
HTMLElement.idl 29 [Reflect, TreatNullAs=NullString, MeasureAs=PrefixedHTMLElementDropzone] attribute DOMString webkitdropzone;
34 [TreatNullAs=NullString, CustomElementCallbacks, RaisesException=Setter, MeasureAs=HTMLElementInnerText] attribute DOMString innerText;
35 [TreatNullAs=NullString, CustomElementCallbacks, RaisesException=Setter, MeasureAs=HTMLElementOuterText] attribute DOMString outerText;
HTMLHeadElement.idl 21 [Reflect, TreatNullAs=NullString, DeprecateAs=HTMLHeadElementProfile] attribute DOMString profile;
HTMLTextAreaElement.idl 39 [TreatNullAs=NullString] attribute DOMString value;
46 void setCustomValidity([TreatUndefinedAs=NullString] DOMString? error);
HTMLButtonElement.idl 38 void setCustomValidity([TreatUndefinedAs=NullString] DOMString? error);
HTMLContentElement.idl 29 [Reflect, TreatNullAs=NullString] attribute DOMString select;
HTMLFieldSetElement.idl 33 void setCustomValidity([TreatUndefinedAs=NullString] DOMString? error);
HTMLIFrameElement.idl 30 [Reflect, TreatNullAs=NullString] attribute DOMString sandbox;
HTMLTableCellElement.idl 30 [Reflect, TreatNullAs=NullString] attribute DOMString headers;
  /external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/
UtilTest.java 79 String nullString = null;
81 assertEquals(expectedString, Util.joinAndSkipNulls("-", first, second, nullString));
82 assertEquals(expectedString, Util.joinAndSkipNulls("-", first, nullString, second));
83 assertEquals(expectedString, Util.joinAndSkipNulls("-", first, nullString, " ", second));
84 assertEquals(first, Util.joinAndSkipNulls("-", first, nullString));
85 assertEquals(first, Util.joinAndSkipNulls("-", nullString, first));
87 assertEquals(null, Util.joinAndSkipNulls("-", nullString));
88 assertEquals(null, Util.joinAndSkipNulls("-", nullString, nullString));
89 assertEquals(null, Util.joinAndSkipNulls("-", nullString, "", nullString))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DirectoryEntry.idl 35 void getFile([TreatUndefinedAs=NullString] DOMString? path, optional Dictionary options, optional EntryCallback successCallback, optional ErrorCallback errorCallback);
36 void getDirectory([TreatUndefinedAs=NullString] DOMString? path, optional Dictionary options, optional EntryCallback successCallback, optional ErrorCallback errorCallback);
DirectoryEntrySync.idl 35 [RaisesException] FileEntrySync getFile([TreatUndefinedAs=NullString] DOMString? path, Dictionary flags);
36 [RaisesException] DirectoryEntrySync getDirectory([TreatUndefinedAs=NullString] DOMString? path, Dictionary flags);
Entry.idl 42 void moveTo(DirectoryEntry parent, [TreatUndefinedAs=NullString] optional DOMString? name, optional EntryCallback successCallback, optional ErrorCallback errorCallback);
43 void copyTo(DirectoryEntry parent, [TreatUndefinedAs=NullString] optional DOMString? name, optional EntryCallback successCallback, optional ErrorCallback errorCallback);
EntrySync.idl 42 [RaisesException] EntrySync moveTo(DirectoryEntrySync parent, [TreatUndefinedAs=NullString] DOMString? name);
43 [RaisesException] EntrySync copyTo(DirectoryEntrySync parent, [TreatUndefinedAs=NullString] DOMString? name);
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCIceCandidate.idl 36 [TreatNullAs=NullString] attribute DOMString candidate;
37 [TreatNullAs=NullString] attribute DOMString sdpMid;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TypedValueTest.java 34 String nullString = TypedValue.coerceToString(TypedValue.TYPE_NULL, 0);
36 assertThat(nullString, equalTo(null));
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.idl 101 [TreatUndefinedAs=NullString, Default=Undefined] optional DOMString? value);
110 [TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString dir;
111 [TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString designMode;
112 [TreatNullAs=NullString, CustomElementCallbacks] attribute DOMString title;
114 [TreatNullAs=NullString, RaisesException=Setter] attribute DOMString domain;
117 [TreatNullAs=NullString, RaisesException] attribute DOMString cookie;
137 [MeasureAs=DocumentCharset, TreatReturnedNullStringAs=Undefined, TreatNullAs=NullString] attribute DOMString charset;
CharacterData.idl 22 [TreatNullAs=NullString] attribute DOMString data;
Element.idl 93 [TreatNullAs=NullString, CustomElementCallbacks, RaisesException=Setter] attribute DOMString innerHTML;
94 [TreatNullAs=NullString, CustomElementCallbacks, RaisesException=Setter] attribute DOMString outerHTML;
Node.idl 67 [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, TreatUndefinedAs=NullString, CustomElementCallbacks] attribute DOMString textContent;
  /ndk/sources/host-tools/make-3.81/tests/scripts/variables/
flavors 24 nullstring :=
25 space := $(nullstring) $(nullstring)
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
isSupported14.java 64 String nullString = null;
68 state = rootNode.isSupported("Core", nullString);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphRefElement.idl 25 [Reflect, TreatNullAs=NullString] attribute DOMString format;
  /external/chromium_org/third_party/WebKit/Source/bindings/
IDLExtendedAttributes.txt 98 TreatNullAs=NullString|EmptyString
100 TreatUndefinedAs=NullString

Completed in 2034 milliseconds

1 2 3