HomeSort by relevance Sort by last modified time
    Searched refs:m_loadingDocument (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebSharedWorkerImpl.cpp 228 ASSERT(!m_loadingDocument);
231 m_loadingDocument = toWebLocalFrameImpl(frame)->frame()->document();
233 m_loadingDocument.get(),
349 InspectorInstrumentation::didReceiveScriptResponse(m_loadingDocument.get(), m_mainScriptLoader->identifier());
361 ASSERT(m_loadingDocument);
378 WebSecurityOrigin webSecurityOrigin(m_loadingDocument->securityOrigin());
380 OwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData = WorkerThreadStartupData::create(m_url, m_loadingDocument->userAgent(m_url), m_mainScriptLoader->script(), startMode, m_contentSecurityPolicy, static_cast<ContentSecurityPolicyHeaderType>(m_policyType), workerClients.release());
382 InspectorInstrumentation::scriptImported(m_loadingDocument.get(), m_mainScriptLoader->identifier(), m_mainScriptLoader->script());
389 m_workerInspectorProxy->workerThreadCreated(m_loadingDocument.get(), workerThread(), m_url);
WebSharedWorkerImpl.h 138 RefPtrWillBePersistent<ExecutionContext> m_loadingDocument;

Completed in 420 milliseconds