returnValue 67 Source/bindings/v8/DOMDataStore.h static bool setReturnValueFromWrapperFast(v8::ReturnValue<v8::Value> returnValue, T* object, v8::Local<v8::Object> holder, Wrappable* wrappable) returnValue 70 Source/bindings/v8/DOMDataStore.h return ScriptWrappable::setReturnValueWithSecurityCheck<V8T>(returnValue, object); returnValue 76 Source/bindings/v8/DOMDataStore.h return ScriptWrappable::setReturnValueWithSecurityCheck<V8T>(returnValue, object); returnValue 77 Source/bindings/v8/DOMDataStore.h return DOMWrapperWorld::mainWorld().domDataStore().m_wrapperMap.setReturnValueFrom(returnValue, V8T::toInternalPointer(object)); returnValue 79 Source/bindings/v8/DOMDataStore.h return current(returnValue.GetIsolate()).template setReturnValueFrom<V8T>(returnValue, object); returnValue 83 Source/bindings/v8/DOMDataStore.h static bool setReturnValueFromWrapper(v8::ReturnValue<v8::Value> returnValue, T* object) returnValue 86 Source/bindings/v8/DOMDataStore.h return ScriptWrappable::setReturnValueWithSecurityCheck<V8T>(returnValue, object); returnValue 87 Source/bindings/v8/DOMDataStore.h return current(returnValue.GetIsolate()).template setReturnValueFrom<V8T>(returnValue, object); returnValue 91 Source/bindings/v8/DOMDataStore.h static bool setReturnValueFromWrapperForMainWorld(v8::ReturnValue<v8::Value> returnValue, T* object) returnValue 94 Source/bindings/v8/DOMDataStore.h return ScriptWrappable::setReturnValue(returnValue, object); returnValue 95 Source/bindings/v8/DOMDataStore.h return DOMWrapperWorld::mainWorld().domDataStore().m_wrapperMap.setReturnValueFrom(returnValue, V8T::toInternalPointer(object)); returnValue 158 Source/bindings/v8/DOMDataStore.h inline bool setReturnValueFrom(v8::ReturnValue<v8::Value> returnValue, T* object) returnValue 161 Source/bindings/v8/DOMDataStore.h return ScriptWrappable::setReturnValue(returnValue, object); returnValue 162 Source/bindings/v8/DOMDataStore.h return m_wrapperMap.setReturnValueFrom(returnValue, V8T::toInternalPointer(object)); returnValue 56 Source/bindings/v8/DOMWrapperMap.h bool setReturnValueFrom(v8::ReturnValue<v8::Value> returnValue, KeyType* key) returnValue 61 Source/bindings/v8/DOMWrapperMap.h returnValue.Set(*(it->value.persistent())); returnValue 123 Source/bindings/v8/NPV8Object.cpp NPObject* returnValue = v8ObjectToNPObject(object); returnValue 124 Source/bindings/v8/NPV8Object.cpp _NPN_RetainObject(returnValue); returnValue 125 Source/bindings/v8/NPV8Object.cpp return returnValue; returnValue 78 Source/bindings/v8/ScriptRegexp.cpp v8::Local<v8::Value> returnValue = V8ScriptRunner::callInternalFunction(exec, regex, WTF_ARRAY_LENGTH(argv), argv, isolate); returnValue 87 Source/bindings/v8/ScriptRegexp.cpp if (!returnValue->IsArray()) returnValue 90 Source/bindings/v8/ScriptRegexp.cpp v8::Local<v8::Array> result = returnValue.As<v8::Array>(); returnValue 135 Source/bindings/v8/ScriptWrappable.h static bool setReturnValueWithSecurityCheck(v8::ReturnValue<v8::Value> returnValue, T* object) returnValue 137 Source/bindings/v8/ScriptWrappable.h return ScriptWrappable::getUnsafeWrapperFromObject(object).template setReturnValueWithSecurityCheck<V8T>(returnValue, object); returnValue 141 Source/bindings/v8/ScriptWrappable.h static bool setReturnValue(v8::ReturnValue<v8::Value> returnValue, T* object) returnValue 143 Source/bindings/v8/ScriptWrappable.h return ScriptWrappable::getUnsafeWrapperFromObject(object).setReturnValue(returnValue); returnValue 68 Source/bindings/v8/UnsafePersistent.h inline bool setReturnValueWithSecurityCheck(v8::ReturnValue<v8::Value> returnValue, U* object) returnValue 72 Source/bindings/v8/UnsafePersistent.h returnValue.Set(*persistent()); returnValue 76 Source/bindings/v8/UnsafePersistent.h inline bool setReturnValue(v8::ReturnValue<v8::Value> returnValue) returnValue 78 Source/bindings/v8/UnsafePersistent.h returnValue.Set(*persistent()); returnValue 112 Source/bindings/v8/V8AbstractEventListener.cpp v8::Local<v8::Value> returnValue; returnValue 126 Source/bindings/v8/V8AbstractEventListener.cpp returnValue = callListenerFunction(context, jsEvent, event); returnValue 145 Source/bindings/v8/V8AbstractEventListener.cpp if (returnValue.IsEmpty()) returnValue 148 Source/bindings/v8/V8AbstractEventListener.cpp if (m_isAttribute && !returnValue->IsNull() && !returnValue->IsUndefined() && event->isBeforeUnloadEvent()) { returnValue 149 Source/bindings/v8/V8AbstractEventListener.cpp V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<>, stringReturnValue, returnValue); returnValue 153 Source/bindings/v8/V8AbstractEventListener.cpp if (m_isAttribute && shouldPreventDefault(returnValue)) returnValue 157 Source/bindings/v8/V8AbstractEventListener.cpp bool V8AbstractEventListener::shouldPreventDefault(v8::Local<v8::Value> returnValue) returnValue 161 Source/bindings/v8/V8AbstractEventListener.cpp return returnValue->IsBoolean() && !returnValue->BooleanValue(); returnValue 133 Source/bindings/v8/V8AbstractEventListener.h virtual bool shouldPreventDefault(v8::Local<v8::Value> returnValue); returnValue 63 Source/bindings/v8/V8ErrorHandler.cpp v8::Local<v8::Value> returnValue; returnValue 76 Source/bindings/v8/V8ErrorHandler.cpp returnValue = V8ScriptRunner::callFunction(callFunction, context, thisValue, WTF_ARRAY_LENGTH(parameters), parameters, isolate); returnValue 78 Source/bindings/v8/V8ErrorHandler.cpp returnValue = ScriptController::callFunction(context, callFunction, thisValue, WTF_ARRAY_LENGTH(parameters), parameters, isolate); returnValue 80 Source/bindings/v8/V8ErrorHandler.cpp return returnValue; returnValue 93 Source/bindings/v8/V8ErrorHandler.cpp bool V8ErrorHandler::shouldPreventDefault(v8::Local<v8::Value> returnValue) returnValue 95 Source/bindings/v8/V8ErrorHandler.cpp return returnValue->IsBoolean() && returnValue->BooleanValue(); returnValue 56 Source/bindings/v8/V8ErrorHandler.h virtual bool shouldPreventDefault(v8::Local<v8::Value> returnValue) OVERRIDE; returnValue 143 Source/bindings/v8/V8NPObject.cpp v8::Handle<v8::Value> returnValue; returnValue 145 Source/bindings/v8/V8NPObject.cpp returnValue = convertNPVariantToV8Object(&result, npObject, isolate); returnValue 148 Source/bindings/v8/V8NPObject.cpp v8SetReturnValue(info, returnValue); returnValue 235 Source/bindings/v8/V8NPObject.cpp v8::Handle<v8::Value> returnValue; returnValue 237 Source/bindings/v8/V8NPObject.cpp returnValue = convertNPVariantToV8Object(&result, npObject, isolate); returnValue 239 Source/bindings/v8/V8NPObject.cpp return returnValue; returnValue 66 Source/bindings/v8/V8ValueCache.cpp void StringCache::setReturnValueFromStringSlow(v8::ReturnValue<v8::Value> returnValue, StringImpl* stringImpl) returnValue 69 Source/bindings/v8/V8ValueCache.cpp returnValue.SetEmptyString(); returnValue 77 Source/bindings/v8/V8ValueCache.cpp returnValue.Set(*cachedV8String.persistent()); returnValue 81 Source/bindings/v8/V8ValueCache.cpp returnValue.Set(createStringAndInsertIntoCache(stringImpl, returnValue.GetIsolate())); returnValue 50 Source/bindings/v8/V8ValueCache.h void setReturnValueFromString(v8::ReturnValue<v8::Value> returnValue, StringImpl* stringImpl) returnValue 54 Source/bindings/v8/V8ValueCache.h returnValue.Set(*m_lastV8String.persistent()); returnValue 56 Source/bindings/v8/V8ValueCache.h setReturnValueFromStringSlow(returnValue, stringImpl); returnValue 73 Source/bindings/v8/custom/V8JavaScriptCallFrameCustom.cpp v8SetReturnValue(info, impl->returnValue()); returnValue 313 Source/bindings/v8/custom/V8WindowCustom.cpp v8::Handle<v8::Value> returnValue(v8::Isolate*) const; returnValue 338 Source/bindings/v8/custom/V8WindowCustom.cpp v8::Handle<v8::Value> returnValue = m_dialogContext->Global()->Get(v8AtomicString(isolate, "returnValue")); returnValue 339 Source/bindings/v8/custom/V8WindowCustom.cpp if (returnValue.IsEmpty()) returnValue 341 Source/bindings/v8/custom/V8WindowCustom.cpp return returnValue; returnValue 364 Source/bindings/v8/custom/V8WindowCustom.cpp v8SetReturnValue(info, handler.returnValue(info.GetIsolate())); returnValue 2545 Source/core/dom/Document.cpp if (beforeUnloadEvent->returnValue().isNull()) returnValue 2553 Source/core/dom/Document.cpp String text = beforeUnloadEvent->returnValue(); returnValue 2343 Source/core/dom/Element.cpp Node* returnValue = insertAdjacent(where, newChild, exceptionState); returnValue 2344 Source/core/dom/Element.cpp return toElement(returnValue); returnValue 43 Source/core/events/BeforeUnloadEvent.h void setReturnValue(const String& returnValue) { m_returnValue = returnValue; } returnValue 44 Source/core/events/BeforeUnloadEvent.h String returnValue() const { return m_returnValue; } returnValue 134 Source/core/events/Event.h void setLegacyReturnValue(bool returnValue) { setDefaultPrevented(!returnValue); } returnValue 1040 Source/core/frame/DOMWindow.cpp String returnValue; returnValue 1041 Source/core/frame/DOMWindow.cpp if (host->chrome().runJavaScriptPrompt(m_frame, message, defaultValue, returnValue)) returnValue 1042 Source/core/frame/DOMWindow.cpp return returnValue; returnValue 106 Source/core/html/HTMLDialogElement.cpp void HTMLDialogElement::close(const String& returnValue, ExceptionState& exceptionState) returnValue 112 Source/core/html/HTMLDialogElement.cpp closeDialog(returnValue); returnValue 115 Source/core/html/HTMLDialogElement.cpp void HTMLDialogElement::closeDialog(const String& returnValue) returnValue 126 Source/core/html/HTMLDialogElement.cpp if (!returnValue.isNull()) returnValue 127 Source/core/html/HTMLDialogElement.cpp m_returnValue = returnValue; returnValue 42 Source/core/html/HTMLDialogElement.h void close(const String& returnValue, ExceptionState&); returnValue 43 Source/core/html/HTMLDialogElement.h void closeDialog(const String& returnValue = String()); returnValue 61 Source/core/html/HTMLDialogElement.h String returnValue() const { return m_returnValue; } returnValue 62 Source/core/html/HTMLDialogElement.h void setReturnValue(const String& returnValue) { m_returnValue = returnValue; } returnValue 65 Source/core/inspector/JavaScriptCallFrame.h v8::Handle<v8::Value> returnValue() const; returnValue 40 Source/core/testing/InternalSettings.cpp #define InternalSettingsGuardForSettingsReturn(returnValue) \ returnValue 43 Source/core/testing/InternalSettings.cpp return returnValue; \ returnValue 368 Source/modules/indexeddb/IDBTransaction.cpp bool returnValue = IDBEventDispatcher::dispatch(event.get(), targets); returnValue 376 Source/modules/indexeddb/IDBTransaction.cpp return returnValue; returnValue 129 Source/platform/LayoutUnit.h LayoutUnit returnValue; returnValue 130 Source/platform/LayoutUnit.h returnValue.setRawValue(::abs(m_value)); returnValue 131 Source/platform/LayoutUnit.h return returnValue;