OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExceptionState
(Results
226 - 250
of
406
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
Notification.h
58
class
ExceptionState
;
71
static PassRefPtr<Notification> create(const String& title, const String& body, const String& iconURI, ScriptExecutionContext*,
ExceptionState
&, PassRefPtr<NotificationCenter> provider);
145
Notification(const String& title, const String& body, const String& iconURI, ScriptExecutionContext*,
ExceptionState
&, PassRefPtr<NotificationCenter>);
/external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.cpp
27
#include "bindings/v8/
ExceptionState
.h"
215
ScriptString XMLHttpRequest::responseText(
ExceptionState
& es)
226
Document* XMLHttpRequest::responseXML(
ExceptionState
& es)
263
Blob* XMLHttpRequest::responseBlob(
ExceptionState
& es)
298
ArrayBuffer* XMLHttpRequest::responseArrayBuffer(
ExceptionState
& es)
316
void XMLHttpRequest::setTimeout(unsigned long timeout,
ExceptionState
& es)
328
void XMLHttpRequest::setResponseType(const String& responseType,
ExceptionState
& es)
410
void XMLHttpRequest::setWithCredentials(bool value,
ExceptionState
& es)
446
void XMLHttpRequest::open(const String& method, const KURL& url,
ExceptionState
& es)
451
void XMLHttpRequest::open(const String& method, const KURL& url, bool async,
ExceptionState
& es
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasGradient.cpp
30
#include "bindings/v8/
ExceptionState
.h"
49
void CanvasGradient::addColorStop(float value, const String& color,
ExceptionState
& es)
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedEnumerationPropertyTearOff.h
23
#include "bindings/v8/
ExceptionState
.h"
32
virtual void setBaseVal(const unsigned& property,
ExceptionState
& es)
/external/chromium_org/third_party/WebKit/Source/core/workers/
AbstractWorker.cpp
34
#include "bindings/v8/
ExceptionState
.h"
57
KURL AbstractWorker::resolveURL(const String& url,
ExceptionState
& es)
Worker.cpp
31
#include "bindings/v8/
ExceptionState
.h"
56
PassRefPtr<Worker> Worker::create(ScriptExecutionContext* context, const String& url,
ExceptionState
& es)
90
void Worker::postMessage(PassRefPtr<SerializedScriptValue> message, const MessagePortArray* ports,
ExceptionState
& es)
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
Crypto.cpp
33
#include "bindings/v8/
ExceptionState
.h"
62
void Crypto::getRandomValues(ArrayBufferView* array,
ExceptionState
& es)
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBTransaction.h
44
class
ExceptionState
;
64
static IndexedDB::TransactionMode stringToMode(const String&,
ExceptionState
&);
79
PassRefPtr<IDBObjectStore> objectStore(const String& name,
ExceptionState
&);
80
void abort(
ExceptionState
&);
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCIceCandidate.cpp
36
#include "bindings/v8/
ExceptionState
.h"
42
PassRefPtr<RTCIceCandidate> RTCIceCandidate::create(const Dictionary& dictionary,
ExceptionState
& es)
RTCPeerConnection.cpp
36
#include "bindings/v8/
ExceptionState
.h"
67
PassRefPtr<RTCConfiguration> RTCPeerConnection::parseConfiguration(const Dictionary& configuration,
ExceptionState
& es)
117
PassRefPtr<RTCPeerConnection> RTCPeerConnection::create(ScriptExecutionContext* context, const Dictionary& rtcConfiguration, const Dictionary& mediaConstraints,
ExceptionState
& es)
135
RTCPeerConnection::RTCPeerConnection(ScriptExecutionContext* context, PassRefPtr<RTCConfiguration> configuration, PassRefPtr<MediaConstraints> constraints,
ExceptionState
& es)
170
void RTCPeerConnection::createOffer(PassRefPtr<RTCSessionDescriptionCallback> successCallback, PassRefPtr<RTCErrorCallback> errorCallback, const Dictionary& mediaConstraints,
ExceptionState
& es)
190
void RTCPeerConnection::createAnswer(PassRefPtr<RTCSessionDescriptionCallback> successCallback, PassRefPtr<RTCErrorCallback> errorCallback, const Dictionary& mediaConstraints,
ExceptionState
& es)
210
void RTCPeerConnection::setLocalDescription(PassRefPtr<RTCSessionDescription> prpSessionDescription, PassRefPtr<VoidCallback> successCallback, PassRefPtr<RTCErrorCallback> errorCallback,
ExceptionState
& es)
227
PassRefPtr<RTCSessionDescription> RTCPeerConnection::localDescription(
ExceptionState
& es)
237
void RTCPeerConnection::setRemoteDescription(PassRefPtr<RTCSessionDescription> prpSessionDescription, PassRefPtr<VoidCallback> successCallback, PassRefPtr<RTCErrorCallback> errorCallback,
ExceptionState
& es)
254
PassRefPtr<RTCSessionDescription> RTCPeerConnection::remoteDescription(
ExceptionState
& es
[
all
...]
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AnalyserNode.cpp
31
#include "bindings/v8/
ExceptionState
.h"
76
void AnalyserNode::setFftSize(unsigned size,
ExceptionState
& es)
OfflineAudioContext.cpp
31
#include "bindings/v8/
ExceptionState
.h"
38
PassRefPtr<OfflineAudioContext> OfflineAudioContext::create(ScriptExecutionContext* context, unsigned numberOfChannels, size_t numberOfFrames, float sampleRate,
ExceptionState
& es)
WaveShaperNode.cpp
31
#include "bindings/v8/
ExceptionState
.h"
58
void WaveShaperNode::setOversample(const String& type,
ExceptionState
& es)
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DOMWindowWebDatabase.cpp
32
#include "bindings/v8/
ExceptionState
.h"
44
PassRefPtr<Database> DOMWindowWebDatabase::openDatabase(DOMWindow* window, const String& name, const String& version, const String& displayName, unsigned long estimatedSize, PassRefPtr<DatabaseCallback> creationCallback,
ExceptionState
& es)
DatabaseSync.cpp
34
#include "bindings/v8/
ExceptionState
.h"
78
void DatabaseSync::changeVersion(const String& oldVersion, const String& newVersion, PassRefPtr<SQLTransactionSyncCallback> changeVersionCallback,
ExceptionState
& es)
138
void DatabaseSync::transaction(PassRefPtr<SQLTransactionSyncCallback> callback,
ExceptionState
& es)
143
void DatabaseSync::readTransaction(PassRefPtr<SQLTransactionSyncCallback> callback,
ExceptionState
& es)
156
void DatabaseSync::runTransaction(PassRefPtr<SQLTransactionSyncCallback> callback, bool readOnly,
ExceptionState
& es)
/external/chromium_org/third_party/WebKit/Source/core/dom/
SelectorQuery.h
39
class
ExceptionState
;
91
SelectorQuery* add(const AtomicString&, Document*,
ExceptionState
&);
/external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.h
30
class
ExceptionState
;
43
int offsetTo(const Position&,
ExceptionState
&) const;
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDialogElement.cpp
29
#include "bindings/v8/
ExceptionState
.h"
60
void HTMLDialogElement::close(const String& returnValue,
ExceptionState
& es)
116
void HTMLDialogElement::showModal(
ExceptionState
& es)
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
DOMApplicationCache.cpp
29
#include "bindings/v8/
ExceptionState
.h"
72
void DOMApplicationCache::update(
ExceptionState
& es)
79
void DOMApplicationCache::swapCache(
ExceptionState
& es)
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGMatrix.h
23
#include "bindings/v8/
ExceptionState
.h"
106
SVGMatrix inverse(
ExceptionState
& es) const
119
SVGMatrix rotateFromVector(double x, double y,
ExceptionState
& es)
SVGPaint.h
31
class
ExceptionState
;
93
void setPaint(unsigned short paintType, const String& uri, const String& rgbColor, const String& iccColor,
ExceptionState
&);
SVGViewSpec.h
32
class
ExceptionState
;
64
void setZoomAndPan(unsigned short,
ExceptionState
&);
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeySession.h
44
class
ExceptionState
;
67
void update(Uint8Array* key,
ExceptionState
&);
/external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognition.h
40
class
ExceptionState
;
65
void start(
ExceptionState
&);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8XMLHttpRequestCustom.cpp
38
#include "bindings/v8/
ExceptionState
.h"
72
ExceptionState
es(info.GetIsolate());
95
ExceptionState
es(info.GetIsolate());
105
ExceptionState
es(info.GetIsolate());
115
ExceptionState
es(info.GetIsolate());
150
ExceptionState
es(args.GetIsolate());
186
ExceptionState
es(args.GetIsolate());
Completed in 511 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>