Home
last modified time | relevance | path

Searched refs:TOSTRING_DEFAULT (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DDictionary.cpp208 TOSTRING_DEFAULT(V8StringResource<>, stringValue, v8Value, false); in getStringType()
231 TOSTRING_DEFAULT(V8StringResource<>, stringValue, v8Value, false); in convert()
383 TOSTRING_DEFAULT(V8StringResource<>, stringValue, indexedValue, false); in get()
415 TOSTRING_DEFAULT(V8StringResource<>, stringValue, v8Value, false); in getWithUndefinedOrNullCheck()
600 TOSTRING_DEFAULT(V8StringResource<>, stringValue, indexedValue, false); in get()
688 TOSTRING_DEFAULT(V8StringResource<>, stringKey, key, false); in getOwnPropertiesAsStringHashMap()
689 TOSTRING_DEFAULT(V8StringResource<>, stringValue, value, false); in getOwnPropertiesAsStringHashMap()
713 TOSTRING_DEFAULT(V8StringResource<>, stringKey, key, false); in getOwnPropertyNames()
DV8BindingMacros.h109 #define TOSTRING_DEFAULT(type, var, value, retVal) \ macro
DScriptEventListener.cpp124 TOSTRING_DEFAULT(V8StringResource<WithNullCheck>, functionString, function, ""); in eventListenerHandlerBody()
DWorkerScriptController.cpp186TOSTRING_DEFAULT(V8StringResource<>, sourceURL, message->GetScriptResourceName(), ScriptValue()); in evaluate()
DV8Binding.cpp885 TOSTRING_DEFAULT(V8StringResource<WithNullCheck>, nameString, name, nullptr); in v8ToJSONValue()
DV8Binding.h564 TOSTRING_DEFAULT(V8StringResource<>, stringValue, value, String());
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8InspectorFrontendHostCustom.cpp83 TOSTRING_DEFAULT(V8StringResource<WithNullCheck>, labelString, label, false); in populateContextMenuItems()
91 TOSTRING_DEFAULT(V8StringResource<WithNullCheck>, labelString, label, false); in populateContextMenuItems()
DV8CustomXPathNSResolver.cpp93 TOSTRING_DEFAULT(V8StringResource<WithNullCheck>, returnString, retval, nullAtom); in lookupNamespaceURI()
DV8HTMLAllCollectionCustom.cpp65 TOSTRING_DEFAULT(V8StringResource<>, name, argument, v8::Undefined(info.GetIsolate())); in getItem()
DV8BlobCustomHelpers.cpp129 TOSTRING_DEFAULT(V8StringResource<>, stringValue, item, false); in processBlobParts()