/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | ConsoleBase.cpp | 46 void ConsoleBase::debug(ScriptState* scriptState, PassRefPtrWillBeRawPtr<ScriptArguments> arguments) in debug() 51 void ConsoleBase::error(ScriptState* scriptState, PassRefPtrWillBeRawPtr<ScriptArguments> arguments) in error() 56 void ConsoleBase::info(ScriptState* scriptState, PassRefPtrWillBeRawPtr<ScriptArguments> arguments) in info() 61 void ConsoleBase::log(ScriptState* scriptState, PassRefPtrWillBeRawPtr<ScriptArguments> arguments) in log() 66 void ConsoleBase::warn(ScriptState* scriptState, PassRefPtrWillBeRawPtr<ScriptArguments> arguments) in warn() 71 void ConsoleBase::dir(ScriptState* scriptState, PassRefPtrWillBeRawPtr<ScriptArguments> arguments) in dir() 76 void ConsoleBase::dirxml(ScriptState* scriptState, PassRefPtrWillBeRawPtr<ScriptArguments> argument… in dirxml() 81 void ConsoleBase::table(ScriptState* scriptState, PassRefPtrWillBeRawPtr<ScriptArguments> arguments) in table() 86 void ConsoleBase::clear(ScriptState* scriptState, PassRefPtrWillBeRawPtr<ScriptArguments> arguments) in clear() 91 void ConsoleBase::trace(ScriptState* scriptState, PassRefPtrWillBeRawPtr<ScriptArguments> arguments) in trace() [all …]
|
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/ |
D | Cache.cpp | 108 ScriptPromise rejectForCacheError(ScriptState* scriptState, WebServiceWorkerCacheError error) in rejectForCacheError() 113 ScriptPromise rejectAsNotImplemented(ScriptState* scriptState) in rejectAsNotImplemented() 125 ScriptPromise Cache::match(ScriptState* scriptState, Request* originalRequest, const QueryParams& q… in match() 136 ScriptPromise Cache::match(ScriptState* scriptState, const String& requestString, const QueryParams… in match() 147 ScriptPromise Cache::matchAll(ScriptState* scriptState, Request* originalRequest, const QueryParams… in matchAll() 158 ScriptPromise Cache::matchAll(ScriptState* scriptState, const String& requestString, const QueryPar… in matchAll() 169 ScriptPromise Cache::add(ScriptState* scriptState, Request* originalRequest) in add() 180 ScriptPromise Cache::add(ScriptState* scriptState, const String& requestString) in add() 191 ScriptPromise Cache::addAll(ScriptState* scriptState, const Vector<ScriptValue>& rawRequests) in addAll() 197 ScriptPromise Cache::deleteFunction(ScriptState* scriptState, Request* originalRequest, const Query… in deleteFunction() [all …]
|
D | Body.cpp | 17 ScriptPromise Body::readAsync(ScriptState* scriptState, ResponseType type) in readAsync() 80 ScriptPromise Body::arrayBuffer(ScriptState* scriptState) in arrayBuffer() 85 ScriptPromise Body::blob(ScriptState* scriptState) in blob() 90 ScriptPromise Body::formData(ScriptState* scriptState) in formData() 95 ScriptPromise Body::json(ScriptState* scriptState) in json() 100 ScriptPromise Body::text(ScriptState* scriptState) in text()
|
D | ServiceWorkerGlobalScope.cpp | 92 ScriptPromise ServiceWorkerGlobalScope::fetch(ScriptState* scriptState, Request* request) in fetch() 108 ScriptPromise ServiceWorkerGlobalScope::fetch(ScriptState* scriptState, Request* request, const Dic… in fetch() 124 ScriptPromise ServiceWorkerGlobalScope::fetch(ScriptState* scriptState, const String& urlstring) in fetch() 140 ScriptPromise ServiceWorkerGlobalScope::fetch(ScriptState* scriptState, const String& urlstring, co… in fetch()
|
D | CacheStorage.cpp | 151 ScriptPromise CacheStorage::get(ScriptState* scriptState, const String& cacheName) in get() 170 ScriptPromise CacheStorage::has(ScriptState* scriptState, const String& cacheName) in has() 188 ScriptPromise CacheStorage::createFunction(ScriptState* scriptState, const String& cacheName) in createFunction() 201 ScriptPromise CacheStorage::deleteFunction(ScriptState* scriptState, const String& cacheName) in deleteFunction() 214 ScriptPromise CacheStorage::keys(ScriptState* scriptState) in keys()
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | ScriptPromise.cpp | 56 ScriptPromise::InternalResolver::InternalResolver(ScriptState* scriptState) in InternalResolver() 89 ScriptPromise::ScriptPromise(ScriptState* scriptState, v8::Handle<v8::Value> value) in ScriptPromise() 129 ScriptPromise ScriptPromise::cast(ScriptState* scriptState, const ScriptValue& value) in cast() 134 ScriptPromise ScriptPromise::cast(ScriptState* scriptState, v8::Handle<v8::Value> value) in cast() 147 ScriptPromise ScriptPromise::reject(ScriptState* scriptState, const ScriptValue& value) in reject() 152 ScriptPromise ScriptPromise::reject(ScriptState* scriptState, v8::Handle<v8::Value> value) in reject() 162 ScriptPromise ScriptPromise::rejectWithDOMException(ScriptState* scriptState, PassRefPtrWillBeRawPt… in rejectWithDOMException()
|
D | ScriptFunction.h | 55 ScriptState* scriptState() const { return m_scriptState.get(); } in scriptState() function 59 explicit ScriptFunction(ScriptState* scriptState) in ScriptFunction()
|
D | V8EventListenerList.h | 50 …tatic PassRefPtr<V8EventListener> findWrapper(v8::Local<v8::Value> value, ScriptState* scriptState) in findWrapper() 72 …per(v8::Local<v8::Object> object, v8::Handle<v8::String> wrapperProperty, ScriptState* scriptState) in doFindWrapper() 89 …erList::findOrCreateWrapper(v8::Local<v8::Value> value, bool isAttribute, ScriptState* scriptState) in findOrCreateWrapper()
|
D | ScriptState.h | 30 explicit Scope(ScriptState* scriptState) in Scope() 59 …ScriptState* scriptState = static_cast<ScriptState*>(context->GetAlignedPointerFromEmbedderData(v8… in from() local 126 ScriptStateProtectingContext(ScriptState* scriptState) in ScriptStateProtectingContext()
|
D | ScriptPromiseResolver.h | 32 static PassRefPtr<ScriptPromiseResolver> create(ScriptState* scriptState) in create() 65 ScriptState* scriptState() { return m_scriptState.get(); } in scriptState() function 77 ScriptState* scriptState() const { return m_scriptState.get(); } in scriptState() function
|
/external/chromium_org/third_party/WebKit/Source/core/imagebitmap/ |
D | ImageBitmapFactories.cpp | 68 static ScriptPromise fulfillImageBitmap(ScriptState* scriptState, PassRefPtrWillBeRawPtr<ImageBitma… in fulfillImageBitmap() 80 ScriptPromise ImageBitmapFactories::createImageBitmap(ScriptState* scriptState, EventTarget& eventT… in createImageBitmap() 86 ScriptPromise ImageBitmapFactories::createImageBitmap(ScriptState* scriptState, EventTarget& eventT… in createImageBitmap() 115 ScriptPromise ImageBitmapFactories::createImageBitmap(ScriptState* scriptState, EventTarget& eventT… in createImageBitmap() 121 ScriptPromise ImageBitmapFactories::createImageBitmap(ScriptState* scriptState, EventTarget& eventT… in createImageBitmap() 151 ScriptPromise ImageBitmapFactories::createImageBitmap(ScriptState* scriptState, EventTarget& eventT… in createImageBitmap() 156 ScriptPromise ImageBitmapFactories::createImageBitmap(ScriptState* scriptState, EventTarget& eventT… in createImageBitmap() 161 ScriptPromise ImageBitmapFactories::createImageBitmap(ScriptState* scriptState, EventTarget& eventT… in createImageBitmap() 166 ScriptPromise ImageBitmapFactories::createImageBitmap(ScriptState* scriptState, EventTarget& eventT… in createImageBitmap() 184 ScriptPromise ImageBitmapFactories::createImageBitmap(ScriptState* scriptState, EventTarget& eventT… in createImageBitmap() [all …]
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
D | IDBIndex.cpp | 73 IDBRequest* IDBIndex::openCursor(ScriptState* scriptState, const ScriptValue& range, const String& … in openCursor() 104 IDBRequest* IDBIndex::openCursor(ScriptState* scriptState, IDBKeyRange* keyRange, WebIDBCursorDirec… in openCursor() 112 IDBRequest* IDBIndex::count(ScriptState* scriptState, const ScriptValue& range, ExceptionState& exc… in count() 142 IDBRequest* IDBIndex::openKeyCursor(ScriptState* scriptState, const ScriptValue& range, const Strin… in openKeyCursor() 175 IDBRequest* IDBIndex::get(ScriptState* scriptState, const ScriptValue& key, ExceptionState& excepti… in get() 181 IDBRequest* IDBIndex::getKey(ScriptState* scriptState, const ScriptValue& key, ExceptionState& exce… in getKey() 187 IDBRequest* IDBIndex::getInternal(ScriptState* scriptState, const ScriptValue& key, ExceptionState&… in getInternal()
|
D | IDBFactory.cpp | 73 IDBRequest* IDBFactory::getDatabaseNames(ScriptState* scriptState, ExceptionState& exceptionState) in getDatabaseNames() 94 IDBOpenDBRequest* IDBFactory::open(ScriptState* scriptState, const String& name, unsigned long long… in open() 104 IDBOpenDBRequest* IDBFactory::openInternal(ScriptState* scriptState, const String& name, int64_t ve… in openInternal() 132 IDBOpenDBRequest* IDBFactory::open(ScriptState* scriptState, const String& name, ExceptionState& ex… in open() 138 IDBOpenDBRequest* IDBFactory::deleteDatabase(ScriptState* scriptState, const String& name, Exceptio… in deleteDatabase() 164 short IDBFactory::cmp(ScriptState* scriptState, const ScriptValue& firstValue, const ScriptValue& s… in cmp()
|
D | IDBObjectStore.cpp | 87 IDBRequest* IDBObjectStore::get(ScriptState* scriptState, const ScriptValue& key, ExceptionState& e… in get() 142 IDBRequest* IDBObjectStore::add(ScriptState* scriptState, const ScriptValue& value, const ScriptVal… in add() 148 IDBRequest* IDBObjectStore::put(ScriptState* scriptState, const ScriptValue& value, const ScriptVal… in put() 154 IDBRequest* IDBObjectStore::put(ScriptState* scriptState, WebIDBPutMode putMode, IDBAny* source, co… in put() 160 IDBRequest* IDBObjectStore::put(ScriptState* scriptState, WebIDBPutMode putMode, IDBAny* source, co… in put() 265 IDBRequest* IDBObjectStore::deleteFunction(ScriptState* scriptState, const ScriptValue& key, Except… in deleteFunction() 302 IDBRequest* IDBObjectStore::clear(ScriptState* scriptState, ExceptionState& exceptionState) in clear() 339 …static PassRefPtr<IndexPopulator> create(ScriptState* scriptState, IDBDatabase* database, int64_t … in create() 350 …IndexPopulator(ScriptState* scriptState, IDBDatabase* database, int64_t transactionId, int64_t obj… in IndexPopulator() 407 IDBIndex* IDBObjectStore::createIndex(ScriptState* scriptState, const String& name, const IDBKeyPat… in createIndex() [all …]
|
D | IDBCursor.cpp | 93 IDBRequest* IDBCursor::update(ScriptState* scriptState, const ScriptValue& value, ExceptionState& e… in update() 156 void IDBCursor::continueFunction(ScriptState* scriptState, const ScriptValue& keyValue, ExceptionSt… in continueFunction() 167 void IDBCursor::continuePrimaryKey(ScriptState* scriptState, const ScriptValue& keyValue, const Scr… in continuePrimaryKey() 229 IDBRequest* IDBCursor::deleteFunction(ScriptState* scriptState, ExceptionState& exceptionState) in deleteFunction() 283 ScriptValue IDBCursor::key(ScriptState* scriptState) in key() 289 ScriptValue IDBCursor::primaryKey(ScriptState* scriptState) in primaryKey() 295 ScriptValue IDBCursor::value(ScriptState* scriptState) in value()
|
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
D | CryptoResultImpl.cpp | 52 static WeakPtr<ScriptPromiseResolver> create(ScriptState* scriptState, CryptoResultImpl* result) in create() 66 WeakResolver(ScriptState* scriptState, CryptoResultImpl* result) in WeakResolver() 106 PassRefPtr<CryptoResultImpl> CryptoResultImpl::create(ScriptState* scriptState) in create() 127 ScriptState* scriptState = resolver->scriptState(); in completeWithJson() local 158 ScriptState* scriptState = m_resolver->scriptState(); in completeWithKeyPair() local 183 CryptoResultImpl::CryptoResultImpl(ScriptState* scriptState) in CryptoResultImpl()
|
D | SubtleCrypto.cpp | 78 static bool canAccessWebCrypto(ScriptState* scriptState, CryptoResult* result) in canAccessWebCrypto() 90 static ScriptPromise startCryptoOperation(ScriptState* scriptState, const Dictionary& rawAlgorithm,… in startCryptoOperation() 196 ScriptPromise SubtleCrypto::encrypt(ScriptState* scriptState, const Dictionary& rawAlgorithm, Crypt… in encrypt() 201 ScriptPromise SubtleCrypto::decrypt(ScriptState* scriptState, const Dictionary& rawAlgorithm, Crypt… in decrypt() 206 ScriptPromise SubtleCrypto::sign(ScriptState* scriptState, const Dictionary& rawAlgorithm, CryptoKe… in sign() 211 ScriptPromise SubtleCrypto::verifySignature(ScriptState* scriptState, const Dictionary& rawAlgorith… in verifySignature() 216 ScriptPromise SubtleCrypto::digest(ScriptState* scriptState, const Dictionary& rawAlgorithm, const … in digest() 221 ScriptPromise SubtleCrypto::generateKey(ScriptState* scriptState, const Dictionary& rawAlgorithm, b… in generateKey() 241 ScriptPromise SubtleCrypto::importKey(ScriptState* scriptState, const String& rawFormat, const Arra… in importKey() 273 ScriptPromise SubtleCrypto::importKey(ScriptState* scriptState, const String& rawFormat, const Dict… in importKey() [all …]
|
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/ |
D | MediaKeySession.cpp | 151 NewSessionResult(ScriptState* scriptState, MediaKeySession* session) in NewSessionResult() 208 MediaKeySession* MediaKeySession::create(ScriptState* scriptState, MediaKeys* mediaKeys, const Stri… in create() 215 MediaKeySession::MediaKeySession(ScriptState* scriptState, MediaKeys* mediaKeys, const String& sess… in MediaKeySession() 278 ScriptPromise MediaKeySession::closed(ScriptState* scriptState) in closed() 283 ScriptPromise MediaKeySession::generateRequest(ScriptState* scriptState, const String& initDataType… in generateRequest() 289 ScriptPromise MediaKeySession::generateRequest(ScriptState* scriptState, const String& initDataType… in generateRequest() 295 ScriptPromise MediaKeySession::generateRequestInternal(ScriptState* scriptState, const String& init… in generateRequestInternal() 359 ScriptPromise MediaKeySession::update(ScriptState* scriptState, ArrayBuffer* response) in update() 365 ScriptPromise MediaKeySession::update(ScriptState* scriptState, ArrayBufferView* response) in update() 371 ScriptPromise MediaKeySession::updateInternal(ScriptState* scriptState, PassRefPtr<ArrayBuffer> res… in updateInternal() [all …]
|
D | MediaKeys.cpp | 70 static ScriptPromise createRejectedPromise(ScriptState* scriptState, ExceptionCode error, const Str… in createRejectedPromise() 91 ScriptPromise MediaKeysInitializer::create(ScriptState* scriptState, const String& keySystem) in create() 99 MediaKeysInitializer::MediaKeysInitializer(ScriptState* scriptState, const String& keySystem) in MediaKeysInitializer() 147 ScriptPromise MediaKeys::create(ScriptState* scriptState, const String& keySystem) in create() 193 MediaKeySession* MediaKeys::createSession(ScriptState* scriptState, const String& sessionType) in createSession()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | PageRuntimeAgent.cpp | 112 void PageRuntimeAgent::didCreateIsolatedContext(LocalFrame* frame, ScriptState* scriptState, Securi… in didCreateIsolatedContext() 124 … ScriptState* scriptState = ScriptState::forMainWorld(m_inspectedPage->deprecatedLocalMainFrame()); in injectedScriptForEval() local 157 ScriptState* scriptState = ScriptState::forMainWorld(localFrame); in reportExecutionContextCreation() local 172 RefPtr<ScriptState> scriptState = it->key; in frameWindowDiscarded() local
|
/external/chromium_org/third_party/WebKit/Source/core/testing/v8/ |
D | WebCoreTestSupport.cpp | 42 ScriptState* scriptState = ScriptState::from(context); in injectInternalsObject() local 56 ScriptState* scriptState = ScriptState::from(context); in resetInternalsObject() local
|
/external/chromium_org/third_party/WebKit/Source/core/streams/ |
D | ReadableStream.cpp | 119 ScriptPromise ReadableStream::wait(ScriptState* scriptState) in wait() 126 ScriptPromise ReadableStream::cancel(ScriptState* scriptState, ScriptValue reason) in cancel() 151 ScriptPromise ReadableStream::closed(ScriptState* scriptState) in closed()
|
D | ReadableStreamImpl.h | 33 static ScriptValue toScriptValue(ScriptState* scriptState, const HoldType& value) in toScriptValue() 47 static ScriptValue toScriptValue(ScriptState* scriptState, const HoldType& value) in toScriptValue() 99 ScriptValue ReadableStreamImpl<ChunkTypeTraits>::read(ScriptState* scriptState, ExceptionState& exc… in read()
|
/external/chromium_org/third_party/WebKit/Source/modules/credentialmanager/ |
D | CredentialsContainer.cpp | 113 ScriptPromise CredentialsContainer::request(ScriptState* scriptState, const Dictionary&) in request() 125 ScriptPromise CredentialsContainer::notifySignedIn(ScriptState* scriptState, Credential* credential) in notifySignedIn() 136 ScriptPromise CredentialsContainer::notifyFailedSignIn(ScriptState* scriptState, Credential* creden… in notifyFailedSignIn() 147 ScriptPromise CredentialsContainer::notifySignedOut(ScriptState* scriptState) in notifySignedOut()
|
/external/chromium_org/third_party/WebKit/Source/modules/battery/ |
D | NavigatorBattery.cpp | 21 ScriptPromise NavigatorBattery::getBattery(ScriptState* scriptState, Navigator& navigator) in getBattery() 26 ScriptPromise NavigatorBattery::getBattery(ScriptState* scriptState) in getBattery()
|