OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8BindingMacros.h
62
#define
TONATIVE_DEFAULT
(type, var, value, retVal) \
DictionaryHelperForCore.cpp
108
TONATIVE_DEFAULT
(v8::Local<v8::Number>, v8Number, v8Value->ToNumber(), false);
246
TONATIVE_DEFAULT
(v8::Local<v8::Number>, v8Number, v8Value->ToNumber(), false);
Completed in 148 milliseconds