HomeSort by relevance Sort by last modified time
    Searched refs:isDocument (Results 1 - 25 of 32) sorted by null

1 2

  /external/webkit/WebCore/dom/
ActiveDOMObject.cpp 41 ASSERT((m_scriptExecutionContext->isDocument() && isMainThread())
52 ASSERT((m_scriptExecutionContext->isDocument() && isMainThread())
ScriptExecutionContext.cpp 170 ASSERT((isDocument() && isMainThread())
181 ASSERT((isDocument() && isMainThread())
271 if (isDocument())
ScriptExecutionContext.h 65 virtual bool isDocument() const { return false; }
  /external/webkit/WebCore/loader/
ThreadableLoader.cpp 53 ASSERT(context->isDocument());
68 ASSERT(context->isDocument());
WorkerThreadableLoader.cpp 107 ASSERT(context->isDocument());
123 ASSERT_UNUSED(context, context->isDocument());
139 ASSERT_UNUSED(context, context->isDocument());
  /external/webkit/WebCore/notifications/
NotificationCenter.cpp 54 m_scriptExecutionContext->isDocument() ? static_cast<Document*>(m_scriptExecutionContext) : 0);
Notification.cpp 52 Document* document = context->isDocument() ? static_cast<Document*>(context) : 0;
73 Document* document = context->isDocument() ? static_cast<Document*>(context) : 0;
  /external/webkit/WebCore/websockets/
ThreadableWebSocketChannel.cpp 68 ASSERT(context->isDocument());
WorkerThreadableWebSocketChannel.cpp 216 ASSERT_UNUSED(context, context->isDocument());
244 ASSERT_UNUSED(context, context->isDocument());
260 ASSERT_UNUSED(context, context->isDocument());
281 ASSERT_UNUSED(context, context->isDocument());
304 ASSERT_UNUSED(context, context->isDocument());
319 ASSERT_UNUSED(context, context->isDocument());
WebSocketChannel.cpp 156 if (m_context->isDocument()) {
WebSocketHandshake.cpp 188 if (m_context->isDocument()) {
  /external/webkit/WebCore/bindings/js/
JSDOMGlobalObject.cpp 98 if (scriptExecutionContext->isDocument())
117 if (scriptExecutionContext->isDocument())
JSLazyEventListener.cpp 73 ASSERT(executionContext->isDocument());
89 if (executionContext->isDocument()) {
ScheduledAction.cpp 76 if (context->isDocument())
84 ASSERT(context->isDocument());
JSEventListener.cpp 75 if (scriptExecutionContext->isDocument()) {
132 if (scriptExecutionContext->isDocument())
  /external/webkit/WebCore/dom/default/
PlatformMessagePortChannel.cpp 238 if (remoteContext == context || (remoteContext && remoteContext->isDocument() && context->isDocument()))
  /external/webkit/WebCore/inspector/
InspectorTimelineAgent.h 136 if (context && context->isDocument())
  /external/webkit/WebCore/workers/
WorkerMessagingProxy.cpp 225 ASSERT((m_scriptExecutionContext->isDocument() && isMainThread())
232 ASSERT((m_scriptExecutionContext->isDocument() && isMainThread())
272 ASSERT(m_scriptExecutionContext->isDocument());
DefaultSharedWorkerRepository.cpp 195 ASSERT(context->isDocument());
  /external/webkit/WebCore/bindings/v8/
V8Utilities.cpp 173 if (context && !context->isDocument())
V8Proxy.cpp 602 if (!context || !context->isDocument())
910 if (context->isDocument()) {
  /external/webkit/WebCore/inspector/front-end/
ScopeChainSidebarPane.js 72 else if (scopeObjectProxy.isDocument)
  /external/webkit/WebKit/chromium/src/
SharedWorkerRepository.cpp 192 ASSERT(worker->scriptExecutionContext()->isDocument());
WebWorkerBase.cpp 297 ASSERT(m_loadingDocument->isDocument());
WebWorkerClientImpl.cpp 85 // if (!worker->scriptExecutionContext()->isDocument())
91 if (worker->scriptExecutionContext()->isDocument()) {

Completed in 592 milliseconds

1 2