| /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
| V8CustomSQLStatementErrorCallback.cpp | 51 ScriptState::Scope scope(m_scriptState.get());
|
| V8HTMLCanvasElementCustom.cpp | 103 ScriptState* scriptState = ScriptState::current(isolate); 104 ScriptValue context(scriptState, v8Result); 117 ScriptState* scriptState = ScriptState::current(isolate); 118 ScriptValue glContext(scriptState, v8Result);
|
| V8MutationObserverCustom.cpp | 62 OwnPtr<MutationCallback> callback = V8MutationCallback::create(v8::Handle<v8::Function>::Cast(arg), wrapper, ScriptState::current(info.GetIsolate()));
|
| V8SubtleCryptoCustom.cpp | 32 v8SetReturnValue(info, impl->verifySignature(ScriptState::current(info.GetIsolate()), algorithm, key, signature, data).v8Value()); 47 v8SetReturnValue(info, impl->verifySignature(ScriptState::current(info.GetIsolate()), algorithm, key, signature, data).v8Value()); 62 v8SetReturnValue(info, impl->verifySignature(ScriptState::current(info.GetIsolate()), algorithm, key, signature, data).v8Value()); 77 v8SetReturnValue(info, impl->verifySignature(ScriptState::current(info.GetIsolate()), algorithm, key, signature, data).v8Value());
|
| V8WindowCustom.cpp | 85 ScriptState* scriptState = ScriptState::current(info.GetIsolate()); 124 action = adoptPtr(new ScheduledAction(scriptState, v8::Handle<v8::Function>::Cast(function), paramCount, params.get(), info.GetIsolate())); 131 action = adoptPtr(new ScheduledAction(scriptState, functionString, KURL(), info.GetIsolate())); 293 explicit DialogHandler(v8::Handle<v8::Value> dialogArguments, ScriptState* scriptState) 294 : m_scriptState(scriptState) 303 RefPtr<ScriptState> m_scriptState; 304 RefPtr<ScriptState> m_scriptStateForDialogFrame [all...] |
| /external/chromium_org/third_party/WebKit/Source/core/inspector/ |
| InjectedScriptCanvasModule.h | 34 #include "bindings/v8/ScriptState.h" 50 static InjectedScriptCanvasModule moduleForState(InjectedScriptManager*, ScriptState*);
|
| JavaScriptCallFrame.h | 36 #include "bindings/v8/ScriptState.h" 71 ScriptValue setVariableValue(ScriptState*, int scopeNumber, const String& variableName, const ScriptValue& newValue);
|
| PageConsoleAgent.cpp | 62 virtual ScriptValue get(ScriptState* state) OVERRIDE
|
| InspectorCanvasAgent.cpp | 140 InjectedScriptCanvasModule module = injectedScriptCanvasModule(errorString, ScriptState::forMainWorld(frame)); 150 InjectedScriptCanvasModule module = injectedScriptCanvasModule(errorString, ScriptState::forMainWorld(frame)); 211 ScriptState* scriptState = wrappedContext.scriptState(); 213 if (scriptState) 214 domWindow = scriptState->domWindow(); 224 InjectedScriptCanvasModule InspectorCanvasAgent::injectedScriptCanvasModule(ErrorString* errorString, ScriptState* scriptState) 228 InjectedScriptCanvasModule module = InjectedScriptCanvasModule::moduleForState(m_injectedScriptManager, scriptState); [all...] |
| InspectorInstrumentation.idl | 200 void didCreateIsolatedContext([Keep] LocalFrame*, ScriptState*, SecurityOrigin*); 456 void addMessageToConsole(ExecutionContext* context, MessageSource source, MessageType type, MessageLevel level, const String& message, const String& scriptId, unsigned lineNumber, unsigned columnNumber, ScriptState* state, unsigned long requestIdentifier = 0); 459 void addMessageToConsole(ExecutionContext* context, MessageSource source, MessageType type, MessageLevel level, const String& message, ScriptState* state, PassRefPtrWillBeRawPtr<ScriptArguments> arguments, unsigned long requestIdentifier = 0); 462 void consoleCount(ExecutionContext* context, ScriptState* state, PassRefPtrWillBeRawPtr<ScriptArguments> arguments); 468 void consoleTimeEnd([Keep] ExecutionContext* context, const String& title, ScriptState* state); 474 void consoleTimeline([Keep] ExecutionContext* context, const String& title, ScriptState* state); 477 void consoleTimelineEnd([Keep] ExecutionContext* context, const String& title, ScriptState* state); 480 void consoleProfile(ExecutionContext* context, const String& title, ScriptState* state); 483 void consoleProfileEnd(ExecutionContext* context, const String& title, ScriptState* state);
|
| InspectorFrontendHost.cpp | 34 #include "bindings/v8/ScriptState.h" 192 ScriptState* frontendScriptState = ScriptState::forMainWorld(m_frontendPage->deprecatedLocalMainFrame());
|
| ConsoleMessage.cpp | 64 ConsoleMessage::ConsoleMessage(bool canGenerateCallStack, MessageSource source, MessageType type, MessageLevel level, const String& message, const String& url, unsigned line, unsigned column, ScriptState* scriptState, unsigned long requestIdentifier) 69 , m_scriptState(scriptState) 76 autogenerateMetadata(canGenerateCallStack, scriptState); 100 ConsoleMessage::ConsoleMessage(bool canGenerateCallStack, MessageSource source, MessageType type, MessageLevel level, const String& message, PassRefPtrWillBeRawPtr<ScriptArguments> arguments, ScriptState* scriptState, unsigned long requestIdentifier) 105 , m_scriptState(scriptState) 113 autogenerateMetadata(canGenerateCallStack, scriptState); 120 void ConsoleMessage::autogenerateMetadata(bool canGenerateCallStack, ScriptState* scriptState) [all...] |
| InspectorTimelineAgent.h | 74 class ScriptState; 196 void consoleTimeEnd(ExecutionContext*, const String&, ScriptState*); 197 void consoleTimeline(ExecutionContext*, const String& title, ScriptState*); 198 void consoleTimelineEnd(ExecutionContext*, const String& title, ScriptState*);
|
| /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/ |
| InstallEvent.cpp | 58 ScriptPromise InstallEvent::reloadAll(ScriptState* scriptState) 64 RefPtr<ScriptPromiseResolver> resolver = ScriptPromiseResolver::create(scriptState); 66 resolver->reject(ScriptValue(scriptState, v8::Null(scriptState->isolate())));
|
| /external/chromium_org/third_party/WebKit/Source/web/ |
| StorageQuotaClientImpl.cpp | 36 #include "bindings/v8/ScriptState.h" 79 ScriptPromise StorageQuotaClientImpl::requestPersistentQuota(ScriptState* scriptState, unsigned long long newQuotaInBytes) 81 RefPtr<ScriptPromiseResolverWithContext> resolver = ScriptPromiseResolverWithContext::create(scriptState); 84 if (scriptState->executionContext()->isDocument()) { 85 Document* document = toDocument(scriptState->executionContext());
|
| /external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
| V8CustomElementLifecycleCallbacks.cpp | 53 PassRefPtr<V8CustomElementLifecycleCallbacks> V8CustomElementLifecycleCallbacks::create(ScriptState* scriptState, v8::Handle<v8::Object> prototype, v8::Handle<v8::Function> created, v8::Handle<v8::Function> attached, v8::Handle<v8::Function> detached, v8::Handle<v8::Function> attributeChanged) 55 v8::Isolate* isolate = scriptState->isolate(); 66 return adoptRef(new V8CustomElementLifecycleCallbacks(scriptState, prototype, created, attached, detached, attributeChanged)); 92 V8CustomElementLifecycleCallbacks::V8CustomElementLifecycleCallbacks(ScriptState* scriptState, v8::Handle<v8::Object> prototype, v8::Handle<v8::Function> created, v8::Handle<v8::Function> attached, v8::Handle<v8::Function> detached, v8::Handle<v8::Function> attributeChanged) 94 , ContextLifecycleObserver(scriptState->executionContext()) 96 , m_scriptState(scriptState) 97 , m_prototype(scriptState->isolate(), prototype) 98 , m_created(scriptState->isolate(), created [all...] |
| V8WindowShell.cpp | 128 ScriptState::Scope scope(m_scriptState.get()); 203 ScriptState::Scope scope(m_scriptState.get()); 277 m_scriptState = ScriptState::create(context, m_world); 340 ScriptState::Scope scope(m_scriptState.get()); 469 ScriptState::Scope scope(m_scriptState.get()); 486 ScriptState::Scope scope(m_scriptState.get());
|
| ScriptCallStackFactory.cpp | 111 PassRefPtrWillBeRawPtr<ScriptCallStack> createScriptCallStackForConsole(ScriptState* scriptState, size_t maxStackSize) 115 if (InspectorInstrumentation::consoleAgentEnabled(scriptState->executionContext())) 121 PassRefPtrWillBeRawPtr<ScriptArguments> createScriptArguments(ScriptState* scriptState, const v8::FunctionCallbackInfo<v8::Value>& v8arguments, unsigned skipArgumentCount) 125 arguments.append(ScriptValue(scriptState, v8arguments[i])); 127 return ScriptArguments::create(scriptState, arguments);
|
| V8AbstractEventListener.cpp | 46 V8AbstractEventListener::V8AbstractEventListener(bool isAttribute, ScriptState* scriptState) 49 , m_scriptState(scriptState) 50 , m_isolate(scriptState->isolate()) 79 if (scriptState()->executionContext()->isJSExecutionForbidden()) 88 if (scriptState()->contextIsEmpty()) 90 ScriptState::Scope scope(scriptState()); 93 v8::Handle<v8::Value> jsEvent = toV8(event, scriptState()->context()->Global(), isolate()); 111 ASSERT(!scriptState()->contextIsEmpty()) [all...] |
| V8EventListener.cpp | 41 V8EventListener::V8EventListener(v8::Local<v8::Object> listener, bool isAttribute, ScriptState* scriptState) 42 : V8AbstractEventListener(isAttribute, scriptState) 49 v8::Local<v8::Object> listener = getListenerObject(scriptState()->executionContext()); 73 v8::Local<v8::Function> handlerFunction = getListenerFunction(scriptState()->executionContext()); 78 if (!scriptState()->executionContext()->isDocument()) 81 LocalFrame* frame = toDocument(scriptState()->executionContext())->frame();
|
| /external/chromium_org/third_party/WebKit/Source/bindings/templates/ |
| attributes.cpp | 48 ScriptState* scriptState = ScriptState::current(info.GetIsolate()); 168 ScriptState* scriptState = ScriptState::from(info.GetIsolate()->GetCurrentContext()); 169 V8PerContextData* contextData = scriptState->perContextData(); 171 if (scriptState->world().isIsolatedWorld() && contextData && contextData->activityLogger()) 321 ScriptState* scriptState = ScriptState::from(info.GetIsolate()->GetCurrentContext()) [all...] |
| /external/chromium_org/third_party/WebKit/Source/core/workers/ |
| WorkerGlobalScope.h | 147 void addMessageToWorkerConsole(MessageSource, MessageLevel, const String& message, const String& sourceURL, unsigned lineNumber, PassRefPtrWillBeRawPtr<ScriptCallStack>, ScriptState*); 159 virtual void addMessage(MessageSource, MessageLevel, const String& message, const String& sourceURL, unsigned lineNumber, ScriptState* = 0) OVERRIDE FINAL;
|
| /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
| IDBKeyRange.cpp | 69 ScriptValue IDBKeyRange::lowerValue(ScriptState* scriptState) const 71 return idbKeyToScriptValue(scriptState, m_lower); 74 ScriptValue IDBKeyRange::upperValue(ScriptState* scriptState) const 76 return idbKeyToScriptValue(scriptState, m_upper);
|
| IDBOpenDBRequest.cpp | 42 IDBOpenDBRequest* IDBOpenDBRequest::create(ScriptState* scriptState, IDBDatabaseCallbacks* callbacks, int64_t transactionId, int64_t version) 44 IDBOpenDBRequest* request = adoptRefCountedGarbageCollectedWillBeNoop(new IDBOpenDBRequest(scriptState, callbacks, transactionId, version)); 49 IDBOpenDBRequest::IDBOpenDBRequest(ScriptState* scriptState, IDBDatabaseCallbacks* callbacks, int64_t transactionId, int64_t version) 50 : IDBRequest(scriptState, IDBAny::createNull(), 0)
|
| /external/chromium_org/third_party/WebKit/Source/modules/webmidi/ |
| MIDIAccessInitializer.cpp | 20 MIDIAccessInitializer::MIDIAccessInitializer(ScriptState* scriptState, const MIDIOptions& options) 21 : ScriptPromiseResolverWithContext(scriptState) 95 return scriptState()->executionContext();
|