OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SerializedScriptValue
(Results
26 - 50
of
73
) sorted by null
1
2
3
/external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.h
60
class
SerializedScriptValue
;
177
void updateForSameDocumentNavigation(const KURL&, SameDocumentNavigationSource, PassRefPtr<
SerializedScriptValue
>, FrameLoadType);
215
void setHistoryItemStateForCommit(HistoryCommitType, bool isPushOrReplaceState = false, PassRefPtr<
SerializedScriptValue
> = nullptr);
217
void loadInSameDocument(const KURL&, PassRefPtr<
SerializedScriptValue
> stateObject, FrameLoadType, ClientRedirectPolicy);
HistoryItem.cpp
173
void HistoryItem::setStateObject(PassRefPtr<
SerializedScriptValue
> object)
/external/chromium_org/third_party/WebKit/Source/core/workers/
DedicatedWorkerGlobalScope.h
61
void postMessage(ExecutionContext*, PassRefPtr<
SerializedScriptValue
>, const MessagePortArray*, ExceptionState&);
WorkerObjectProxy.h
57
void postMessageToWorkerObject(PassRefPtr<
SerializedScriptValue
>, PassOwnPtr<MessagePortChannelArray>);
WorkerMessagingProxy.cpp
61
static PassOwnPtr<MessageWorkerGlobalScopeTask> create(PassRefPtr<
SerializedScriptValue
> message, PassOwnPtr<MessagePortChannelArray> channels)
67
MessageWorkerGlobalScopeTask(PassRefPtr<
SerializedScriptValue
> message, PassOwnPtr<MessagePortChannelArray> channels)
83
RefPtr<
SerializedScriptValue
> m_message;
129
void WorkerMessagingProxy::postMessageToWorkerObject(PassRefPtr<
SerializedScriptValue
> message, PassOwnPtr<MessagePortChannelArray> channels)
138
void WorkerMessagingProxy::postMessageToWorkerGlobalScope(PassRefPtr<
SerializedScriptValue
> message, PassOwnPtr<MessagePortChannelArray> channels)
WorkerObjectProxy.cpp
34
#include "bindings/core/v8/
SerializedScriptValue
.h"
50
void WorkerObjectProxy::postMessageToWorkerObject(PassRefPtr<
SerializedScriptValue
> message, PassOwnPtr<MessagePortChannelArray> channels)
DedicatedWorkerGlobalScope.cpp
35
#include "bindings/core/v8/
SerializedScriptValue
.h"
65
void DedicatedWorkerGlobalScope::postMessage(ExecutionContext*, PassRefPtr<
SerializedScriptValue
> message, const MessagePortArray* ports, ExceptionState& exceptionState)
Worker.cpp
92
void Worker::postMessage(ExecutionContext*, PassRefPtr<
SerializedScriptValue
> message, const MessagePortArray* ports, ExceptionState& exceptionState)
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorker.h
35
#include "bindings/core/v8/
SerializedScriptValue
.h"
59
void postMessage(ExecutionContext*, PassRefPtr<
SerializedScriptValue
> message, const MessagePortArray*, ExceptionState&);
ServiceWorkerContainer.cpp
37
#include "bindings/core/v8/
SerializedScriptValue
.h"
251
RefPtr<
SerializedScriptValue
> value =
SerializedScriptValue
::createFromWire(message);
ServiceWorker.cpp
83
void ServiceWorker::postMessage(ExecutionContext*, PassRefPtr<
SerializedScriptValue
> message, const MessagePortArray* ports, ExceptionState& exceptionState)
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8MessageEventCustom.cpp
34
#include "bindings/core/v8/
SerializedScriptValue
.h"
59
event->setSerializedData(
SerializedScriptValue
::createAndSwallowExceptions(mainWorldData, info.GetIsolate()));
70
if (
SerializedScriptValue
* serializedValue = event->dataAsSerializedScriptValue()) {
129
event->setSerializedData(
SerializedScriptValue
::createAndSwallowExceptions(dataArg, info.GetIsolate()));
V8CustomEventCustom.cpp
35
#include "bindings/core/v8/
SerializedScriptValue
.h"
68
event->setSerializedDetail(
SerializedScriptValue
::createAndSwallowExceptions(mainWorldDetail, info.GetIsolate()));
95
event->setSerializedDetail(
SerializedScriptValue
::createAndSwallowExceptions(detailsArg, info.GetIsolate()));
V8PopStateEventCustom.cpp
34
#include "bindings/core/v8/
SerializedScriptValue
.h"
66
event->setSerializedState(
SerializedScriptValue
::createAndSwallowExceptions(mainWorldState, info.GetIsolate()));
V8WindowCustom.cpp
40
#include "bindings/core/v8/
SerializedScriptValue
.h"
274
if (!
SerializedScriptValue
::extractTransferables(info[transferablesArgIndex], transferablesArgIndex, portArray, arrayBufferArray, exceptionState, info.GetIsolate())) {
281
RefPtr<
SerializedScriptValue
> message =
SerializedScriptValue
::create(info[0], &portArray, &arrayBufferArray, exceptionState, info.GetIsolate());
/external/chromium_org/third_party/WebKit/Source/core/dom/
MessagePort.cpp
32
#include "bindings/core/v8/
SerializedScriptValue
.h"
65
void MessagePort::postMessage(ExecutionContext*, PassRefPtr<
SerializedScriptValue
> message, const MessagePortArray* ports, ExceptionState& exceptionState)
168
static bool tryGetMessageFrom(WebMessagePortChannel& webChannel, RefPtr<
SerializedScriptValue
>& message, OwnPtr<MessagePortChannelArray>& channels)
180
message =
SerializedScriptValue
::createFromWire(messageString);
191
RefPtr<
SerializedScriptValue
> message;
/external/chromium_org/third_party/WebKit/Source/core/frame/
LocalDOMWindow.h
73
class
SerializedScriptValue
;
221
void postMessage(PassRefPtr<
SerializedScriptValue
> message, const MessagePortArray*, const String& targetOrigin, LocalDOMWindow* source, ExceptionState&);
313
void enqueuePopstateEvent(PassRefPtr<
SerializedScriptValue
>);
316
void statePopped(PassRefPtr<
SerializedScriptValue
>);
387
RefPtr<
SerializedScriptValue
> m_pendingStateObject;
Window.idl
164
[DoNotCheckSecurity, Custom, RaisesException] void postMessage(
SerializedScriptValue
message, DOMString targetOrigin, optional sequence<Transferable> transfer);
/external/chromium_org/third_party/WebKit/Source/core/events/
MessageEvent.cpp
73
MessageEvent::MessageEvent(PassRefPtr<
SerializedScriptValue
> data, const String& origin, const String& lastEventId, PassRefPtrWillBeRawPtr<EventTarget> source, PassOwnPtrWillBeRawPtr<MessagePortArray> ports)
87
MessageEvent::MessageEvent(PassRefPtr<
SerializedScriptValue
> data, const String& origin, const String& lastEventId, PassRefPtrWillBeRawPtr<EventTarget> source, PassOwnPtr<MessagePortChannelArray> channels)
152
void MessageEvent::initMessageEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<
SerializedScriptValue
> data, const String& origin, const String& lastEventId, LocalDOMWindow* source, PassOwnPtrWillBeRawPtr<MessagePortArray> ports)
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
SerializedScriptValue.cpp
32
#include "bindings/core/v8/
SerializedScriptValue
.h"
171
// This format is private to the implementation of
SerializedScriptValue
. Do not rely on it
172
// externally. It is safe to persist a
SerializedScriptValue
as a binary blob, but this
421
doWriteUint32(
SerializedScriptValue
::wireFormatVersion);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScript.h
46
class
SerializedScriptValue
;
/external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h
71
class
SerializedScriptValue
;
273
PassRefPtr<ArrayBuffer> serializeObject(PassRefPtr<
SerializedScriptValue
>) const;
274
PassRefPtr<
SerializedScriptValue
> deserializeBuffer(PassRefPtr<ArrayBuffer>) const;
Internals.idl
235
SerializedScriptValue
deserializeBuffer(ArrayBuffer buffer);
236
ArrayBuffer serializeObject(
SerializedScriptValue
obj);
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
IDBBindingUtilities.cpp
29
#include "bindings/core/v8/
SerializedScriptValue
.h"
355
// FIXME: The extra copy here can be eliminated by allowing
SerializedScriptValue
to take a raw const char* or const uint8_t*.
358
RefPtr<
SerializedScriptValue
> serializedValue =
SerializedScriptValue
::createFromWireBytes(value);
434
ScriptValue deserializeScriptValue(ScriptState* scriptState,
SerializedScriptValue
* serializedValue, const Vector<blink::WebBlobInfo>* blobInfo)
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/core/
TestObject.idl
120
attribute
SerializedScriptValue
serializedScriptValueAttribute;
370
SerializedScriptValue
serializedScriptValueMethod();
375
void voidMethodSerializedScriptValueArg(
SerializedScriptValue
serializedScriptValueArg);
[
all
...]
Completed in 479 milliseconds
1
2
3