shared 50 Source/bindings/v8/PageScriptDebugServer.h static PageScriptDebugServer& shared(); shared 94 Source/core/html/parser/HTMLDocumentParser.cpp return &HTMLParserThread::shared()->platformThread(); shared 407 Source/core/html/parser/HTMLDocumentParser.cpp HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::resumeFrom, m_backgroundParser, checkpoint.release())); shared 430 Source/core/html/parser/HTMLDocumentParser.cpp HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::startedChunkWithCheckpoint, m_backgroundParser, chunk->inputCheckpoint)); shared 527 Source/core/html/parser/HTMLDocumentParser.cpp HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::forcePlaintextForTextDocument, m_backgroundParser)); shared 716 Source/core/html/parser/HTMLDocumentParser.cpp HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::start, reference.release(), config.release())); shared 725 Source/core/html/parser/HTMLDocumentParser.cpp HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::stop, m_backgroundParser)); shared 838 Source/core/html/parser/HTMLDocumentParser.cpp HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::finish, m_backgroundParser)); shared 1015 Source/core/html/parser/HTMLDocumentParser.cpp HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::appendRawBytesFromMainThread, m_backgroundParser, buffer.release())); shared 1029 Source/core/html/parser/HTMLDocumentParser.cpp HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::flush, m_backgroundParser)); shared 1040 Source/core/html/parser/HTMLDocumentParser.cpp HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::setDecoder, m_backgroundParser, takeDecoder())); shared 50 Source/core/html/parser/HTMLParserThread.h static HTMLParserThread* shared(); shared 17 Source/core/html/parser/HTMLParserThreadTest.cpp ASSERT_TRUE(HTMLParserThread::shared()); shared 21 Source/core/html/parser/HTMLParserThreadTest.cpp ASSERT_FALSE(HTMLParserThread::shared()); shared 23 Source/core/html/parser/HTMLParserThreadTest.cpp ASSERT_TRUE(HTMLParserThread::shared()); shared 107 Source/core/inspector/InspectorController.cpp PageScriptDebugServer* pageScriptDebugServer = &PageScriptDebugServer::shared(); shared 161 Source/core/inspector/InspectorController.cpp PageScriptDebugServer* pageScriptDebugServer = &PageScriptDebugServer::shared(); shared 71 Source/core/loader/CrossOriginPreflightResultCache.h static CrossOriginPreflightResultCache& shared(); shared 119 Source/core/loader/DocumentThreadableLoader.cpp if (CrossOriginPreflightResultCache::shared().canSkipPreflight(securityOrigin()->toString(), m_actualRequest->url(), m_options.allowCredentials, m_actualRequest->httpMethod(), m_actualRequest->httpHeaderFields())) { shared 288 Source/core/loader/DocumentThreadableLoader.cpp CrossOriginPreflightResultCache::shared().appendEntry(securityOrigin()->toString(), m_actualRequest->url(), preflightResult.release()); shared 93 Source/web/WebDevToolsAgentImpl.cpp PageScriptDebugServer::shared().setClientMessageLoop(instance.release()); shared 106 Source/web/WebDevToolsAgentImpl.cpp PageScriptDebugServer::shared().continueProgram(); shared 672 Source/web/WebDevToolsAgentImpl.cpp PageScriptDebugServer::shared().runPendingTasks(); shared 54 Source/wtf/ThreadRestrictionVerifier.h void setShared(bool shared) shared 59 Source/wtf/ThreadRestrictionVerifier.h m_shared = shared; shared 64 Source/wtf/ThreadRestrictionVerifier.h ASSERT(shared != previouslyShared);