/external/webkit/Source/WebKit2/UIProcess/ |
D | WebContext.cpp | 74 WebContext* WebContext::sharedProcessContext() in sharedProcessContext() 78 …static WebContext* context = adoptRef(new WebContext(ProcessModelSharedSecondaryProcess, String())… in sharedProcessContext() 82 WebContext* WebContext::sharedThreadContext() in sharedThreadContext() 85 …static WebContext* context = adoptRef(new WebContext(ProcessModelSharedSecondaryThread, String()))… in sharedThreadContext() 89 PassRefPtr<WebContext> WebContext::create(const String& injectedBundlePath) in create() 93 return adoptRef(new WebContext(ProcessModelSecondaryProcess, injectedBundlePath)); in create() 96 static Vector<WebContext*>& contexts() in contexts() 98 DEFINE_STATIC_LOCAL(Vector<WebContext*>, contexts, ()); in contexts() 103 const Vector<WebContext*>& WebContext::allContexts() in allContexts() 108 WebContext::WebContext(ProcessModel processModel, const String& injectedBundlePath) in WebContext() function in WebKit::WebContext [all …]
|
D | WebDownloadClient.h | 42 class WebContext; variable 46 void didStart(WebContext*, DownloadProxy*); 47 …void didReceiveAuthenticationChallenge(WebContext*, DownloadProxy*, AuthenticationChallengeProxy*); 48 void didReceiveResponse(WebContext*, DownloadProxy*, const WebCore::ResourceResponse&); 49 void didReceiveData(WebContext*, DownloadProxy*, uint64_t length); 50 bool shouldDecodeSourceDataOfMIMEType(WebContext*, DownloadProxy*, const String& mimeType); 51 …String decideDestinationWithSuggestedFilename(WebContext*, DownloadProxy*, const String& filename,… 52 void didCreateDestination(WebContext*, DownloadProxy*, const String& path); 53 void didFinish(WebContext*, DownloadProxy*); 54 void didFail(WebContext*, DownloadProxy*, const WebCore::ResourceError&); [all …]
|
D | WebDownloadClient.cpp | 37 void WebDownloadClient::didStart(WebContext* webContext, DownloadProxy* downloadProxy) in didStart() 45 void WebDownloadClient::didReceiveAuthenticationChallenge(WebContext* webContext, DownloadProxy* do… in didReceiveAuthenticationChallenge() 53 void WebDownloadClient::didReceiveResponse(WebContext* webContext, DownloadProxy* downloadProxy, co… in didReceiveResponse() 61 void WebDownloadClient::didReceiveData(WebContext* webContext, DownloadProxy* downloadProxy, uint64… in didReceiveData() 69 bool WebDownloadClient::shouldDecodeSourceDataOfMIMEType(WebContext* webContext, DownloadProxy* dow… in shouldDecodeSourceDataOfMIMEType() 77 String WebDownloadClient::decideDestinationWithSuggestedFilename(WebContext* webContext, DownloadPr… in decideDestinationWithSuggestedFilename() 86 void WebDownloadClient::didCreateDestination(WebContext* webContext, DownloadProxy* downloadProxy, … in didCreateDestination() 94 void WebDownloadClient::didFinish(WebContext* webContext, DownloadProxy* downloadProxy) in didFinish() 102 void WebDownloadClient::didFail(WebContext* webContext, DownloadProxy* downloadProxy, const Resourc… in didFail() 110 void WebDownloadClient::didCancel(WebContext* webContext, DownloadProxy* downloadProxy) in didCancel() [all …]
|
D | WebHistoryClient.h | 35 class WebContext; variable 42 …void didNavigateWithNavigationData(WebContext*, WebPageProxy*, const WebNavigationDataStore&, WebF… 43 …void didPerformClientRedirect(WebContext*, WebPageProxy*, const String& sourceURL, const String& d… 44 …void didPerformServerRedirect(WebContext*, WebPageProxy*, const String& sourceURL, const String& d… 45 …void didUpdateHistoryTitle(WebContext*, WebPageProxy*, const String& title, const String& url, Web… 46 void populateVisitedLinks(WebContext*);
|
D | WebHistoryClient.cpp | 37 void WebHistoryClient::didNavigateWithNavigationData(WebContext* context, WebPageProxy* page, const… in didNavigateWithNavigationData() 46 void WebHistoryClient::didPerformClientRedirect(WebContext* context, WebPageProxy* page, const Stri… in didPerformClientRedirect() 54 void WebHistoryClient::didPerformServerRedirect(WebContext* context, WebPageProxy* page, const Stri… in didPerformServerRedirect() 62 void WebHistoryClient::didUpdateHistoryTitle(WebContext* context, WebPageProxy* page, const String&… in didUpdateHistoryTitle() 70 void WebHistoryClient::populateVisitedLinks(WebContext* context) in populateVisitedLinks()
|
D | WebGeolocationManagerProxy.h | 40 class WebContext; variable 47 static PassRefPtr<WebGeolocationManagerProxy> create(WebContext*); 61 explicit WebGeolocationManagerProxy(WebContext*); 73 WebContext* m_context;
|
D | 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) in sendToAllProcesses() 282 template<typename U> bool WebContext::sendToAllProcessesRelaunchingThemIfNecessary(const U& message) in sendToAllProcessesRelaunchingThemIfNecessary()
|
D | WebMediaCacheManagerProxy.h | 45 class WebContext; variable 54 static PassRefPtr<WebMediaCacheManagerProxy> create(WebContext*); 69 WebMediaCacheManagerProxy(WebContext*); 77 WebContext* m_webContext;
|
D | WebResourceCacheManagerProxy.h | 45 class WebContext; variable 55 static PassRefPtr<WebResourceCacheManagerProxy> create(WebContext*); 70 explicit WebResourceCacheManagerProxy(WebContext*); 77 WebContext* m_webContext;
|
D | WebKeyValueStorageManagerProxy.h | 46 class WebContext; variable 56 static PassRefPtr<WebKeyValueStorageManagerProxy> create(WebContext*); 71 WebKeyValueStorageManagerProxy(WebContext*); 79 WebContext* m_webContext;
|
D | WebApplicationCacheManagerProxy.h | 46 class WebContext; variable 56 static PassRefPtr<WebApplicationCacheManagerProxy> create(WebContext*); 71 WebApplicationCacheManagerProxy(WebContext*); 79 WebContext* m_webContext;
|
D | WebCookieManagerProxy.h | 45 class WebContext; variable 55 static PassRefPtr<WebCookieManagerProxy> create(WebContext*); 78 WebCookieManagerProxy(WebContext*); 93 WebContext* m_webContext;
|
D | WebContextInjectedBundleClient.h | 36 class WebContext; variable 40 void didReceiveMessageFromInjectedBundle(WebContext*, const String&, APIObject*); 41 …void didReceiveSynchronousMessageFromInjectedBundle(WebContext*, const String&, APIObject*, RefPtr…
|
D | WebDatabaseManagerProxy.h | 45 class WebContext; variable 55 static PassRefPtr<WebDatabaseManagerProxy> create(WebContext*); 84 explicit WebDatabaseManagerProxy(WebContext*); 94 WebContext* m_webContext;
|
D | VisitedLinkProvider.h | 37 class WebContext; variable 42 explicit VisitedLinkProvider(WebContext*); 52 WebContext* m_context;
|
D | WebIconDatabase.h | 53 class WebContext; variable 59 static PassRefPtr<WebIconDatabase> create(WebContext*); 99 WebIconDatabase(WebContext*); 106 WebContext* m_webContext;
|
D | WebProcessProxy.h | 51 class WebContext; variable 60 static PassRefPtr<WebProcessProxy> create(PassRefPtr<WebContext>); 75 WebContext* context() const { return m_context.get(); } in context() 80 PassRefPtr<WebPageProxy> createWebPage(PageClient*, WebContext*, WebPageGroup*); 106 explicit WebProcessProxy(PassRefPtr<WebContext>); 162 RefPtr<WebContext> m_context;
|
/external/webkit/Source/WebKit2/UIProcess/qt/ |
D | WebContextQt.cpp | 36 String WebContext::applicationCacheDirectory() in applicationCacheDirectory() 45 void WebContext::platformInitializeWebProcess(WebProcessCreationParameters&) in platformInitializeWebProcess() 50 void WebContext::platformInvalidateContext() in platformInvalidateContext() 54 String WebContext::platformDefaultDatabaseDirectory() const in platformDefaultDatabaseDirectory() 60 String WebContext::platformDefaultIconDatabasePath() const in platformDefaultIconDatabasePath() 66 String WebContext::platformDefaultLocalStorageDirectory() const in platformDefaultLocalStorageDirectory()
|
/external/webkit/Source/WebKit2/UIProcess/gtk/ |
D | WebContextGtk.cpp | 35 WTF::String WebContext::applicationCacheDirectory() in applicationCacheDirectory() 40 void WebContext::platformInitializeWebProcess(WebProcessCreationParameters&) in platformInitializeWebProcess() 44 void WebContext::platformInvalidateContext() in platformInvalidateContext() 48 String WebContext::platformDefaultDatabaseDirectory() const in platformDefaultDatabaseDirectory() 53 String WebContext::platformDefaultIconDatabasePath() const in platformDefaultIconDatabasePath() 59 String WebContext::platformDefaultLocalStorageDirectory() const in platformDefaultLocalStorageDirectory()
|
/external/webkit/Source/WebKit2/UIProcess/win/ |
D | WebContextWin.cpp | 42 String WebContext::applicationCacheDirectory() in applicationCacheDirectory() 47 void WebContext::setShouldPaintNativeControls(bool b) in setShouldPaintNativeControls() 54 void WebContext::platformInitializeWebProcess(WebProcessCreationParameters& parameters) in platformInitializeWebProcess() 79 void WebContext::platformInvalidateContext() in platformInvalidateContext() 83 String WebContext::platformDefaultDatabaseDirectory() const in platformDefaultDatabaseDirectory() 88 String WebContext::platformDefaultIconDatabasePath() const in platformDefaultIconDatabasePath() 94 String WebContext::platformDefaultLocalStorageDirectory() const in platformDefaultLocalStorageDirectory()
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
D | WKContext.cpp | 41 return toAPI(WebContext::APIType); in WKContextGetTypeID() 46 RefPtr<WebContext> context = WebContext::create(String()); in WKContextCreate() 52 RefPtr<WebContext> context = WebContext::create(toImpl(pathRef)->string()); in WKContextCreateWithInjectedBundlePath() 58 return toAPI(WebContext::sharedProcessContext()); in WKContextGetSharedProcessContext() 63 return toAPI(WebContext::sharedThreadContext()); in WKContextGetSharedThreadContext() 104 const WebContext::Statistics& webContextStatistics = WebContext::statistics(); in WKContextGetGlobalStatistics()
|
/external/webkit/Source/WebKit2/UIProcess/Plugins/ |
D | WebPluginSiteDataManager.h | 37 class WebContext; variable 46 static PassRefPtr<WebPluginSiteDataManager> create(WebContext*); 66 explicit WebPluginSiteDataManager(WebContext*); 70 WebContext* m_webContext;
|
/external/webkit/Source/WebKit2/UIProcess/Downloads/ |
D | DownloadProxy.h | 44 class WebContext; variable 51 static PassRefPtr<DownloadProxy> create(WebContext*); 67 explicit DownloadProxy(WebContext*); 83 WebContext* m_webContext;
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
D | WebContextMac.mm | 27 #import "WebContext.h" 47 String WebContext::applicationCacheDirectory() 74 void WebContext::platformInitializeWebProcess(WebProcessCreationParameters& parameters) 112 void WebContext::platformInvalidateContext() 117 String WebContext::platformDefaultDatabaseDirectory() const 125 String WebContext::platformDefaultIconDatabasePath() const 134 String WebContext::platformDefaultLocalStorageDirectory() const
|
/external/webkit/Source/WebKit2/Shared/ |
D | WebURLRequest.cpp | 39 const Vector<WebContext*>& contexts = WebContext::allContexts(); in setDefaultTimeoutInterval()
|