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

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8BlobCustomHelpers.cpp74 String endings; local
75 TONATIVE_DEFAULT(bool, containsEndings, DictionaryHelper::get(dictionary, "endings", endings), false);
77 if (endings != "transparent" && endings != "native") {
78 exceptionState.throwTypeError("The 'endings' property must be either 'transparent' or 'native'.");
81 if (endings == "native")

Completed in 78 milliseconds