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

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8BlobCustomHelpers.cpp 72 TONATIVE_DEFAULT(Dictionary, dictionary, Dictionary(propertyBag, isolate), false);
75 TONATIVE_DEFAULT(bool, containsEndings, DictionaryHelper::get(dictionary, "endings", endings), false);
85 TONATIVE_DEFAULT(bool, containsType, DictionaryHelper::get(dictionary, "type", m_contentType), false);
98 TONATIVE_DEFAULT(bool, containsLastModified, DictionaryHelper::get(dictionary, "lastModified", lastModified), false);
100 TONATIVE_DEFAULT(long long, lastModifiedInt, toInt64(lastModified), false);