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

  /external/webkit/Source/WebKit2/UIProcess/
WebContext.cpp 27 #include "WebContext.h"
71 static WTF::RefCountedLeakCounter webContextCounter("WebContext");
74 WebContext* WebContext::sharedProcessContext()
78 static WebContext* context = adoptRef(new WebContext(ProcessModelSharedSecondaryProcess, String())).leakRef();
82 WebContext* WebContext::sharedThreadContext()
85 static WebContext* context = adoptRef(new WebContext(ProcessModelSharedSecondaryThread, String())).leakRef()
    [all...]
WebContext.h 60 class WebContext : public APIObject {
64 static WebContext* sharedProcessContext();
65 static WebContext* sharedThreadContext();
67 static PassRefPtr<WebContext> create(const String& injectedBundlePath);
68 virtual ~WebContext();
70 static const Vector<WebContext*>& allContexts();
179 WebContext(ProcessModel, const String& injectedBundlePath);
274 template<typename U> inline bool WebContext::sendToAllProcesses(const U& message)
282 template<typename U> bool WebContext::sendToAllProcessesRelaunchingThemIfNecessary(const U& message)

Completed in 567 milliseconds